From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 06fc566a0aea5c4a5e45c4ddc0233fa008375ff2 Date: Sat, 15 Feb 2020 17:13:35 +0000 Message-ID: <48KcKC45Fnz2y32@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8546719011893600120==" List-Id: --===============8546719011893600120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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, next has been updated via 06fc566a0aea5c4a5e45c4ddc0233fa008375ff2 (commit) from ff58943d8ec03f72609c9248b56f549f75baf505 (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 06fc566a0aea5c4a5e45c4ddc0233fa008375ff2 Author: Arne Fitzenreiter Date: Sat Feb 15 17:11:42 2020 +0000 make.sh remove extra PAKFIRE_CORE version for nightly builds =20 this is useless because the new nightly also copies the core updaters to the unstable and testing pakfire trees. =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/stage2 | 4 ++-- make.sh | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) Difference in files: diff --git a/lfs/stage2 b/lfs/stage2 index 4b8f0bc81..355aeef54 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -147,6 +147,6 @@ endif =20 # Pakfire -mkdir -pv /opt/pakfire/db/core - echo "$(PAKFIRE_CORE)" > /opt/pakfire/db/core/mine + echo "$(CORE)" > /opt/pakfire/db/core/mine =20 @$(POSTBUILD) diff --git a/make.sh b/make.sh index 98a5cf830..ce5822736 100755 --- a/make.sh +++ b/make.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007-2019 IPFire Team . = # +# Copyright (C) 2007-2020 IPFire Team . = # # # ############################################################################ # @@ -27,7 +27,6 @@ SNAME=3D"ipfire" # Short name # If you update the version don't forget to update backupiso and add it to c= ore update VERSION=3D"2.25" # Version number CORE=3D"142" # Core Level (Filename) -PAKFIRE_CORE=3D"141" # Core Level (PAKFIRE) SLOGAN=3D"www.ipfire.org" # Software slogan CONFIG_ROOT=3D/var/ipfire # Configuration rootdir NICE=3D10 # Nice level @@ -557,7 +556,6 @@ enterchroot() { PS1=3D"${PS1}" \ PATH=3D"${PATH}" \ SYSTEM_RELEASE=3D"${SYSTEM_RELEASE}" \ - PAKFIRE_CORE=3D"${PAKFIRE_CORE}" \ PAKFIRE_TREE=3D"${PAKFIRE_TREE}" \ NAME=3D"${NAME}" \ SNAME=3D"${SNAME}" \ hooks/post-receive -- IPFire 2.x development tree --===============8546719011893600120==--