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 3.x development tree".
The branch, master has been updated via 32dab67229c2e46b29e87f26a5b0833987e15bf9 (commit) via 567ff764a62a130c211a0a6bde2c011fa1f60afc (commit) from 458365f20887ce1fea39aa1b268a46a28cb00ddd (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 32dab67229c2e46b29e87f26a5b0833987e15bf9 Merge: 567ff76 458365f Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Feb 28 22:33:12 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 567ff764a62a130c211a0a6bde2c011fa1f60afc Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Feb 28 22:32:35 2011 +0100
system-release: Fix some variables and do a rebuild.
-----------------------------------------------------------------------
Summary of changes: pkgs/system-release/system-release.nm | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-)
Difference in files: diff --git a/pkgs/system-release/system-release.nm b/pkgs/system-release/system-release.nm index 13423fa..84bc8eb 100644 --- a/pkgs/system-release/system-release.nm +++ b/pkgs/system-release/system-release.nm @@ -27,6 +27,7 @@ include $(PKGROOT)/Include PKG_NAME = system-release PKG_VER = $(DISTRO_VERSION) PKG_REL = 1 +PKG_EPOCH = 1 PKG_ARCH = noarch
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org @@ -35,6 +36,8 @@ PKG_URL = http://www.ipfire.org PKG_LICENSE = PKG_SUMMARY = $(DISTRO_NAME) release files.
+PKG_PROVIDES += $(DISTRO_SNAME)-release + define PKG_DESCRIPTION $(DISTRO_NAME) release files such as pakfire configs and various /etc/ \ files that define the release. @@ -42,17 +45,13 @@ endef
PKG_TARBALL =
-############################################################################### -# Installation Details -############################################################################### - STAGE_PREPARE = # Do nothing STAGE_BUILD = # Do nothing
define STAGE_INSTALL -mkdir -pv $(BUILDROOT)/etc
- echo "$(DISTRO_NAME) v$(DISTRO_VERSION) for $(MACHINE) - $(DISTRO_SLOGAN) (\l)" \ + echo "$(DISTRO_NAME) v$(DISTRO_VERSION) for $(DISTRO_ARCH) - $(DISTRO_SLOGAN) (\l)" \ > $(BUILDROOT)/etc/issue echo "===============================" >> $(BUILDROOT)/etc/issue echo "\n running on \s \r \m" >> $(BUILDROOT)/etc/issue
hooks/post-receive -- IPFire 3.x development tree