[scripts] move hardcoded "/sabayon" path to SABAYON_MOLECULE_HOME env var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user