[DRE-commits] [pkg-ruby-extras] 01/01: Update make-mrconfig script according commit 9b75ed2

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sat Apr 18 17:27:10 UTC 2015


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

sbadia-guest pushed a commit to branch master
in repository pkg-ruby-extras.

commit 8afa07def832b999faef1d952b65f5a15e98b3c5
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sat Apr 18 19:18:59 2015 +0200

    Update make-mrconfig script according commit 9b75ed2
    
    The .mrconfig file is automatically generated with this script
    (make-mrconfig), this commit remove also obsolete SVN commands
    according Christian commit (9b75ed2).
---
 make-mrconfig | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/make-mrconfig b/make-mrconfig
index 1574ffe..051fc50 100755
--- a/make-mrconfig
+++ b/make-mrconfig
@@ -24,10 +24,6 @@ msg "Retrieving package list"
 GIT_REPODIR="/git/pkg-ruby-extras/"
 GIT_PKGS=`ssh git.debian.org "(cd $GIT_REPODIR && LC_ALL=C ls -1d *.git)" | sed '/pkg-ruby-extras.git/d; s/.git$//' | LC_ALL=C sort`
 
-# Packages hosted in Svn
-# SVN_REPODIR="svn+ssh://svn.debian.org/svn/pkg-ruby-extras/trunk"
-# SVN_PKGS=`svn ls $SVN_REPODIR/ | sed 's/\///'`
-
 msg "Generating mrconfig file in $OUTPUT"
 
 # Backup the output file if it exists
@@ -50,9 +46,6 @@ lib=
         { test -z \"\$DEBFULLNAME\" || git config user.name \"\$DEBFULLNAME\" || true; } &&
         { test -z \"\$DEBEMAIL\" || git config user.email \"\$DEBEMAIL\" || true; }
       }
-      svn_checkout () {
-        svn co $SVN_REPODIR/\$1
-      }
 "
 
 # Sections for Git repositories
@@ -80,23 +73,6 @@ cat >> .gitignore <<EOF
 *.heads
 EOF
 
-
-# Sections for Svn repositories
-# for i in $SVN_PKGS; do
-#     output "[$i]
-# checkout = svn_checkout packages/$i
-# "
-# done
-
-# msg "Setting up sections for projects and tools"
-
-# Adding other useful repositories
-#for i in  projects tools; do
-#  output "[$i]
-#checkout = svn_checkout $i
-#"
-#done
-
 # Warn if changes have been made
 if which colordiff >/dev/null; then
 	diff=colordiff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list