]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 849fb7de8968f7395ea98a9297fb804298771096..8a6a9f5802b0e80088826a7f38b56cf1b84ce734 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -533,7 +533,10 @@ buildipfire() {
   ipfiremake ethereal
   ipfiremake tftp-hpa
   ipfiremake iptraf
+  ipfiremake bwm-ng
   ipfiremake nagios
+  ipfiremake tripwire
+  ipfiremake sysstat
 }
 
 buildinstaller() {
@@ -602,7 +605,7 @@ buildpackages() {
   beautify message DONE
 
   # Create images for install
-  if [ ! -e ipfire-$VERSION.i586-devel.iso ]; then
+  if [ "$DEVEL" == "1" ]; then
                ipfiremake cdrom ED=devel
        fi
        ipfiremake cdrom ED=full
@@ -944,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
        ;;
@@ -1053,6 +1058,9 @@ pxe)
        esac
        exit 0
        ;;
+lang)
+       update_langs
+       ;;
 "")
        clear
        svn info