aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-23 10:12:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-23 10:12:17 +0200
commit913be3cd8f4a2cba718034e2fc9bd61e0203d042 (patch)
tree2ad707bbfaf9c19b4710d0ed70f15efcc905cd75
parentd98d4f4a830149351c68f196f59a0d6e75e62d03 (diff)
Queue section setup
-rw-r--r--1/queue/.gitignore5
-rw-r--r--1/queue/repositories22
-rw-r--r--README2
3 files changed, 29 insertions, 0 deletions
diff --git a/1/queue/.gitignore b/1/queue/.gitignore
new file mode 100644
index 0000000..f1fc326
--- /dev/null
+++ b/1/queue/.gitignore
@@ -0,0 +1,5 @@
+# Ignore everything except specific files.
+#
+*
+!.gitignore
+!repositories
diff --git a/1/queue/repositories b/1/queue/repositories
new file mode 100644
index 0000000..8650ede
--- /dev/null
+++ b/1/queue/repositories
@@ -0,0 +1,22 @@
+# cppget.org/queue
+#
+: 1
+role: complement
+location: ../alpha
+:
+# @@ Cannot do relative URL. Perhaps need support for replacing domain, not
+# just stripping it, e.g., ../queue/./..?
+#
+url: https://queue.cppget.org
+email: users@cppget.org
+summary: C++ package repository queue
+description: \
+This section contains packages that are being staged for preliminary testing
+before being moved to alpha (or rejected). Complemented by the alpha, beta,
+testing, and stable sections.
+
+REPOSITORY POLICIES
+
+This section is transient and volatile; packages can be added or removed at
+any time and no history of these changes is kept.
+\
diff --git a/README b/README
index 0699921..b35e09a 100644
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
This is a git repository of the cppget.org package repository. That is, every
addition, removal, or transition of a package in cppget.org is tracked in this
git repository.
+
+Note that this doesn't apply to the queue, which is transient and volatile.