This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 87af024ad669762590aa190035ccda0d98acddda (commit) from 2746e7014edf38f9cd9fd6df7205e51ae0c1c54f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 87af024ad669762590aa190035ccda0d98acddda Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 26 08:36:51 2010 +0200
core38 updater: exclude squid cache from backup.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/update.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 1c65373..dc643fe 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -61,6 +61,9 @@ echo boot >> /opt/pakfire/tmp/ROOTFILES echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES echo usr/lib/ipsec >> /opt/pakfire/tmp/ROOTFILES echo usr/libexec/ipsec >> /opt/pakfire/tmp/ROOTFILES +# exclude squid cache from backup +sed -i -e "s|^var/log/cache|#var/log/cache|g" /opt/pakfire/tmp/ROOTFILES +# Backup the files tar cjvf /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 \ -C / -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' > /dev/null 2>&1
hooks/post-receive -- IPFire 2.x development tree