public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11906 - main/branches/2.1.6
@ 2008-11-14  9:45 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-11-14  9:45 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-11-14 09:45:07 +0000 (Fri, 14 Nov 2008)
New Revision: 11906

Modified:
   main/branches/2.1.6/mkrelease.sh
Log:
Use svn2cl --reparagraph option for better ChangeLog formatting.


Modified: main/branches/2.1.6/mkrelease.sh
===================================================================
--- main/branches/2.1.6/mkrelease.sh	2008-11-14 08:01:49 UTC (rev 11905)
+++ main/branches/2.1.6/mkrelease.sh	2008-11-14 09:45:07 UTC (rev 11906)
@@ -67,9 +67,9 @@
 svn export "${SVN_LOCATION}" "${SOURCE_DIR}" > /dev/null || die "svn export failed"
 
 echo ">>> Creating Changelog"
-svn2cl_opts=
-[ -n $CHANGELOG_REVISION ] && svn2cl_opts=HEAD:$CHANGELOG_REVISION
-svn2cl -r $svn2cl_opts -i -o "${SOURCE_DIR}/ChangeLog" "${SVN_LOCATION}" \
+svn2cl_opts="-i --reparagraph"
+[ -n $CHANGELOG_REVISION ] && svn2cl_opts+=" -r HEAD:$CHANGELOG_REVISION"
+svn2cl $svn2cl_opts -o "${SOURCE_DIR}/ChangeLog" "${SVN_LOCATION}" \
 	|| die "ChangeLog creation failed"
 
 echo ">>> Building release tree"




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-14  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14  9:45 [gentoo-commits] portage r11906 - main/branches/2.1.6 Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox