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 879ad7fb6091a24a08958e5957de7fe96231b4d3 (commit) via 7d3d5dbd6c9e772281949d78787845791846b0c9 (commit) from 3a90a80c2b88e0d6e3aa403a7b655cf3bb141bc0 (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 879ad7fb6091a24a08958e5957de7fe96231b4d3 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 15 21:04:40 2010 +0200
Set pakfire to 2.7 trunk.
commit 7d3d5dbd6c9e772281949d78787845791846b0c9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 15 20:59:15 2010 +0200
Fix qos script regeneration at core38 update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/update.sh | 4 +--- src/pakfire/pakfire.conf | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 17f657e..68c892d 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -170,9 +170,7 @@ fi # rebuild qosscript if enabled... if [ -e /var/ipfire/qos/enable ]; then /usr/local/bin/qosctrl stop -fi -/usr/local/bin/qosctrl generate -if [ -e /var/ipfire/qos/enable ]; then + /usr/local/bin/qosctrl generate /usr/local/bin/qosctrl start fi # diff --git a/src/pakfire/pakfire.conf b/src/pakfire/pakfire.conf index 56786cf..16fee14 100644 --- a/src/pakfire/pakfire.conf +++ b/src/pakfire/pakfire.conf @@ -21,7 +21,7 @@
package Conf;
-$version = "2.5"; +$version = "2.7";
$mainserver = "pakfire.ipfire.org";
hooks/post-receive -- IPFire 2.x development tree