aboutsummaryrefslogtreecommitdiff
path: root/1
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-05 08:44:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-05 08:44:33 +0200
commitda4800e36859c375e20075c15ddc254027923ed4 (patch)
treeaecce85a1e713e3ce8dea99fd0a397b897f1908f /1
parent0c10966fa3bfc9492f50c89966f58890406bfe61 (diff)
Add repository version directory
Diffstat (limited to '1')
-rw-r--r--1/alpha/repositories12
-rw-r--r--1/beta/repositories12
-rw-r--r--1/legacy/repositories8
-rw-r--r--1/stable/repositories8
-rw-r--r--1/testing/repositories12
5 files changed, 52 insertions, 0 deletions
diff --git a/1/alpha/repositories b/1/alpha/repositories
new file mode 100644
index 0000000..b680fda
--- /dev/null
+++ b/1/alpha/repositories
@@ -0,0 +1,12 @@
+# cppget.org/alpha
+#
+: 1
+role: complement
+location: ../beta
+:
+url: http://cppget.org
+email: repoman@cppget.org
+summary: C++ package repository, alpha section
+description: \
+Complements the beta, testing, and stable sections.
+\
diff --git a/1/beta/repositories b/1/beta/repositories
new file mode 100644
index 0000000..e1f8dbb
--- /dev/null
+++ b/1/beta/repositories
@@ -0,0 +1,12 @@
+# cppget.org/beta
+#
+: 1
+role: complement
+location: ../testing
+:
+url: http://cppget.org
+email: repoman@cppget.org
+summary: C++ package repository, beta section
+description: \
+Complements the testing and stable sections.
+\
diff --git a/1/legacy/repositories b/1/legacy/repositories
new file mode 100644
index 0000000..0bd6cdf
--- /dev/null
+++ b/1/legacy/repositories
@@ -0,0 +1,8 @@
+# cppget.org/legacy
+#
+: 1
+url: http://cppget.org
+email: repoman@cppget.org
+summary: C++ package repository, legacy section
+description: \
+\
diff --git a/1/stable/repositories b/1/stable/repositories
new file mode 100644
index 0000000..608267b
--- /dev/null
+++ b/1/stable/repositories
@@ -0,0 +1,8 @@
+# cppget.org/stable
+#
+: 1
+url: http://cppget.org
+email: repoman@cppget.org
+summary: C++ package repository, stable section
+description: \
+\
diff --git a/1/testing/repositories b/1/testing/repositories
new file mode 100644
index 0000000..5e8ad5a
--- /dev/null
+++ b/1/testing/repositories
@@ -0,0 +1,12 @@
+# cppget.org/testing
+#
+: 1
+role: complement
+location: ../stable
+:
+url: http://cppget.org
+email: repoman@cppget.org
+summary: C++ package repository, testing section
+description: \
+Complements the stable section.
+\