[scripts] move hardcoded "/sabayon" path to SABAYON_MOLECULE_HOME env var

This commit is contained in:
Fabio Erculiani
2012-07-25 13:21:49 +02:00
parent d2d0beabc0
commit af53d90d23
22 changed files with 144 additions and 54 deletions
+5 -1
View File
@@ -2,5 +2,9 @@
# Remove tarballs not accessed in the last 30 days
# concurrency wrt scripts is handled in crontab
DIR="/sabayon/pkgcache"
# Path to molecules.git dir
SABAYON_MOLECULE_HOME="${SABAYON_MOLECULE_HOME:-/sabayon}"
export SABAYON_MOLECULE_HOME
DIR="${SABAYON_MOLECULE_HOME}/pkgcache"
find "${DIR}" -atime +30 -type f -delete