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, master has been updated via 2c48109eff359a0014e7d5ba9da40bfa817a280c (commit) via 553e4a0462416b06932d4c6da653bc10f8302387 (commit) from 2ee0ab2d89eeeb33e609d9a19c11308273281cc2 (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 2c48109eff359a0014e7d5ba9da40bfa817a280c Merge: 2ee0ab2 553e4a0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Aug 23 10:59:00 2011 +0200
Merge branch 'core51'
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/51/update.sh | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/51/update.sh b/config/rootfiles/core/51/update.sh index 201c2db..58a47da 100644 --- a/config/rootfiles/core/51/update.sh +++ b/config/rootfiles/core/51/update.sh @@ -143,6 +143,11 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" # rm -rf /etc/sysconfig/lm_sensors
+# Ensure that all data was written... +sync +sync +sync + # Reboot message to console /usr/bin/logger -p syslog.emerg -t core-upgrade-51 "Upgrade finished. If you use a customized grub.cfg" /usr/bin/logger -p syslog.emerg -t core-upgrade-51 "Check it before reboot !!!" @@ -155,5 +160,12 @@ touch /var/run/need_reboot #Finish /etc/init.d/fireinfo start sendprofile + +# Ensure that all data was written... +sync +sync +sync + +# #Don't report the exitcode last command exit 0
hooks/post-receive -- IPFire 2.x development tree