summaryrefslogtreecommitdiff
path: root/Build-system.md
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-04-23 12:08:19 +0200
committerdeep-42-thought <github@eckner.net>2017-04-23 12:08:19 +0200
commitbe7c8cccfee746632a4c7f52154ff4399fe87ccd (patch)
tree66fdcd4f063dce3991288be8aea44803eedcc0eb /Build-system.md
parentc105cc9d787ffbbbca1dc1be109fde5334c0eded (diff)
downloadbuilder.wiki-be7c8cccfee746632a4c7f52154ff4399fe87ccd.tar.xz
Updated Build system (markdown)
Diffstat (limited to 'Build-system.md')
-rw-r--r--Build-system.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build-system.md b/Build-system.md
index 9030eda..af85dda 100644
--- a/Build-system.md
+++ b/Build-system.md
@@ -17,6 +17,7 @@ Along with the build list, there will be a state directory, where the build proc
## Processes
The build system will consist from the following shell scripts:
- get-package-updates: check for packages that need to be built, and build a list in the proper build order
+- 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
- arch32build: build packages in a clean chroot (a fork of [archbuild](https://git.archlinux.org/devtools.git/tree/archbuild.in))
- db-update: add binary packages to the repository, and remove them from the build list (a fork of [db-update](https://git.archlinux.org/dbscripts.git/tree/db-update))