From 913be3cd8f4a2cba718034e2fc9bd61e0203d042 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Apr 2016 10:12:17 +0200 Subject: Queue section setup --- 1/queue/.gitignore | 5 +++++ 1/queue/repositories | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 1/queue/.gitignore create mode 100644 1/queue/repositories (limited to '1') 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. +\ -- cgit v1.1