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

List:       kde-commits
Subject:    [kde-ruleset] kdegames: Add rules for Kapman, KBlocks and KBreakout.
From:       Parker Coates <parker.coates () kdemail ! net>
Date:       2012-02-24 18:20:03
Message-ID: 20120224182003.DE3ABA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 05a4f40cce34aa62670c512b256ee458f634e9ac by Parker Coates.
Committed on 24/02/2012 at 19:19.
Pushed by coates into branch 'master'.

Add rules for Kapman, KBlocks and KBreakout.

C  +28   -28   kdegames/kapman-rules [from: kdegames/killbots-rules - 050% similarity]
C  +28   -28   kdegames/kblocks-rules [from: kdegames/killbots-rules - 050% similarity]
C  +28   -28   kdegames/kbreakout-rules [from: kdegames/killbots-rules - 050% similarity]
M  +7    -2    kdegames/killbots-rules

http://commits.kde.org/kde-ruleset/05a4f40cce34aa62670c512b256ee458f634e9ac

diff --git a/kdegames/killbots-rules b/kdegames/kapman-rules
similarity index 50%
copy from kdegames/killbots-rules
copy to kdegames/kapman-rules
index a415ba7..c5792a1 100644
--- a/kdegames/killbots-rules
+++ b/kdegames/kapman-rules
@@ -1,51 +1,51 @@
 # Created by Parker Coates <parker.coates@kdemail.net>
 #
-# Killbots is a relatively new application, so run svn2git with the following option:
-#    --resume-from=783933
+# Kapman is a relatively new application, so run svn2git with the following option:
+#    --resume-from=729613
 #
-# These rules have been copied to create bomber-rules and bovo-rules. If you find a
-# mistake here, please also fix it there.
+# These rules are 100% copied from killbots-rules, so if you find a mistake here,
+# please also fix it there.
 
-# Create the killbots repository
-create repository killbots
+# Create the kapman repository
+create repository kapman
 end repository
 
 # Set the REPO and MODULE variables, used by some included rules
-declare REPO=killbots
-declare MODULE=kdegames/killbots
+declare REPO=kapman
+declare MODULE=kdegames/kapman
 
 # Ignore some things that are known to cause trouble
 include ../common-kde-ignores
 
 # Get sources and docs from playground
-match /trunk/playground/games/killbots/
-    repository killbots
+match /trunk/playground/games/kapman/
+    repository kapman
     branch master
 end match
-match /trunk/playground/games/doc/killbots/
-    repository killbots
+match /trunk/playground/games/doc/kapman/
+    repository kapman
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from kdereview
-match /trunk/kdereview/killbots/
-    repository killbots
+match /trunk/kdereview/kapman/
+    repository kapman
     branch master
 end match
-match /trunk/kdereview/doc/killbots/
-    repository killbots
+match /trunk/kdereview/doc/kapman/
+    repository kapman
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from the kdegames module
-match /trunk/KDE/kdegames/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/kapman/
+    repository kapman
     branch master
 end match
-match /trunk/KDE/kdegames/doc/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/doc/kapman/
+    repository kapman
     branch master
     prefix doc/
 end match
@@ -56,24 +56,24 @@ match /(branches|tags)/KDE/\d+[^/]+/(kdegames/)?$
 end match
 
 # Get sources and docs from branches
