summaryrefslogtreecommitdiff
path: root/Build-system.md
diff options
context:
space:
mode:
Diffstat (limited to 'Build-system.md')
-rw-r--r--Build-system.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-system.md b/Build-system.md
index 885d161..777d941 100644
--- a/Build-system.md
+++ b/Build-system.md
@@ -20,8 +20,8 @@ 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))
-- return-assignment: add binary packages to the 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)
+- 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)
### 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).