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, core47 has been updated via 0b1f331c5081e10d98ae9b9174bda2fc3442265d (commit) from 0449b50f896009ad68431e2bd7b3091f5570269d (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 0b1f331c5081e10d98ae9b9174bda2fc3442265d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 27 16:31:52 2011 +0100
Fix name generation of old core updates.
Conflicts:
config/rootfiles/core/48/update.sh
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/update.sh | 2 +- config/rootfiles/core/46/update.sh | 2 +- config/rootfiles/core/47/update.sh | 2 +- 3 files changed, 3 insertions(+), 3 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
# diff --git a/config/rootfiles/core/47/update.sh b/config/rootfiles/core/47/update.sh index 02c315c..3adc616 100644 --- a/config/rootfiles/core/47/update.sh +++ b/config/rootfiles/core/47/update.sh @@ -29,7 +29,7 @@ core=47 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