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

List:       kde-commits
Subject:    [kde-ruleset] kdegames: Add rules for Killbots.
From:       Parker Coates <parker.coates () kdemail ! net>
Date:       2012-02-20 17:12:17
Message-ID: 20120220171217.8F8E5A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit ec385ee46d9e0003dd1e79f60a6531e26aa67908 by Parker Coates.
Committed on 20/02/2012 at 17:27.
Pushed by coates into branch 'master'.

Add rules for Killbots.

A  +83   -0    kdegames/killbots-rules

http://commits.kde.org/kde-ruleset/ec385ee46d9e0003dd1e79f60a6531e26aa67908

diff --git a/kdegames/killbots-rules b/kdegames/killbots-rules
new file mode 100644
index 0000000..7545d70
--- /dev/null
+++ b/kdegames/killbots-rules
@@ -0,0 +1,83 @@
+# Created by Parker Coates <parker.coates@kdemail.net>
+#
+# Killbots is a relatively new application, so run svn2git with the following option:
+#    --resume-from=783933
+
+# Create the killbots repository
+create repository killbots
+end repository
+
+# Set the REPO and MODULE variables, used by some included rules
+declare REPO=killbots
+declare MODULE=kdegames/killbots
+
+# 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
+    branch master
+end match
+match /trunk/playground/games/doc/killbots/
+    repository killbots
+    branch master
+    prefix doc/
+end match
+
+# Get sources and docs from kdereview
+match /trunk/kdereview/killbots/
+    repository killbots
+    branch master
+end match
+match /trunk/kdereview/doc/killbots/
+    repository killbots
+    branch master
+    prefix doc/
+end match
+
+# Get sources and docs from the kdegames module
+match /trunk/KDE/kdegames/killbots/
+    repository killbots
+    branch master
+end match
+match /trunk/KDE/kdegames/doc/killbots/
+    repository killbots
+    branch master
+    prefix doc/
+end match
+
+# Recurse into branch and tag changes that may have affected us
+match /(branches|tags)/KDE/\d+[^/]+/(kdegames/)?$
+  action recurse
+end match
+
+# Get sources and docs from branches
+match /branches/KDE/(\d+)\.(\d+)/kdegames/killbots/
+    repository killbots
+    branch KDE/\1.\2
+end match
+match /branches/KDE/(\d+)\.(\d+)/kdegames/doc/killbots/
+    repository killbots
+    branch KDE/\1.\2
+    prefix doc/
+end match
+
+# Get tags
+match /tags/KDE/(\d+)\.(\d+)/kdegames/killbots/
+    repository killbots
+    branch refs/tags/v\1.\2.0
+    annotated true
+end match
+match /tags/KDE/(\d+)\.(\d+)\.(\d+)/kdegames/killbots/
+    repository killbots
+    branch refs/tags/v\1.\2.\3
+    annotated true
+end match
+
+# Some tag stuff
+include ../common-kde-tags-rules
+
+# Ignore everything else
+match /
+end match
[prev in list] [next in list] [prev in thread] [next in thread] 

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