aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-19 14:36:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-19 14:36:51 +0200
commit578992bc7a29a12edd42d7694d66667b08c196b2 (patch)
tree9868898a79916c0cdc03a0d07bfb21d4ad1dcf53
Initial repository setup with stable and testing sections
-rw-r--r--.gitignore1
-rw-r--r--1/stable/repositories9
-rw-r--r--1/testing/repositories13
-rw-r--r--README3
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.
+\
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.