From 0c25bce03eab8ecec38811727d7ca4c3a32bc6b3 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Thu, 8 Jun 2017 10:35:42 +0200 Subject: Updated Build system (markdown) --- Build-system.md | 4 ++-- 1 file 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). -- cgit v1.2.3