From 8d237f149b40a09aebf02f8d364413e402a1d20d Mon Sep 17 00:00:00 2001 From: plagman Date: Thu, 1 Oct 2009 05:25:34 +0000 Subject: [PATCH] Generates a changelog based on the SVN log between snapshots. git-svn-id: https://svn.eduke32.com/eduke32@1515 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 92bb71346..9991041be 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -84,6 +84,12 @@ then echo 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 + # 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 echo "Nothing to do." fi \ No newline at end of file