[DRE-commits] [SCM] Root pkg-ruby-extras repository branch, master, updated. bb93b3e8bf8090f7d1c3dc2834855f0a4c78e9a5

Antonio Terceiro terceiro at softwarelivre.org
Mon Mar 7 17:24:41 UTC 2011


The following commit has been merged in the master branch:
commit cf57a0aa34ef8e9d550d9bae27b6295248e6f304
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Mon Mar 7 14:26:37 2011 -0300

    Ignore the master repository
    
    We already have it

diff --git a/make-mrconfig b/make-mrconfig
index 48e1c4c..4049245 100755
--- a/make-mrconfig
+++ b/make-mrconfig
@@ -22,7 +22,7 @@ msg "Retrieving package list"
 
 # Packages hosted in Git
 GIT_REPODIR="/git/pkg-ruby-extras/"
-GIT_PKGS=`ssh git.debian.org "(cd $GIT_REPODIR && ls -1d *.git)" | sed 's/.git$//'`
+GIT_PKGS=`ssh git.debian.org "(cd $GIT_REPODIR && ls -1d *.git)" | sed '/pkg-ruby-extras.git/d; s/.git$//'`
 
 # Packages hosted in Svn
 # SVN_REPODIR="svn+ssh://svn.debian.org/svn/pkg-ruby-extras/trunk"

-- 
Root pkg-ruby-extras repository



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