-match /branches/KDE/(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/kapman/
+    repository kapman
     branch KDE/\1.\2
 end match
-match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/kapman/
+    repository kapman
     branch KDE/\1.\2
     prefix doc/
 end match
 
 # Get tags
-match /tags/KDE/(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /tags/KDE/(\d+)\.(\d+)/kdegames/kapman/
+    repository kapman
     branch refs/tags/v\1.\2.0
     annotated true
 end match
-match /tags/KDE/(\d+)\.(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /tags/KDE/(\d+)\.(\d+)\.(\d+)/kdegames/kapman/
+    repository kapman
     branch refs/tags/v\1.\2.\3
     annotated true
 end match
diff --git a/kdegames/killbots-rules b/kdegames/kblocks-rules
similarity index 50%
copy from kdegames/killbots-rules
copy to kdegames/kblocks-rules
index a415ba7..222b9a7 100644
--- a/kdegames/killbots-rules
+++ b/kdegames/kblocks-rules
@@ -1,51 +1,51 @@
 # Created by Parker Coates <parker.coates@kdemail.net>
 #
-# Killbots is a relatively new application, so run svn2git with the following option:
-#    --resume-from=783933
+# KBlocks is a relatively new application, so run svn2git with the following option:
+#    --resume-from=688322
 #
-# These rules have been copied to create bomber-rules and bovo-rules. If you find a
-# mistake here, please also fix it there.
+# These rules are 100% copied from killbots-rules, so if you find a mistake here,
+# please also fix it there.
 
-# Create the killbots repository
-create repository killbots
+# Create the kblocks repository
+create repository kblocks
 end repository
 
 # Set the REPO and MODULE variables, used by some included rules
-declare REPO=killbots
-declare MODULE=kdegames/killbots
+declare REPO=kblocks
+declare MODULE=kdegames/kblocks
 
 # Ignore some things that are known to cause trouble
 include ../common-kde-ignores
 
 # Get sources and docs from playground
-match /trunk/playground/games/killbots/
-    repository killbots
+match /trunk/playground/games/kblocks/
+    repository kblocks
     branch master
 end match
-match /trunk/playground/games/doc/killbots/
-    repository killbots
+match /trunk/playground/games/doc/kblocks/
+    repository kblocks
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from kdereview
-match /trunk/kdereview/killbots/
-    repository killbots
+match /trunk/kdereview/kblocks/
+    repository kblocks
     branch master
 end match
-match /trunk/kdereview/doc/killbots/
-    repository killbots
+match /trunk/kdereview/doc/kblocks/
+    repository kblocks
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from the kdegames module
-match /trunk/KDE/kdegames/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/kblocks/
+    repository kblocks
     branch master
 end match
-match /trunk/KDE/kdegames/doc/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/doc/kblocks/
+    repository kblocks
     branch master
     prefix doc/
 end match
@@ -56,24 +56,24 @@ match /(branches|tags)/KDE/\d+[^/]+/(kdegames/)?$
 end match
 
 # Get sources and docs from branches
-match /branches/KDE/(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/kblocks/
+    repository kblocks
     branch KDE/\1.\2
 end match
-match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/kblocks/
+    repository kblocks
     branch KDE/\1.\2
     prefix doc/
 end match
 
 # Get tags
-match /tags/KDE/(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /tags/KDE/(\d+)\.(\d+)/kdegames/kblocks/
+    repository kblocks
     branch refs/tags/v\1.\2.0
     annotated true
 end match
-match /tags/KDE/(\d+)\.(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /tags/KDE/(\d+)\.(\d+)\.(\d+)/kdegames/kblocks/
+    repository kblocks
     branch refs/tags/v\1.\2.\3
     annotated true
 end match
diff --git a/kdegames/killbots-rules b/kdegames/kbreakout-rules
similarity index 50%
copy from kdegames/killbots-rules
copy to kdegames/kbreakout-rules
index a415ba7..25b4762 100644
--- a/kdegames/killbots-rules
+++ b/kdegames/kbreakout-rules
@@ -1,51 +1,51 @@
 # Created by Parker Coates <parker.coates@kdemail.net>
 #
-# Killbots is a relatively new application, so run svn2git with the following option:
-#    --resume-from=783933
+# KBreakout is a relatively new application, so run svn2git with the following option:
+#    --resume-from=718501
 #
-# These rules have been copied to create bomber-rules and bovo-rules. If you find a
-# mistake here, please also fix it there.
+# These rules are 100% copied from killbots-rules, so if you find a mistake here,
+# please also fix it there.
 
-# Create the killbots repository
-create repository killbots
+# Create the kbreakout repository
+create repository kbreakout
 end repository
 
 # Set the REPO and MODULE variables, used by some included rules
-declare REPO=killbots
-declare MODULE=kdegames/killbots
+declare REPO=kbreakout
+declare MODULE=kdegames/kbreakout
 
 # Ignore some things that are known to cause trouble
 include ../common-kde-ignores
 
 # Get sources and docs from playground
-match /trunk/playground/games/killbots/
-    repository killbots
+match /trunk/playground/games/kbreakout/
+    repository kbreakout
     branch master
 end match
-match /trunk/playground/games/doc/killbots/
-    repository killbots
+match /trunk/playground/games/doc/kbreakout/
+    repository kbreakout
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from kdereview
-match /trunk/kdereview/killbots/
-    repository killbots
+match /trunk/kdereview/kbreakout/
+    repository kbreakout
     branch master
 end match
-match /trunk/kdereview/doc/killbots/
-    repository killbots
+match /trunk/kdereview/doc/kbreakout/
+    repository kbreakout
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from the kdegames module
-match /trunk/KDE/kdegames/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/kbreakout/
+    repository kbreakout
     branch master
 end match
-match /trunk/KDE/kdegames/doc/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/doc/kbreakout/
+    repository kbreakout
     branch master
     prefix doc/
 end match
@@ -56,24 +56,24 @@ match /(branches|tags)/KDE/\d+[^/]+/(kdegames/)?$
 end match
 
 # Get sources and docs from branches
-match /branches/KDE/(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/kbreakout/
+    repository kbreakout
     branch KDE/\1.\2
 end match
-match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/kbreakout/
+    repository kbreakout
     branch KDE/\1.\2
     prefix doc/
 end match
 
 # Get tags
-match /tags/KDE/(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /tags/KDE/(\d+)\.(\d+)/kdegames/kbreakout/
+    repository kbreakout
     branch refs/tags/v\1.\2.0
     annotated true
 end match
-match /tags/KDE/(\d+)\.(\d+)\.(\d+)/kdegames/killbots/
-    repository killbots
+match /tags/KDE/(\d+)\.(\d+)\.(\d+)/kdegames/kbreakout/
+    repository kbreakout
     branch refs/tags/v\1.\2.\3
     annotated true
 end match
diff --git a/kdegames/killbots-rules b/kdegames/killbots-rules
index a415ba7..b529f32 100644
--- a/kdegames/killbots-rules
+++ b/kdegames/killbots-rules
@@ -3,8 +3,13 @@
 # Killbots is a relatively new application, so run svn2git with the following option:
 #    --resume-from=783933
 #
-# These rules have been copied to create bomber-rules and bovo-rules. If you find a
-# mistake here, please also fix it there.
+# These rules have been copied to create:
+#    bomber-rules
+#    bovo-rules
+#    kapman-rules
+#    kblocks-rules
+#    kbreakout-rules
+# If you find a mistake here, please also fix it there.
 
 # Create the killbots repository
 create repository killbots
[prev in list] [next in list] [prev in thread] [next in thread] 

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