mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Geaendert:
* LibPNG-Files-Fix git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@252 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
12
make.sh
12
make.sh
@@ -1181,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)
|
||||
|
||||
Reference in New Issue
Block a user