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

List:       kde-commits
Subject:    KDE/kdesdk/scripts
From:       Raphael Kubo da Costa <rakuco () FreeBSD ! org>
Date:       2011-09-16 3:30:24
Message-ID: 20110916033024.84520AC882 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1253887 by rkcosta:

Branches in kdeutils also conform to the KDE/x.y pattern now

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


--- trunk/KDE/kdesdk/scripts/kde-checkout-list.pl #1253886:1253887
@@ -131,14 +131,14 @@
       my $command;
       if ( ! -d "$subdir" ) {
 #modules without the "KDE/" in the branchname are:
-#  kdepim*, kdeutils
+# kdepim*
 # kdebase/kate => only KDE/4.7 and above
 # kdeexamples => No branches
 # superbuild => No branches
 
 	if ( $branch ) {
 	  next if ( $subdir =~ m+/kdeexamples+ || $subdir =~ m+/superbuild+ );
-	  if ( $subdir =~ m+/kde(pim|utils)+ ||
+	  if ( $subdir =~ m+/kdepim+ ||
 	       $subdir =~ m+/okular+ ||
 	       $subdir =~ m+/mobipocket+ ) {
 	    $command = "git clone $url $subdir && cd $subdir && git checkout -b $branch \
origin/$branch"; @@ -151,7 +151,7 @@
       } else {
 	if ($branch) {
 	  next if ( $subdir =~ m+/kdeexamples+ || $subdir =~ m+/superbuild+ );
-	  if ( $subdir =~ m+/kde(pim|utils)+ ||
+	  if ( $subdir =~ m+/kdepim+ ||
 	       $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