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, core51 has been updated via 2c46d7e299add461055a4af2dd03f25d88dd3221 (commit) from f47388c4d30cd3794536eb6cafb5cc22fba3be2c (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 2c46d7e299add461055a4af2dd03f25d88dd3221 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Aug 12 10:27:55 2011 +0200
core51: erase backups of previous core updates.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/51/update.sh | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/51/update.sh b/config/rootfiles/core/51/update.sh index 19fe898..0e9e454 100644 --- a/config/rootfiles/core/51/update.sh +++ b/config/rootfiles/core/51/update.sh @@ -44,12 +44,11 @@ fi
# -# check if we the backup file already exist -if [ -e /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 ]; then - echo Moving backup to backup-old ... - mv -f /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 \ - /var/ipfire/backup/core-upgrade_$KVER-old.tar.bz2 -fi +# erase old backups to prefent disk-full on small installations +rm -f /var/ipfire/backup/core-upgrade_*.tar.bz2 + +# +# backup echo First we made a backup of all files that was inside of the echo update archive. This may take a while ... # Add some files that are not in the package to backup
hooks/post-receive -- IPFire 2.x development tree