Nove to new layout

This commit is contained in:
Mario Fetka
2014-11-02 09:42:47 +01:00
parent 68d6318910
commit 250a08b5dd
124 changed files with 5211 additions and 1623 deletions

21
tinderbox/glsa-scheduler Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
unset PORTAGE
unset PORTAGE_TMPDIR
set -e
if [ "${#}" != "3" ]; then
echo "Invalid arguments." >&2
exit 1
fi
CHROOT_PATH="${1}"
ARCH_NAME="${2}"
CHROOT_PREFIX="${3}"
(
${CHROOT_PREFIX} chroot "${CHROOT_PATH}" \
/sabayon/bin/glsa-digest 2>&1
) | mail -s "GLSA tracker of $(date +%Y-%m-%d) for ${ARCH_NAME}" \
entropy-team@lists.sabayon.org