mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Changelog-Fix
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@412 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
2597
doc/ChangeLog
2597
doc/ChangeLog
File diff suppressed because it is too large
Load Diff
8
make.sh
8
make.sh
@@ -707,7 +707,7 @@ shell)
|
||||
;;
|
||||
changelog)
|
||||
echo -n "Loading new Changelog from SVN: "
|
||||
svn log http://svn.ipfire.eu/svn/ipfire > doc/ChangeLog
|
||||
svn log http://svn.ipfire.org/svn/ipfire > doc/ChangeLog
|
||||
beautify message DONE
|
||||
;;
|
||||
clean)
|
||||
@@ -894,9 +894,9 @@ svn)
|
||||
exit 0
|
||||
fi
|
||||
echo -en "REV $SVN_REVISION: Downloading..."
|
||||
svn export http://svn.ipfire.eu/svn/ipfire/trunk ipfire-source/ --force > /dev/null
|
||||
svn log http://svn.ipfire.eu/svn/ipfire/trunk -r 1:$SVN_REVISION > ipfire-source/Changelog
|
||||
#svn info http://svn.ipfire.eu/svn/ipfire/trunk -r $SVN_REVISION > ipfire-source/svn_status
|
||||
svn export http://svn.ipfire.org/svn/ipfire/trunk ipfire-source/ --force > /dev/null
|
||||
svn log http://svn.ipfire.org/svn/ipfire/trunk -r 1:$SVN_REVISION > ipfire-source/Changelog
|
||||
#svn info http://svn.ipfire.org/svn/ipfire/trunk -r $SVN_REVISION > ipfire-source/svn_status
|
||||
evaluate 1
|
||||
|
||||
echo -en "REV $SVN_REVISION: Compressing files..."
|
||||
|
||||
Reference in New Issue
Block a user