From 6796a8693edaf4b5c76b2e618cf706077d855f8f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 21 Jun 2008 06:58:24 +0200 Subject: [PATCH] Add firebuild including git log,status / version / cpuinfo --- config/rootfiles/common/configroot | 1 + config/rootfiles/updater/filelists/other | 1 + make.sh | 8 ++++++++ 3 files changed, 10 insertions(+) diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/configroot index 2c093834f7..063a8d5a8c 100644 --- a/config/rootfiles/common/configroot +++ b/config/rootfiles/common/configroot @@ -40,6 +40,7 @@ var/ipfire/extrahd/devices var/ipfire/extrahd/partitions var/ipfire/extrahd/scan var/ipfire/extrahd/settings +var/ipfire/firebuild var/ipfire/fwlogs #var/ipfire/fwlogs/ipsettings #var/ipfire/fwlogs/portsettings diff --git a/config/rootfiles/updater/filelists/other b/config/rootfiles/updater/filelists/other index 476a7bfef1..e7933a5f15 100644 --- a/config/rootfiles/updater/filelists/other +++ b/config/rootfiles/updater/filelists/other @@ -19,3 +19,4 @@ srv/web/ipfire/cgi-bin/hardwaregraphs.cgi srv/web/ipfire/cgi-bin/connections.cgi var/ipfire/sensors/ var/ipfire/graphs.pl +var/ipfire/firebuild diff --git a/make.sh b/make.sh index bfacc050c3..14b4a5e848 100755 --- a/make.sh +++ b/make.sh @@ -583,6 +583,14 @@ buildipfire() { ipfiremake wpa_supplicant ipfiremake hostapd ipfiremake urlgrabber + echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild + cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild + echo >> $BASEDIR/build/var/ipfire/firebuild + git log -1 >> $BASEDIR/build/var/ipfire/firebuild + echo >> $BASEDIR/build/var/ipfire/firebuild + git status >> $BASEDIR/build/var/ipfire/firebuild + echo >> $BASEDIR/build/var/ipfire/firebuild + cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild } buildinstaller() { -- 2.39.2