diff options
-rw-r--r-- | alpha/repositories | 12 | ||||
-rw-r--r-- | beta/repositories | 12 | ||||
-rw-r--r-- | legacy/repositories | 8 | ||||
-rw-r--r-- | stable/repositories | 8 | ||||
-rw-r--r-- | testing/repositories | 12 |
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. +\ |