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 0aa21ad307979f96d3ea26ae3d86e19fc40f6787 (commit) from 16cb73d9019fb76727dc5f4376e2cb47ea6e9a4f (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 0aa21ad307979f96d3ea26ae3d86e19fc40f6787 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri May 17 19:52:27 2019 +0100
Fix version information in backupiso script
Fixes: #12083 Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/132/filelists/files | 1 + src/scripts/backupiso | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/132/filelists/files b/config/rootfiles/core/132/filelists/files index 2b14c1aa7..d63c77e4a 100644 --- a/config/rootfiles/core/132/filelists/files +++ b/config/rootfiles/core/132/filelists/files @@ -15,6 +15,7 @@ srv/web/ipfire/cgi-bin/routing.cgi srv/web/ipfire/cgi-bin/urlfilter.cgi srv/web/ipfire/cgi-bin/zoneconf.cgi usr/lib/firewall/rules.pl +usr/local/bin/backupiso usr/sbin/convert-snort var/ipfire/ids-functions.pl var/ipfire/langs diff --git a/src/scripts/backupiso b/src/scripts/backupiso index d15833d5d..7e8599f00 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -1,7 +1,7 @@ #!/bin/sh
# FIXME: edit this lines before release -IPFVER=2.21 +IPFVER=2.23 COREVER=$(cat /opt/pakfire/db/core/mine)
arch=$(uname -m)
hooks/post-receive -- IPFire 2.x development tree