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, core53 has been updated via 5fa6700d8c181f33fd35db6821a68b92679cf926 (commit) via 07590904f3f340434e057f1513d83e560bbf2db3 (commit) from 5485de953c93e39e96d18f2351390086b8b92c82 (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 5fa6700d8c181f33fd35db6821a68b92679cf926 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Nov 2 12:58:15 2011 +0100
core53: add backupiso to updater.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/53/filelists/files | 1 + config/rootfiles/core/53/update.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/53/filelists/files b/config/rootfiles/core/53/filelists/files index 2d47486..741254d 100644 --- a/config/rootfiles/core/53/filelists/files +++ b/config/rootfiles/core/53/filelists/files @@ -23,3 +23,4 @@ usr/local/sbin/setup var/ipfire/main/routing var/ipfire/menu.d/30-network.menu opt/pakfire/etc/pakfire.conf +usr/local/bin/backupiso diff --git a/config/rootfiles/core/53/update.sh b/config/rootfiles/core/53/update.sh index fbf1995..a9e3dcb 100644 --- a/config/rootfiles/core/53/update.sh +++ b/config/rootfiles/core/53/update.sh @@ -26,7 +26,7 @@
# # Remove old core updates from pakfire cache to save space... -core=52 +core=53 for (( i=1; i<=$core; i++ )) do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
hooks/post-receive -- IPFire 2.x development tree