]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Wir kehren zurueck zu Kudzu, da hwinfo noch mehr Aerger macht.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index ec37518e1cfa062317376d67b62bca8a090ccab8..0413911922129ef82859bf3304172592d00b6cbb 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -535,6 +535,8 @@ buildipfire() {
   ipfiremake iptraf
   ipfiremake bwm-ng
   ipfiremake nagios
+  ipfiremake tripwire
+  ipfiremake sysstat
 }
 
 buildinstaller() {
@@ -603,9 +605,9 @@ buildpackages() {
   beautify message DONE
 
   # Create images for install
-  if [ ! -f ipfire-$VERSION.i586-devel.iso ]; then
-               ipfiremake cdrom ED=devel
-       fi
+  #if [ ! -f $BASEDIR/ipfire-$VERSION.i586-devel.iso ]; then
+       #       ipfiremake cdrom ED=devel
+       #fi
        ipfiremake cdrom ED=full
        
   # Check if there is a loop device for building in virtual environments
@@ -945,10 +947,12 @@ svn)
                evaluate 1
          ;;
          diff|di)
+         update_langs
                echo -ne "Make a local diff to last svn revision"
                svn diff > ipfire-diff-`date +'%Y-%m-%d-%H:%M'`-r`svn info | grep Revision | cut -c 11-`.diff
                evaluate 1
                echo "Diff was successfully saved to ipfire-diff-`date +'%Y-%m-%d-%H:%M'`-r`svn info | grep Revision | cut -c 11-`.diff"
+               svn status
          ;;
        esac
        ;;
@@ -1054,6 +1058,9 @@ pxe)
        esac
        exit 0
        ;;
+lang)
+       update_langs
+       ;;
 "")
        clear
        svn info