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 a63fbb6d67851e989e44240f60126c083ec91686 (commit) via 33e502304f75fcc7ab814a3b7cb1ac2e18da4c5b (commit) from 16a61778633c7924fd60bb6f1fd7d51b717fe4ef (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 a63fbb6d67851e989e44240f60126c083ec91686 Merge: 33e5023 16a6177 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Aug 1 19:08:29 2010 +0200
Merge branch 'master' of ssh://arne_f@ipfire.org/pub/git/ipfire-2.x
commit 33e502304f75fcc7ab814a3b7cb1ac2e18da4c5b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Aug 1 19:07:46 2010 +0200
ipfireseeder: update for core39.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/ipfireseeder | 2 +- lfs/ipfireseeder | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/ipfireseeder b/config/rootfiles/packages/ipfireseeder index f38ed4e..64898be 100644 --- a/config/rootfiles/packages/ipfireseeder +++ b/config/rootfiles/packages/ipfireseeder @@ -1,5 +1,5 @@ etc/rc.d/init.d/ipfireseeder #var/ipfire/seeder -var/ipfire/seeder/ipfire-2.7.i586-full-core38.iso.torrent +var/ipfire/seeder/ipfire-2.7.i586-full-core39.iso.torrent #var/log/seeder var/log/seeder/info diff --git a/lfs/ipfireseeder b/lfs/ipfireseeder index 4477762..6f1af88 100644 --- a/lfs/ipfireseeder +++ b/lfs/ipfireseeder @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ipfireseeder -PAK_VER = 12 +PAK_VER = 13
DEPS = "rtorrent"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 0848aee5e93b9716ce70f6dcdf2f5863 +$(DL_FILE)_MD5 = fb86055370d1cd5c0736c47b3e4f68f6
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree