summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-06-08 10:54:49 +0200
committerdeep-42-thought <github@eckner.net>2017-06-08 10:54:49 +0200
commit74b0861cc8f822032cc149d2eae49efe6f4ab400 (patch)
treee5756e75fcbdf472262dbf22afc8294f9889e67c
parent0c25bce03eab8ecec38811727d7ca4c3a32bc6b3 (diff)
downloadbuilder.wiki-74b0861cc8f822032cc149d2eae49efe6f4ab400.tar.xz
Updated Build system (markdown)
-rw-r--r--Build-system.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build-system.md b/Build-system.md
index 777d941..db79cf5 100644
--- a/Build-system.md
+++ b/Build-system.md
@@ -21,7 +21,8 @@ The build system will consist from the following shell scripts:
- get-assignment: retrieve a build assignment from the master build server
- build-packages: build packages one by one, then upload the binary package to the repository server
- archbuild: build packages in a clean chroot (from [devtools32](https://github.com/archlinux32/devtools32), a fork of [devtools](https://git.archlinux.org/devtools.git))
-- return-assignment: add binary packages to the staging repository, and remove them from the build list (could have been a fork of [db-update](https://git.archlinux.org/dbscripts.git/tree/db-update), but isn't)
+- return-assignment: add binary packages to the staging repository, and remove them from the build list
+- db-update: move binary packages from staging to testing and from testing to stable repositories (not a fork of [db-update](https://git.archlinux.org/dbscripts.git/tree/db-update), but heavily inspired by it)
### get-package-updates
1. Update git repositories ([official packages](https://git.archlinux.org/svntogit/packages.git/), [community packages](https://git.archlinux.org/svntogit/community.git/) and the repository of package customizations).