diff options
Diffstat (limited to '1')
-rw-r--r-- | 1/alpha/repositories | 10 | ||||
-rw-r--r-- | 1/beta/repositories | 8 | ||||
-rw-r--r-- | 1/legacy/repositories | 6 | ||||
-rw-r--r-- | 1/stable/repositories | 6 | ||||
-rw-r--r-- | 1/testing/repositories | 8 |
5 files changed, 14 insertions, 24 deletions
diff --git a/1/alpha/repositories b/1/alpha/repositories index 9e435ef..20f5401 100644 --- a/1/alpha/repositories +++ b/1/alpha/repositories @@ -4,13 +4,13 @@ role: complement location: ../beta : -url: http://cppget.org -email: repoman@cppget.org +url: ../. +email: users@cppget.org summary: C++ package repository, alpha section description: \ This section contains alpha versions of packages. Significant interface -changes can occur between alpha releases. Complements the beta, testing, and -stable sections. +changes can occur between alpha releases. Complemented by the beta, testing, +and stable sections. REPOSITORY POLICIES @@ -22,6 +22,4 @@ for this release are automatically removed. Package Licenses: any license that is approved as "Open Source License" by the Open Source Initiative or as "Free Software License" (whether GPL-compatible or not) by the Free Software Foundation. - -Package Archives: .tar.gz \ diff --git a/1/beta/repositories b/1/beta/repositories index e4fa084..8fc459a 100644 --- a/1/beta/repositories +++ b/1/beta/repositories @@ -4,13 +4,13 @@ role: complement location: ../testing : -url: http://cppget.org -email: repoman@cppget.org +url: ../. +email: users@cppget.org summary: C++ package repository, beta section description: \ This section contains beta versions of packages. Generally, no significant interface changes are expected in beta versions before the final release. -Complements the testing and stable sections. +Complemented by the testing and stable sections. REPOSITORY POLICIES @@ -22,6 +22,4 @@ for this release are automatically removed. Package Licenses: any license that is approved as "Open Source License" by the Open Source Initiative or as "Free Software License" (whether GPL-compatible or not) by the Free Software Foundation. - -Package Archives: .tar.gz \ diff --git a/1/legacy/repositories b/1/legacy/repositories index 427ac98..265fe35 100644 --- a/1/legacy/repositories +++ b/1/legacy/repositories @@ -1,8 +1,8 @@ # cppget.org/legacy # : 1 -url: http://cppget.org -email: repoman@cppget.org +url: ../. +email: users@cppget.org summary: C++ package repository, legacy section description: \ This section contains significantly older versions of packages that should no @@ -16,6 +16,4 @@ they are still usable. Package Licenses: any license that is approved as "Open Source License" by the Open Source Initiative or as "Free Software License" (whether GPL-compatible or not) by the Free Software Foundation. - -Package Archives: .tar.gz \ diff --git a/1/stable/repositories b/1/stable/repositories index 03eb890..c1556a7 100644 --- a/1/stable/repositories +++ b/1/stable/repositories @@ -1,8 +1,8 @@ # cppget.org/stable # : 1 -url: http://cppget.org -email: repoman@cppget.org +url: ../. +email: users@cppget.org summary: C++ package repository, stable section description: \ This section contains versions of packages that are considered to be stable. @@ -16,6 +16,4 @@ migrated to the legacy section. Package Licenses: any license that is approved as "Open Source License" by the Open Source Initiative or as "Free Software License" (whether GPL-compatible or not) by the Free Software Foundation. - -Package Archives: .tar.gz \ diff --git a/1/testing/repositories b/1/testing/repositories index 5e30d6c..71ead3b 100644 --- a/1/testing/repositories +++ b/1/testing/repositories @@ -4,12 +4,12 @@ role: complement location: ../stable : -url: http://cppget.org -email: repoman@cppget.org +url: ../. +email: users@cppget.org summary: C++ package repository, testing section description: \ This section contains newly-released versions of packages that are being -tested before being considered stable. Complements the stable section. +tested before being considered stable. Complemented by the stable section. REPOSITORY POLICIES @@ -19,6 +19,4 @@ to the stable section. Package Licenses: any license that is approved as "Open Source License" by the Open Source Initiative or as "Free Software License" (whether GPL-compatible or not) by the Free Software Foundation. - -Package Archives: .tar.gz \ |