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, core46 has been updated via 8b2ebd038d4f09daf75811f6f13224500b401eef (commit) from e7e03ac5f3724e3ac09121293830452853f52417 (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 8b2ebd038d4f09daf75811f6f13224500b401eef Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 27 14:07:10 2011 +0100
Fix name generation of old core updates.
Conflicts:
config/rootfiles/core/47/update.sh config/rootfiles/core/48/update.sh
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/update.sh | 2 +- config/rootfiles/core/46/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 6a76bf8..646a553 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -29,7 +29,7 @@ core=45 for (( i=1; i<=$core; i++ )) do - rm -f /var/cache/pakfire/core-upgrade-$i.ipfire + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done
# diff --git a/config/rootfiles/core/46/update.sh b/config/rootfiles/core/46/update.sh index ccf6719..7769a85 100644 --- a/config/rootfiles/core/46/update.sh +++ b/config/rootfiles/core/46/update.sh @@ -29,7 +29,7 @@ core=46 for (( i=1; i<=$core; i++ )) do - rm -f /var/cache/pakfire/core-upgrade-$i.ipfire + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done
#
hooks/post-receive -- IPFire 2.x development tree