summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-05-16 15:50:45 +0200
committerdeep-42-thought <github@eckner.net>2017-05-16 15:50:45 +0200
commit84311ec078c682c5350b682ddb4d3eae41cd6a7d (patch)
tree920e9a9177da49d54a57b0faab024091f31a43f9
parent7e56cfdba2434e8ada7a0202aefc7ae671b04b2e (diff)
downloadbuilder.wiki-84311ec078c682c5350b682ddb4d3eae41cd6a7d.tar.xz
Updated Infrastructure (markdown)
-rw-r--r--Infrastructure.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Infrastructure.md b/Infrastructure.md
index 2990052..c9028e4 100644
--- a/Infrastructure.md
+++ b/Infrastructure.md
@@ -2,6 +2,7 @@ The following infrastructure is needed to maintain this project successfully.
## Master build server
This will hold the list of packages that needs to be packaged, and checks for new packages frequently. It must be always online, but not essentially build packages itself.
+[build master](archlinux32.org)
## Build machines
These machines will build each packages in a clean chroot. This requires the most computing capacity, and requires to run Arch Linux, but not needed to be always online.
@@ -11,12 +12,14 @@ These machines will build the ISO. It requires to run Arch Linux, but not needed
## Package repository server and mirrors
This is the place where the built packages and the ISO will be hosted.
+[mirror master](mirror.archlinux32.org)
## Git server
Currently we use GitHub for this, later it can be changed.
## Web server
Ideally, it runs an [archweb](https://git.archlinux.org/archweb.git/) instance. It describes the project, and provide an overview about the packages.
+[web server](archlinux32.org)
## Bug tracker
Currently we use GitHub for this, later it can be changed.