mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 09:20:51 +00:00
Generates a changelog based on the SVN log between snapshots.
git-svn-id: https://svn.eduke32.com/eduke32@1515 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
252df802fb
commit
8d237f149b
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ then
|
||||||
echo tar cvzf eduke32_src_$date-$head.tar.gz eduke32_$date-$head
|
echo tar cvzf eduke32_src_$date-$head.tar.gz eduke32_$date-$head
|
||||||
tar cvzf eduke32_src_$date-$head.tar.gz eduke32_$date-$head
|
tar cvzf eduke32_src_$date-$head.tar.gz eduke32_$date-$head
|
||||||
rm -r eduke32_$date-$head
|
rm -r eduke32_$date-$head
|
||||||
|
# output the changelog since last snapshot in the output directory
|
||||||
|
if [ $lastrevision ]
|
||||||
|
then
|
||||||
|
cd $source
|
||||||
|
svn log $head:$lastrevision > $output/$date-$head/ChangeLog.txt
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "Nothing to do."
|
echo "Nothing to do."
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue