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

List:       kde-commits
Subject:    [kde-ruleset] kdegames: Add rules for Bomber and Bovo.
From:       Parker Coates <parker.coates () kdemail ! net>
Date:       2012-02-23 2:30:13
Message-ID: 20120223023013.0A8D7A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 6cd3b9e641acea1191a93e3502a1df63ae7094c5 by Parker Coates.
Committed on 23/02/2012 at 02:46.
Pushed by coates into branch 'master'.

Add rules for Bomber and Bovo.

C  +29   -26   kdegames/bomber-rules [from: kdegames/killbots-rules - 052% similarity]
C  +29   -26   kdegames/bovo-rules [from: kdegames/killbots-rules - 053% similarity]
M  +3    -0    kdegames/killbots-rules

http://commits.kde.org/kde-ruleset/6cd3b9e641acea1191a93e3502a1df63ae7094c5

diff --git a/kdegames/killbots-rules b/kdegames/bomber-rules
similarity index 52%
copy from kdegames/killbots-rules
copy to kdegames/bomber-rules
index 7545d70..07c029e 100644
--- a/kdegames/killbots-rules
+++ b/kdegames/bomber-rules
@@ -1,48 +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
+# Bomber is a relatively new application, so run svn2git with the following option:
+#    --resume-from=829201
+#
+# 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 bomber repository
+create repository bomber
 end repository
 
 # Set the REPO and MODULE variables, used by some included rules
-declare REPO=killbots
-declare MODULE=kdegames/killbots
+declare REPO=bomber
+declare MODULE=kdegames/bomber
 
 # 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/bomber/
+    repository bomber
     branch master
 end match
-match /trunk/playground/games/doc/killbots/
-    repository killbots
+match /trunk/playground/games/doc/bomber/
+    repository bomber
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from kdereview
-match /trunk/kdereview/killbots/
-    repository killbots
+match /trunk/kdereview/bomber/
+    repository bomber
     branch master
 end match
-match /trunk/kdereview/doc/killbots/
-    repository killbots
+match /trunk/kdereview/doc/bomber/
+    repository bomber
     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/bomber/
+    repository bomber
     branch master
 end match
-match /trunk/KDE/kdegames/doc/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/doc/bomber/
+    repository bomber
     branch master
     prefix doc/
 end match
@@ -53,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/bomber/
+    repository bomber
     branch KDE/\1.\2
 end match
-match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/bomber/
+    repository bomber
     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/bomber/
+    repository bomber
     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/bomber/
+    repository bomber
     branch refs/tags/v\1.\2.\3
     annotated true
 end match
diff --git a/kdegames/killbots-rules b/kdegames/bovo-rules
similarity index 53%
copy from kdegames/killbots-rules
copy to kdegames/bovo-rules
index 7545d70..32f0bd1 100644
--- a/kdegames/killbots-rules
+++ b/kdegames/bovo-rules
@@ -1,48 +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
+# Bovo is a relatively new application, so run svn2git with the following option:
+#    --resume-from=638931
+#
+# 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 bovo repository
+create repository bovo
 end repository
 
 # Set the REPO and MODULE variables, used by some included rules
-declare REPO=killbots
-declare MODULE=kdegames/killbots
+declare REPO=bovo
+declare MODULE=kdegames/bovo
 
 # 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/bovo/
+    repository bovo
     branch master
 end match
-match /trunk/playground/games/doc/killbots/
-    repository killbots
+match /trunk/playground/games/doc/bovo/
+    repository bovo
     branch master
     prefix doc/
 end match
 
 # Get sources and docs from kdereview
-match /trunk/kdereview/killbots/
-    repository killbots
+match /trunk/kdereview/bovo/
+    repository bovo
     branch master
 end match
-match /trunk/kdereview/doc/killbots/
-    repository killbots
+match /trunk/kdereview/doc/bovo/
+    repository bovo
     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/bovo/
+    repository bovo
     branch master
 end match
-match /trunk/KDE/kdegames/doc/killbots/
-    repository killbots
+match /trunk/KDE/kdegames/doc/bovo/
+    repository bovo
     branch master
     prefix doc/
 end match
@@ -53,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/bovo/
+    repository bovo
     branch KDE/\1.\2
 end match
-match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/killbots/
-    repository killbots
+match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/bovo/
+    repository bovo
     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/bovo/
+    repository bovo
     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/bovo/
+    repository bovo
     branch refs/tags/v\1.\2.\3
     annotated true
 end match
diff --git a/kdegames/killbots-rules b/kdegames/killbots-rules
index 7545d70..a415ba7 100644
--- a/kdegames/killbots-rules
+++ b/kdegames/killbots-rules
@@ -2,6 +2,9 @@
 #
 # 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.
 
 # 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