Changelog-Fix

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@412 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-02-12 18:38:45 +00:00
parent e85044bdd3
commit 223ad6a4af
2 changed files with 2601 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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..."