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 --- 1/stable/repositories | 9 +++++++++ 1/testing/repositories | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 1/stable/repositories create mode 100644 1/testing/repositories (limited to '1') 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. +\ -- cgit v1.1