[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/scripts
From:       Allen Winter <winter () kde ! org>
Date:       2011-08-20 22:05:42
Message-ID: 20110820220542.B2B0BAC876 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1248382 by winterz:

kdeutils uses "X.Y" branch naming


 M  +3 -3      kde-checkout-list.pl  


--- trunk/KDE/kdesdk/scripts/kde-checkout-list.pl #1248381:1248382
@@ -131,7 +131,7 @@
       my $command;
       if ( ! -d "$subdir" ) {
 #modules without the "KDE/" in the branchname are:
-#  kdeedu, kdepim*, kdeplasma-addons
+#  kdeedu, kdepim*, kdeplasma-addons, kdeutils
 # kdebase/kate => only KDE/4.7 and above
 # kdeexamples => No branches
 # superbuild => No branches
@@ -140,7 +140,7 @@
 	  next if ( $subdir =~ m+/kdeexamples+ || $subdir =~ m+/superbuild+ );
 	  if ( $subdir =~ m+/marble+) {
 	    $command = "git clone $url $subdir && cd $subdir && git checkout -b $kdedash \
                origin/$kdedash";
-	  } elsif ( $subdir =~ m+/kde(pim|edu|plasma-addons)+ ||
+	  } elsif ( $subdir =~ m+/kde(pim|edu|utils|plasma-addons)+ ||
 	       $subdir =~ m+/okular+ ||
 	       $subdir =~ m+/mobipocket+ ) {
 	    $command = "git clone $url $subdir && cd $subdir && git checkout -b $branch \
origin/$branch"; @@ -155,7 +155,7 @@
 	  next if ( $subdir =~ m+/kdeexamples+ || $subdir =~ m+/superbuild+ );
 	  if ( $subdir =~ m+/marble+) {
 	    $command = "cd $subdir && git config remote.origin.url $url && git checkout \
                $kdedash && git pull --ff";
-	  } elsif ( $subdir =~ m+/kde(pim|edu|plasma-addons)+ ||
+	  } elsif ( $subdir =~ m+/kde(pim|edu|utils|plasma-addons)+ ||
 	       $subdir =~ m+/okular+ ||
 	       $subdir =~ m+/mobipocket+ ) {
 	    $command = "cd $subdir && git config remote.origin.url $url && git checkout \
$branch && git pull --ff";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic