From 578992bc7a29a12edd42d7694d66667b08c196b2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jan 2016 14:36:51 +0200 Subject: Initial repository setup with stable and testing sections --- .gitignore | 1 + 1/stable/repositories | 9 +++++++++ 1/testing/repositories | 13 +++++++++++++ README | 3 +++ 4 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 1/stable/repositories create mode 100644 1/testing/repositories create mode 100644 README 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. +\ diff --git a/README b/README new file mode 100644 index 0000000..939d3e3 --- /dev/null +++ b/README @@ -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. -- cgit v1.1