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

List:       kde-commits
Subject:    KDE/kdesdk/scripts
From:       Jeremy Paul Whiting <jpwhiting () kde ! org>
Date:       2011-09-16 1:32:37
Message-ID: 20110916013237.3E1B3AC882 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1253874 by whiting:

KDE-Edu modules including marble now conform to KDE/X.Y scheme.


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


--- trunk/KDE/kdesdk/scripts/kde-checkout-list.pl #1253873:1253874
@@ -131,16 +131,14 @@
       my $command;
       if ( ! -d "$subdir" ) {
 #modules without the "KDE/" in the branchname are:
-#  kdeedu, kdepim*, kdeplasma-addons, kdeutils
+#  kdepim*, kdeplasma-addons, kdeutils
 # 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+/marble+) {
-	    $command = "git clone $url $subdir && cd $subdir && git checkout -b $kdedash \
                origin/$kdedash";
-	  } elsif ( $subdir =~ m+/kde(pim|edu|utils|plasma-addons)+ ||
+	  if ( $subdir =~ m+/kde(pim|utils|plasma-addons)+ ||
 	       $subdir =~ m+/okular+ ||
 	       $subdir =~ m+/mobipocket+ ) {
 	    $command = "git clone $url $subdir && cd $subdir && git checkout -b $branch \
origin/$branch"; @@ -153,9 +151,7 @@
       } else {
 	if ($branch) {
 	  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|utils|plasma-addons)+ ||
+	  if ( $subdir =~ m+/kde(pim|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