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, core45 has been updated via 9dbe96e1a94eaca8988b7f3f4d3a9069312802de (commit) from 1f54a44d6e07ebf986c45bb470abd809e0b3bb9d (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 9dbe96e1a94eaca8988b7f3f4d3a9069312802de Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 27 10:52:56 2011 +0100
Fix name generation of old core updates.
Conflicts:
config/rootfiles/core/46/update.sh config/rootfiles/core/47/update.sh config/rootfiles/core/48/update.sh
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/update.sh | 2 +- 1 files changed, 1 insertions(+), 1 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
#
hooks/post-receive -- IPFire 2.x development tree