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

List:       kde-commits
Subject:    [kde-ruleset] kdetoys: Added first version of kdetoys rules
From:       Jonathan Raphael Joachim Kolberg <bulldog98 () freenet ! de>
Date:       2011-09-01 10:54:17
Message-ID: 20110901105417.07532A6078 () git ! kde ! org
[Download RAW message or body]

Git commit 49fcff5b8f86bf9046e52d0d2645c4b0d63923c4 by Jonathan Raphael Joachim Kolberg.
Committed on 01/09/2011 at 12:53.
Pushed by kolberg into branch 'master'.

Added first version of kdetoys rules

The branches up to 3.4 can't be pushed to git.kde.org, and I don't know why please give me a hint why

A  +33   -0    kdetoys/kteatime-rules
A  +33   -0    kdetoys/amor-rules
A  +33   -0    kdetoys/ktux-rules
A  +79   -0    kdetoys/kdetoys-branches-tags-rules

http://commits.kde.org/kde-ruleset/49fcff5b8f86bf9046e52d0d2645c4b0d63923c4

diff --git a/kdetoys/amor-rules b/kdetoys/amor-rules
new file mode 100644
index 0000000..f380015
--- /dev/null
+++ b/kdetoys/amor-rules
@@ -0,0 +1,33 @@
+declare MODULE=amor
+declare REPO=amor
+
+create repository ${REPO}
+end repository
+
+include kdetoys-branches-tags-rules
+
+match /trunk/KDE/kdetoys/amor/
+  repository ${REPO}
+  branch master
+end match
+
+match /trunk/KDE/kdetoys/doc/amor/
+  repository ${REPO}
+  prefix doc/
+  branch master
+end match
+
+match /trunk/kdetoys/amor/
+  repository ${REPO}
+  branch master
+end match
+
+match /trunk/kdetoys/doc/amor/
+  repository ${REPO}
+  prefix doc/
+  branch master
+end match
+
+#Igonre everything else
+match /
+end match
\ No newline at end of file
diff --git a/kdetoys/kdetoys-branches-tags-rules b/kdetoys/kdetoys-branches-tags-rules
new file mode 100644
index 0000000..c781a7a
--- /dev/null
+++ b/kdetoys/kdetoys-branches-tags-rules
@@ -0,0 +1,79 @@
+match /(branches|tags)/[^/]+/$
+  action recurse
+end match
+match /(branches|tags)/KDE/[^/]+/$
+  action recurse
+end match
+
+# these are needed to match rules in eg. kdetoys/apps
+match /(branches|tags)/[^/]+/kdetoys/$
+  action recurse
+end match
+match /(branches|tags)/KDE/[^/]+/kdetoys/$
+  action recurse
+end match
+
+match /tags/KDE/([^/]+)A/kdetoys/${MODULE}/
+  repository ${REPO}
+  branch refs/tags/v\1a
+  min revision 409209
+  annotated true
+end match
+match /tags/KDE/([^/]+)/kdetoys/${MODULE}/
+  repository ${REPO}
+  branch refs/tags/v\1
+  min revision 409209
+  annotated true
+end match
+
+#also get the doc into
+match /tags/KDE/([^/]+)A/kdetoys/doc/${MODULE}/
+  repository ${REPO}
+  branch refs/tags/v\1a
+  min revision 409209
+  prefix doc/
+  annotated true
+end match
+match /tags/KDE/([^/]+)/kdetoys/doc/${MODULE}/
+  repository ${REPO}
+  branch refs/tags/v\1
+  min revision 409209
+  prefix doc/
+  annotated true
+end match
+
+match /branches/KDE_(\d+)_(\d+)_BRANCH/kdetoys/${MODULE}/
+  repository ${REPO}
+  branch KDE/\1.\2
+  max revision 409202
+end match
+match /branches/KDE_(\d+)_(\d+)_BRANCH/kdetoys/doc/${MODULE}/
+  repository ${REPO}
+  branch KDE/\1.\2
+  prefix doc/
+  max revision 409202
+end match
+
+match /branches/KDE/([^/]+)A/kdetoys/${MODULE}/
+  repository ${REPO}
+  branch KDE/\1a
+  min revision 409209
+end match
+match /branches/KDE/([^/]+)/kdetoys/${MODULE}/
+  repository ${REPO}
+  branch KDE/\1
+  min revision 409209
+end match
+
+match /branches/KDE/([^/]+)A/kdetoys/doc/${MODULE}/
+  repository ${REPO}
+  branch KDE/\1a
+  prefix doc/
+  min revision 409209
+end match
+match /branches/KDE/([^/]+)/kdetoys/doc/${MODULE}/
+  repository ${REPO}
+  branch KDE/\1
+  prefix doc/
+  min revision 409209
+end match
\ No newline at end of file
diff --git a/kdetoys/kteatime-rules b/kdetoys/kteatime-rules
new file mode 100644
index 0000000..8707353
--- /dev/null
+++ b/kdetoys/kteatime-rules
@@ -0,0 +1,33 @@
+declare MODULE=kteatime
+declare REPO=kteatime
+
+create repository ${REPO}
+end repository
+
+include kdetoys-branches-tags-rules
+
+match /trunk/KDE/kdetoys/kteatime/
+  repository ${REPO}
+  branch master
+end match
+
+match /trunk/KDE/kdetoys/doc/kteatime/
+  repository ${REPO}
+  prefix doc/
+  branch master
+end match
+
+match /trunk/kdetoys/kteatime/
+  repository ${REPO}
+  branch master
+end match
+
+match /trunk/kdetoys/doc/kteatime/
+  repository ${REPO}
+  prefix doc/
+  branch master
+end match
+
+#Igonre everything else
+match /
+end match
\ No newline at end of file
diff --git a/kdetoys/ktux-rules b/kdetoys/ktux-rules
new file mode 100644
index 0000000..e3ca109
--- /dev/null
+++ b/kdetoys/ktux-rules
@@ -0,0 +1,33 @@
+declare MODULE=ktux
+declare REPO=ktux
+
+create repository ${REPO}
+end repository
+
+include kdetoys-branches-tags-rules
+
+match /trunk/KDE/kdetoys/ktux/
+  repository ${REPO}
+  branch master
+end match
+
+match /trunk/KDE/kdetoys/doc/ktux/
+  repository ${REPO}
+  prefix doc/
+  branch master
+end match
+
+match /trunk/kdetoys/ktux/
+  repository ${REPO}
+  branch master
+end match
+
+match /trunk/kdetoys/doc/ktux/
+  repository ${REPO}
+  prefix doc/
+  branch master
+end match
+
+#Igonre everything else
+match /
+end match
\ No newline at end of file

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

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