diff options
Diffstat (limited to '1')
-rw-r--r-- | 1/stable/repositories | 9 | ||||
-rw-r--r-- | 1/testing/repositories | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/1/stable/repositories b/1/stable/repositories new file mode 100644 index 0000000..b5ba889 --- /dev/null +++ b/1/stable/repositories @@ -0,0 +1,9 @@ +# build2.org/pkg/hello/stable +# +: 1 +url: ././.. # www.build2.org/pkg/1/hello/stable -> www.build2.org/pkg/hello/ +email: users@build2.org; build2 toolchain mailing list +summary: "Hello World" example package repository, stable section +description: \ +This section contains versions of packages that are considered to be stable. +\ diff --git a/1/testing/repositories b/1/testing/repositories new file mode 100644 index 0000000..c13c42b --- /dev/null +++ b/1/testing/repositories @@ -0,0 +1,13 @@ +# build2.org/pkg/hello/testing +# +: 1 +role: complement +location: ../stable +: +url: ././.. # www.build2.org/pkg/1/hello/testing -> www.build2.org/pkg/hello/ +email: users@build2.org; build2 toolchain mailing list +summary: "Hello World" example 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. +\ |