[debian-edu-commits] debian-edu/ 01/01: Fetch trunk from the wheezy branch only for the packages present there. Fetch the rest from trunk/src.

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Mar 30 17:57:47 UTC 2014


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

pere pushed a commit to branch master
in repository d-e-gitscripts.

commit b4d3ff71fa3bb05810fd0fe90a8005d14be5042f
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Mar 30 19:57:40 2014 +0200

    Fetch trunk from the wheezy branch only for the packages present there.  Fetch the rest from trunk/src.
---
 svn-migration/make_git.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/svn-migration/make_git.sh b/svn-migration/make_git.sh
index 31b4464..d2fc4fe 100755
--- a/svn-migration/make_git.sh
+++ b/svn-migration/make_git.sh
@@ -13,15 +13,16 @@ fi
 
 PKGTEAM="" # could be set to "pkg-team/" for those packages...
 case $PACKAGE in
-    debian-edu-archive-keyring|sitesummary)
-        TRUNK=/trunk/src/${PACKAGE}
-    ;;
     debian-edu|debian-edu-install)
         TRUNK=/branches/wheezy-proposed-updates/${PACKAGE}
     ;;
-    *)
+    # wheezy branch also got debian-edu and debian-edu-install
+    debian-edu-artwork|debian-edu-config)
         TRUNK=/branches/wheezy/${PACKAGE}
     ;;
+    *)
+        TRUNK=/trunk/src/${PACKAGE}
+    ;;
 esac    
 
 echo $PACKAGE 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/d-e-gitscripts.git



More information about the debian-edu-commits mailing list