summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).