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 f1f40274a095f0c5173a69767d9efa647e9f1a8a (commit) from e978f0429f7f33d8eb1051b7089962d52b306792 (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 f1f40274a095f0c5173a69767d9efa647e9f1a8a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Dec 23 11:12:15 2018 +0100
u-boot: fix x86 builds
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/127/filelists/{ => aarch64}/files | 0 config/rootfiles/core/127/filelists/{ => armv5tel}/files | 0 config/rootfiles/core/127/filelists/files | 2 -- 3 files changed, 2 deletions(-) copy config/rootfiles/core/127/filelists/{ => aarch64}/files (100%) copy config/rootfiles/core/127/filelists/{ => armv5tel}/files (100%)
Difference in files: diff --git a/config/rootfiles/core/127/filelists/aarch64/files b/config/rootfiles/core/127/filelists/aarch64/files new file mode 100644 index 000000000..d76f3915c --- /dev/null +++ b/config/rootfiles/core/127/filelists/aarch64/files @@ -0,0 +1,9 @@ +boot/boot.cmd +boot/boot.scr +etc/system-release +etc/issue +srv/web/ipfire/cgi-bin/credits.cgi +var/ipfire/langs +etc/rc.d/init.d/aws +etc/rc.d/init.d/unbound +srv/web/ipfire/cgi-bin/dnsforward.cgi diff --git a/config/rootfiles/core/127/filelists/armv5tel/files b/config/rootfiles/core/127/filelists/armv5tel/files new file mode 100644 index 000000000..d76f3915c --- /dev/null +++ b/config/rootfiles/core/127/filelists/armv5tel/files @@ -0,0 +1,9 @@ +boot/boot.cmd +boot/boot.scr +etc/system-release +etc/issue +srv/web/ipfire/cgi-bin/credits.cgi +var/ipfire/langs +etc/rc.d/init.d/aws +etc/rc.d/init.d/unbound +srv/web/ipfire/cgi-bin/dnsforward.cgi diff --git a/config/rootfiles/core/127/filelists/files b/config/rootfiles/core/127/filelists/files index d76f3915c..0e9d80520 100644 --- a/config/rootfiles/core/127/filelists/files +++ b/config/rootfiles/core/127/filelists/files @@ -1,5 +1,3 @@ -boot/boot.cmd -boot/boot.scr etc/system-release etc/issue srv/web/ipfire/cgi-bin/credits.cgi
hooks/post-receive -- IPFire 2.x development tree