[med-svn] r21417 - trunk/helper-scripts

Andreas Tille tille at moszumanska.debian.org
Fri Feb 19 14:28:34 UTC 2016


Author: tille
Date: 2016-02-19 14:28:33 +0000 (Fri, 19 Feb 2016)
New Revision: 21417

Modified:
   trunk/helper-scripts/inject-into-alioth-git
Log:
Enable descriptions containing "'"


Modified: trunk/helper-scripts/inject-into-alioth-git
===================================================================
--- trunk/helper-scripts/inject-into-alioth-git	2016-02-19 14:28:01 UTC (rev 21416)
+++ trunk/helper-scripts/inject-into-alioth-git	2016-02-19 14:28:33 UTC (rev 21417)
@@ -11,7 +11,7 @@
 VCSGIT=`grep "^Vcs-Git: " debian/control | sed -e 's/^Vcs-Git: //' -e 's#[githps]\+://anonscm.debian.org/#ssh://git.debian.org/git/#'`
 DIRatALIOTH=`echo $VCSGIT | sed -e 's#ssh://git.debian.org/git/#/git/#' -e 's#/[^/]\+\.git##'`
 set -x
-ssh git.debian.org "cd $DIRatALIOTH; ./setup-repository $DEBPKGNAME '$SHORTDESC'"
+ssh git.debian.org "cd $DIRatALIOTH; ./setup-repository $DEBPKGNAME \"$SHORTDESC\""
 git remote add origin $VCSGIT
 git push origin master
 git push --all --set-upstream




More information about the debian-med-commit mailing list