From kde-commits Thu Feb 23 02:30:13 2012 From: Parker Coates Date: Thu, 23 Feb 2012 02:30:13 +0000 To: kde-commits Subject: [kde-ruleset] kdegames: Add rules for Bomber and Bovo. Message-Id: <20120223023013.0A8D7A60A6 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=132996424628795 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% si= milarity] 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 # -# Killbots is a relatively new application, so run svn2git with the follow= ing option: -# --resume-from=3D783933 +# Bomber is a relatively new application, so run svn2git with the followin= g option: +# --resume-from=3D829201 +# +# These rules are 100% copied from killbots-rules, so if you find a mistak= e 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=3Dkillbots -declare MODULE=3Dkdegames/killbots +declare REPO=3Dbomber +declare MODULE=3Dkdegames/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 # -# Killbots is a relatively new application, so run svn2git with the follow= ing option: -# --resume-from=3D783933 +# Bovo is a relatively new application, so run svn2git with the following = option: +# --resume-from=3D638931 +# +# These rules are 100% copied from killbots-rules, so if you find a mistak= e 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=3Dkillbots -declare MODULE=3Dkdegames/killbots +declare REPO=3Dbovo +declare MODULE=3Dkdegames/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 follow= ing option: # --resume-from=3D783933 +# +# These rules have been copied to create bomber-rules and bovo-rules. If y= ou find a +# mistake here, please also fix it there. = # Create the killbots repository create repository killbots