]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Remove /var/ipfire/firebuild.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Sep 2013 19:00:15 +0000 (21:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Sep 2013 19:00:15 +0000 (21:00 +0200)
This file provides lots of bogous information and information
about the build system that is not of much interest.

config/cfgroot/header.pl
config/rootfiles/common/armv5tel/installer
config/rootfiles/common/configroot
make.sh

index fb574822228e18e9ed466aaebf0876c3aa878f5f..299d7664599290d5a7a4c828746d58c820d0d633 100644 (file)
@@ -88,15 +88,6 @@ if ( -d "/var/ipfire/langs/${language}/" ) {
     };
 };
 
-### Read IPFire Buildversion
-$FIREBUILD = "File not found: firebuild\n";
-if (open(MYFile, "<${swroot}/firebuild")) {
-    $FIREBUILD = <MYFile>;
-    chomp($FIREBUILD);
-    $FIREBUILD = "(Build: $FIREBUILD)";
-    close(MYFile);
-};
-
 require "${swroot}/langs/en.pl";
 require "${swroot}/langs/${language}.pl";
 eval `/bin/cat /srv/web/ipfire/html/themes/$settings{'THEME'}/include/functions.pl`;
index ef5e90154e4b881e12f2674dc6086369ee93eb1f..59b5a022ab1ea1cafede0961d4d72745b72765c5 100644 (file)
@@ -1,3 +1,2 @@
 #etc/system-release
 #opt/pakfire/db/core/mine
-#var/ipfire/firebuild
index 0e2cbb67b04ac3eec6686940117c4e5251ea197b..07916611e3842db799b14979aa39973b1e8e6b97 100644 (file)
@@ -199,5 +199,4 @@ var/ipfire/wakeonlan
 var/ipfire/wireless
 #var/ipfire/wireless/config
 #var/ipfire/wireless/settings
-var/ipfire/firebuild
 etc/system-release
diff --git a/make.sh b/make.sh
index 5cea8bb72e0d68d34a9368b42aa2a77fe2e3517b..e80a951085ccfac5a168b30ec7e80a9e823022aa 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -773,14 +773,7 @@ buildipfire() {
   ipfiremake wavemon
   ipfiremake iptraf-ng
   ipfiremake iotop
-  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
+
   echo $PAKFIRE_CORE > $BASEDIR/build/opt/pakfire/db/core/mine
   if [ "$(git status -s | wc -l)" == "0" ]; then
        GIT_STATUS=""