[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

doc-hackers: Changes to 'master'



 mrconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit bbfada0bbc799c80e6537941b75e659797898136
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Sep 13 19:27:15 2009 -0400

    Fix checkout target for things not in the app subdir

diff --git a/mrconfig b/mrconfig
index f7c14bb..52144ab 100644
--- a/mrconfig
+++ b/mrconfig
@@ -2,7 +2,8 @@
 [DEFAULT]
 git_gc = git gc "$@"
 checkout = REPONAME=`basename $MR_REPO`;
-  git clone "git+ssh://dnusinow@git.debian.org/git/pkg-xorg/app/$REPONAME" &&
+  REPOCATEGORY=`echo "$MR_REPO" | perl -na -F'/' -e 'print $F[-3]'`
+  git clone "git+ssh://dnusinow@git.debian.org/git/pkg-xorg/$REPOCATEGORY/$REPONAME" &&
   cd $MR_REPO &&
   git remote add xsfbs git+ssh://dnusinow@git.debian.org/git/pkg-xorg/xsfbs &&
   git remote update xsfbs &&


Reply to: