Author: tille
Date: 2015-07-25 05:58:10 +0000 (Sat, 25 Jul 2015)
New Revision: 19708

Removed:
   trunk/packages/ea-utils/trunk/debian/inject-into-alioth-git
Log:
Package is in SVN so we do not need this script


Deleted: trunk/packages/ea-utils/trunk/debian/inject-into-alioth-git
===================================================================
--- trunk/packages/ea-utils/trunk/debian/inject-into-alioth-git 2015-07-25 
05:52:41 UTC (rev 19707)
+++ trunk/packages/ea-utils/trunk/debian/inject-into-alioth-git 2015-07-25 
05:58:10 UTC (rev 19708)
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-echo "Please verify whether this script is obsoleted by gbp-create-remote-repo 
!"
-
-# This script implements the "Git tips" given here
-#   http://debian-med.alioth.debian.org/docs/policy.html#git-tips
-# Use it with caution since it is less testet
-
-DEBPKGNAME=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'`
-SHORTDESC=`grep "^Description: " debian/control | head -n 1 | sed 
's/^Description: //'`
-VCSGIT=`grep "^Vcs-Git: " debian/control | sed -e 's/^Vcs-Git: //' -e 
's#git://anonscm.debian.org/#ssh://git.debian.org/git/#'`
-DIRatALIOTH=`echo $VCSGIT | sed -e 's#ssh://git.debian.org/git/#/git/#' -e 
's#/[^/]\+\.git##'`
-
-ssh git.debian.org "cd $DIRatALIOTH; ./setup-repository $DEBPKGNAME 
'$SHORTDESC'"
-git remote add origin $VCSGIT
-git push origin master
-git push --all --set-upstream
-git push --tags


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to