diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 10:12:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 10:12:17 +0200 |
commit | 913be3cd8f4a2cba718034e2fc9bd61e0203d042 (patch) | |
tree | 2ad707bbfaf9c19b4710d0ed70f15efcc905cd75 /1 | |
parent | d98d4f4a830149351c68f196f59a0d6e75e62d03 (diff) |
Queue section setup
Diffstat (limited to '1')
-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. +\ |