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 5f34a67205dd3205838917c72e2f125eaa19cbd9 (commit) from 673a453b697faf02249f3a6fa7e02481f4e8f0d3 (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 5f34a67205dd3205838917c72e2f125eaa19cbd9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 27 12:27:10 2020 +0200
installer: update filecount
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: src/installer/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/src/installer/main.c b/src/installer/main.c index 34b89ae3d..3eff481b0 100644 --- a/src/installer/main.c +++ b/src/installer/main.c @@ -23,7 +23,7 @@ #include <libintl.h> #define _(x) dgettext("installer", x)
-#define INST_FILECOUNT 24800 +#define INST_FILECOUNT 28000 #define LICENSE_FILE "/cdrom/COPYING" #define SOURCE_TEMPFILE "/tmp/downloads/image.iso"
hooks/post-receive -- IPFire 2.x development tree