diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-23 14:33:04 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-23 14:33:04 -0800 |
commit | 6b5d6efe6c9d597c49b3fe57d6c40342b226556f (patch) | |
tree | f1da6bc254fd73fa8a444a0056fd6279306064a4 /attic/linux-build-farm/README.md | |
parent | 5bff70194b8c6928e0c828139652fd881dcf3afb (diff) | |
download | infinitytier-6b5d6efe6c9d597c49b3fe57d6c40342b226556f.tar.gz infinitytier-6b5d6efe6c9d597c49b3fe57d6c40342b226556f.zip |
Retire old build farm (something new is coming) and update makefile for linux to not auto-build doc.
Diffstat (limited to 'attic/linux-build-farm/README.md')
-rw-r--r-- | attic/linux-build-farm/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/attic/linux-build-farm/README.md b/attic/linux-build-farm/README.md new file mode 100644 index 00000000..8055eb0b --- /dev/null +++ b/attic/linux-build-farm/README.md @@ -0,0 +1,8 @@ +Dockerized Linux Build Farm +====== + +This subfolder contains Dockerfiles and a script to build Linux packages for a variety of Linux distributions. It's also an excellent way to test your CPU fans and stress test your disk. + +Running `build.sh` with no arguments builds everything. You can run `build.sh` with the name of a distro (e.g. centos-7) to only build that. Both 32 and 64 bit packages are built except where no 32-bit version of the distribution exists. + +The `make-apt-repos.sh` and `make-rpm-repos.sh` scripts build repositories. They may require some editing for outside-of-ZeroTier use, and be careful with the apt one if you have an existing *aptly* configuration. |