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 88a4caa2743db678a4c474030ff78b14513f8b42 (commit) via afede937d12eaf3e636aaea676ea379e5dab412f (commit) from 512111959126a5484b575a983b20e07b24f0968d (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 88a4caa2743db678a4c474030ff78b14513f8b42 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Dec 6 11:06:26 2023 +0100
make.sh bump toolchain version
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit afede937d12eaf3e636aaea676ea379e5dab412f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Dec 6 11:06:01 2023 +0100
backupiso: bump IPFire version
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/183/filelists/files | 1 + make.sh | 2 +- src/scripts/backupiso | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/183/filelists/files b/config/rootfiles/core/183/filelists/files index e69de29bb..e07a46754 100644 --- a/config/rootfiles/core/183/filelists/files +++ b/config/rootfiles/core/183/filelists/files @@ -0,0 +1 @@ +usr/local/bin/backupiso diff --git a/make.sh b/make.sh index 055900557..06e09c9a3 100755 --- a/make.sh +++ b/make.sh @@ -35,7 +35,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch GIT_TAG="$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit
-TOOLCHAINVER=20230731 +TOOLCHAINVER=20231206
# use multicore and max compression ZSTD_OPT="-T0 --ultra -22" diff --git a/src/scripts/backupiso b/src/scripts/backupiso index 2a016e067..8e1af411d 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -20,7 +20,7 @@ ###############################################################################
# FIXME: edit this lines before release -IPFVER=2.27 +IPFVER=2.29 COREVER=$(cat /opt/pakfire/db/core/mine)
arch=$(uname -m)
hooks/post-receive -- IPFire 2.x development tree