diff options
Diffstat (limited to '1/queue')
-rw-r--r-- | 1/queue/.gitignore | 5 | ||||
-rw-r--r-- | 1/queue/repositories | 22 |
2 files changed, 27 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. +\ |