summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-22 13:48:00 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-12-22 13:48:00 +0100
commitd1574f0e811c8e742b93e989150a4bd86586cb6a (patch)
tree316c3a71a8e5a7efbb08af353c131ba555a3a3d9
parent87995dfe56f2aae2a7ed445797bf4691a7702401 (diff)
rules -> rules/source_repositories.
-rw-r--r--rules.mdwn93
-rw-r--r--rules/source_repositories.mdwn98
2 files changed, 99 insertions, 92 deletions
diff --git a/rules.mdwn b/rules.mdwn
index fd550eff..811ba77d 100644
--- a/rules.mdwn
+++ b/rules.mdwn
@@ -6,95 +6,4 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled
[[GNU_Free_Documentation_License|/fdl]]."]]
-# Source repositories
-
-CVS repositories on Savannah, see <http://savannah.gnu.org/cvs/?group=hurd>.
-
-## Branches
-
-Members of the Hurd Savannah group,
-<http://savannah.gnu.org/project/memberlist.php?group=hurd>, are allowed to
-create branches without formal permission...
-
-* named *SAVANNAH_LOGIN-WHATEVER-branch* for general-purpose branches, or
-
-* named *BASE_BRANCH-WHATEVER-branch* for topic-branches basing on
- *BASE_BRANCH*.
-
-*WHATEVER* shall be a suitable tag.
-
-Examples:
-
-* GNU Mach
-
- * *gnumach-1-branch-Xen-branch*
- * *gnumach-1-branch-gdb-branch*
-
-* GNU Hurd
-
- * *miles-orphaned-changes*
- * *hammy-libchannel-branch*
- * *mmenal-soc2006-nfs-branch*
-
-Also, create helper tags for merging mainline changes into your branches.
-
-Examples:
-
-* GNU Mach
-
- * *gnumach-1-branch-Xen-branch*: *gnumach-1-branch-Xen-branch-merge_helper*
- * *gnumach-1-branch-gdb-branch*: *gnumach-1-branch-gdb-branch-merge_helper*
-
-* GNU Hurd
-
- * *hammy-libchannel-branch*: *hammy-libchannel-branch-base*
- * *mmenal-soc2006-nfs-branch*: *mmenal-soc2006-nfs-branch-base*
-
-### Merging
-
-Merging between CVS branches is not trivial. Unless you really know what
-you're doing, please talk to [[Thomas_Schwinge|tschwinge]] or
-[[Samuel_Thibault|samuelthibault]], to avoid cluttering the repositories
-unintendedly.
-
-## Tags
-
-Equivalent rules apply.
-
-## Behavior
-
-### ... on your branches
-
-Most branches are to be eventually be merged back into the mainline branch. To
-faciliate (and also to help other contributors) we'd like you to write a short
-summary log in a top-level (or wherever else appropriate) `ChangeLog.WHATEVER`
-file.
-
-Examples:
-
-* GNU Mach
-
- * *gnumach-1-branch-Xen-branch*: `ChangeLog.Xen`
- * *gnumach-1-branch-gdb-branch-merge_helper*: `ChangeLog.gdb`
-
-* GNU Hurd
-
- * *hammy-libchannel-branch-base*: `channelio/ChangeLog`, `libchannel/ChangeLog`
- * *mmenal-soc2006-nfs-branch-base*: `nfs/ChangeLog`
-
-This need not be a full-fledged [GNU-style *ChangeLog*
-file](http://www.gnu.org/prep/standards/html_node/Change-Logs.html). E.g.,
-don't waste time writing *ChangeLog* entries for debugging stuff that will be
-removed again before merging back into mainline. But please do write
-something. Short notes.
-
-### ... in general
-
-Try to not introduce spurious, unneeded changes, e.g., whitespace changes.
-
-Adhere to the already-used coding conventions. These are usually the [GNU
-Coding Standards](http://www.gnu.org/prep/standards/html_node/) for stuff
-written by ourselves, including new files, of course.
-
-GNU Mach code is largely based on external code. Don't GNU-ify it, as this
-would make merging external patches unnecessarily difficult.
+* [[Source_repositories]]
diff --git a/rules/source_repositories.mdwn b/rules/source_repositories.mdwn
new file mode 100644
index 00000000..e38644b4
--- /dev/null
+++ b/rules/source_repositories.mdwn
@@ -0,0 +1,98 @@
+[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
+[[meta license="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled
+[[GNU_Free_Documentation_License|/fdl]]."]]
+
+CVS repositories on Savannah, see <http://savannah.gnu.org/cvs/?group=hurd>.
+
+# Branches
+
+Members of the Hurd Savannah group,
+<http://savannah.gnu.org/project/memberlist.php?group=hurd>, are allowed to
+create branches without formal permission...
+
+* named *SAVANNAH_LOGIN-WHATEVER-branch* for general-purpose branches, or
+
+* named *BASE_BRANCH-WHATEVER-branch* for topic-branches basing on
+ *BASE_BRANCH*.
+
+*WHATEVER* shall be a suitable tag.
+
+Examples:
+
+* GNU Mach
+
+ * *gnumach-1-branch-Xen-branch*
+ * *gnumach-1-branch-gdb-branch*
+
+* GNU Hurd
+
+ * *miles-orphaned-changes*
+ * *hammy-libchannel-branch*
+ * *mmenal-soc2006-nfs-branch*
+
+Also, create helper tags for merging mainline changes into your branches.
+
+Examples:
+
+* GNU Mach
+
+ * *gnumach-1-branch-Xen-branch*: *gnumach-1-branch-Xen-branch-merge_helper*
+ * *gnumach-1-branch-gdb-branch*: *gnumach-1-branch-gdb-branch-merge_helper*
+
+* GNU Hurd
+
+ * *hammy-libchannel-branch*: *hammy-libchannel-branch-base*
+ * *mmenal-soc2006-nfs-branch*: *mmenal-soc2006-nfs-branch-base*
+
+## Merging
+
+Merging between CVS branches is not trivial. Unless you really know what
+you're doing, please talk to [[Thomas_Schwinge|tschwinge]] or
+[[Samuel_Thibault|samuelthibault]], to avoid cluttering the repositories
+unintendedly.
+
+# Tags
+
+Equivalent rules apply.
+
+# Behavior
+
+## ... on your branches
+
+Most branches are to be eventually be merged back into the mainline branch. To
+faciliate (and also to help other contributors) we'd like you to write a short
+summary log in a top-level (or wherever else appropriate) `ChangeLog.WHATEVER`
+file.
+
+Examples:
+
+* GNU Mach
+
+ * *gnumach-1-branch-Xen-branch*: `ChangeLog.Xen`
+ * *gnumach-1-branch-gdb-branch-merge_helper*: `ChangeLog.gdb`
+
+* GNU Hurd
+
+ * *hammy-libchannel-branch-base*: `channelio/ChangeLog`, `libchannel/ChangeLog`
+ * *mmenal-soc2006-nfs-branch-base*: `nfs/ChangeLog`
+
+This need not be a full-fledged [GNU-style *ChangeLog*
+file](http://www.gnu.org/prep/standards/html_node/Change-Logs.html). E.g.,
+don't waste time writing *ChangeLog* entries for debugging stuff that will be
+removed again before merging back into mainline. But please do write
+something. Short notes.
+
+## ... in general
+
+Try to not introduce spurious, unneeded changes, e.g., whitespace changes.
+
+Adhere to the already-used coding conventions. These are usually the [GNU
+Coding Standards](http://www.gnu.org/prep/standards/html_node/) for stuff
+written by ourselves, including new files, of course.
+
+GNU Mach code is largely based on external code. Don't GNU-ify it, as this
+would make merging external patches unnecessarily difficult.