aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.