]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Geaendert:
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index fa6222534cbc1c9ba9376234f640dcc7a640cf1b..b67011261780569f39e53285c50ea65ff4edaaf9 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -758,6 +758,8 @@ buildipcop() {
   ipcopmake etherwake
   ipcopmake ethereal
   ipcopmake tftp-hpa
+  ipcopmake subversion
+  ipcopmake iptraf
 #  ipcopmake stunnel # Ausgeschaltet, weil wir es doch nicht nutzen
 }
 
@@ -877,6 +879,7 @@ ipfirepackages() {
   ipfiredist cyrusimap
   ipfiredist fetchmail
   ipfiredist gnump3d
+  ipfiredist iptraf
   ipfiredist java
   ipfiredist lame
   ipfiredist libogg
@@ -894,6 +897,7 @@ ipfirepackages() {
   ipfiredist samba
   ipfiredist sox
   ipfiredist spamassassin
+  ipfiredist subversion
   ipfiredist web-cyradm
   ipfiredist xampp
 #  ipfiredist xinetd
@@ -1177,10 +1181,16 @@ svn)
          ;;
          commit|ci)
                clear
-               #$0 changelog
-               #echo "Upload the changed files..."
+               if [ -e /sbin/yast ]; then
+                       $0 changelog
+               fi
+               echo "Upload the changed files..."
                sleep 1
-               svn commit
+               IPFIRE_SVN_MESSAGE=/tmp/ipfire-svn-co-message.txt
+               rm -f $IPFIRE_SVN_MESSAGE
+               mcedit $IPFIRE_SVN_MESSAGE
+               svn commit -F $IPFIRE_SVN_MESSAGE
+               rm -f $IPFIRE_SVN_MESSAGE
                $0 svn up
          ;;
          dist)