[med-svn] [toppred] 03/04: Remove now useless helper

Andreas Tille tille at debian.org
Sat Jan 31 12:06:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository toppred.

commit ba4f8aad25378634f7839f14ad0fa8c24270702f
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jan 31 13:04:25 2015 +0100

    Remove now useless helper
---
 debian/inject-into-alioth-git | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/debian/inject-into-alioth-git b/debian/inject-into-alioth-git
deleted file mode 100755
index 6442712..0000000
--- a/debian/inject-into-alioth-git
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-set -x
-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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/toppred.git



More information about the debian-med-commit mailing list