aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-05 07:50:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-05 07:50:43 +0200
commit0c10966fa3bfc9492f50c89966f58890406bfe61 (patch)
tree8b09587e28a2162dc4c10599faecfd210f1e40ce
parente72452138da217226d073fa0475d7a0f7f95b1ee (diff)
Add initial 'repositories' files
-rw-r--r--alpha/repositories12
-rw-r--r--beta/repositories12
-rw-r--r--legacy/repositories8
-rw-r--r--stable/repositories8
-rw-r--r--testing/repositories12
5 files changed, 52 insertions, 0 deletions
diff --git a/alpha/repositories b/alpha/repositories
new file mode 100644
index 0000000..b680fda
--- /dev/null
+++ b/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/beta/repositories b/beta/repositories
new file mode 100644
index 0000000..e1f8dbb
--- /dev/null
+++ b/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/legacy/repositories b/legacy/repositories
new file mode 100644
index 0000000..0bd6cdf
--- /dev/null
+++ b/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/stable/repositories b/stable/repositories
new file mode 100644
index 0000000..608267b
--- /dev/null
+++ b/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/testing/repositories b/testing/repositories
new file mode 100644
index 0000000..5e8ad5a
--- /dev/null
+++ b/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.
+\