Andreas Tille pushed to branch master at Debian Med / community / helper-scripts


Commits:
85183769 by Andreas Tille at 2018-05-15T07:24:00+02:00
There is nothing to inject into alioth any more

- - - - -


1 changed file:

- − inject-into-alioth-git


Changes:

=====================================
inject-into-alioth-git deleted
=====================================
--- a/inject-into-alioth-git
+++ /dev/null
@@ -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#[githps]\+://anonscm.debian.org/#ssh://git.debian.org/#'`
-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\""
-git remote add origin $VCSGIT
-git push origin master
-git push --all --set-upstream
-git push --tags



View it on GitLab: 
https://salsa.debian.org/med-team/community/helper-scripts/commit/85183769620e82ed1e416d45595dc07c16d1be34

---
View it on GitLab: 
https://salsa.debian.org/med-team/community/helper-scripts/commit/85183769620e82ed1e416d45595dc07c16d1be34
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to