Geändert:

* ./make.sh dist noch optimiert.
  * TCP Wrappers Patch vergessen :)
  * ChangeLog-Update hat auch nicht funktioniert.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@116 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-05-15 20:28:30 +00:00
parent 3b9f634958
commit a414d69631
3 changed files with 1543 additions and 2 deletions

View File

@@ -906,8 +906,9 @@ clean)
fi
;;
dist)
echo "Building source package from SVN: "
svn export http://svn.ipfire.eu/svn/ipfire ipfire-source/ --force
echo "Updating & building source package from SVN: "
svn up > /dev/null
svn export http://svn.ipfire.eu/svn/ipfire ipfire-source/ --force > /dev/null
tar cfz ipfire-source-`date +'%Y-%m-%d'`-r`svn info | grep Revision | cut -c 11-`.tar.gz ipfire-source
rm ipfire-source/ -r
;;
@@ -1048,6 +1049,7 @@ commit)
echo "Upload the changed files:"
./make.sh changelog
svn commit
svn up
;;
*)
echo "Usage: $0 {build|changelog|check|checkclean|clean|commit|dist|gettoolchain|newpak|prefetch|shell|toolchain|update}"