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 d91d82638972130e20f998c2b97795a9fdf5287e (commit) from aafa82e7da48fdcd5df58bce318cfbeec0409fe2 (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 d91d82638972130e20f998c2b97795a9fdf5287e Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Dec 30 15:13:12 2010 +0100
fireinfo: Update to 2.0.0.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/fireinfo | 1 - lfs/fireinfo | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/fireinfo b/config/rootfiles/common/fireinfo index 8f88669..ab7ecef 100644 --- a/config/rootfiles/common/fireinfo +++ b/config/rootfiles/common/fireinfo @@ -13,4 +13,3 @@ usr/lib/python2.7/site-packages/fireinfo/network.py usr/lib/python2.7/site-packages/fireinfo/network.pyc usr/lib/python2.7/site-packages/fireinfo/system.py usr/lib/python2.7/site-packages/fireinfo/system.pyc -var/ipfire/main/send_profile diff --git a/lfs/fireinfo b/lfs/fireinfo index dcd09a4..2b18f1a 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -24,7 +24,7 @@
include Config
-VER = 0.14 +VER = 2.0.0
THISAPP = fireinfo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3f89a6b6b33614e2a095608f6164ffac +$(DL_FILE)_MD5 = 39ea2785b405f1e4fa2d504f18972837
install : $(TARGET)
@@ -76,8 +76,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Remove egg-info rm -rvf /usr/lib/python*/site-packages/fireinfo*.egg-info
- # XXX Set flag to send profile. - touch /var/ipfire/main/send_profile - @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree