diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | 1/stable/repositories | 9 | ||||
-rw-r--r-- | 1/testing/repositories | 13 | ||||
-rw-r--r-- | README | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9ced93 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +packages 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. +\ @@ -0,0 +1,3 @@ +This is a git repository of the build2.org "Hello World" example package +repository. That is, every addition, removal, or transition of a package is +tracked in this git repository. |