diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-11 16:44:24 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-11 16:44:24 -0800 |
commit | d96aeac335e9f27d9aa1d7a447b99f500f8247ab (patch) | |
tree | 3fc327a0ebc47249c517dce72aa611715159163d | |
parent | c594351bccda348c5605d5dfb77939cf8fa4f5f4 (diff) | |
download | infinitytier-d96aeac335e9f27d9aa1d7a447b99f500f8247ab.tar.gz infinitytier-d96aeac335e9f27d9aa1d7a447b99f500f8247ab.zip |
docs
-rw-r--r-- | OFFICIAL-RELEASE-STEPS.md | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/OFFICIAL-RELEASE-STEPS.md b/OFFICIAL-RELEASE-STEPS.md index d0f42e35..4db5169f 100644 --- a/OFFICIAL-RELEASE-STEPS.md +++ b/OFFICIAL-RELEASE-STEPS.md @@ -31,22 +31,7 @@ You will need [Packages](http://s.sudre.free.fr/Software/Packages/about.html) an ## Linux -Mount the GPG key for *contact@zerotier.com* and then on an x86_64 box with a recent version of Docker and an Internet connection run: - - make distclean - cd linux-build-farm - ./build.sh - -This will build i386 and x86_64 packages. Now ssh into our build Raspberry Pi and type `make debian` there to build the Raspbian armhf package. Copy it to `debian-jessie/` inside `linux-build-farm` so that it will be included in the repositories we generate. Now generate the YUM and APT repos: - - rm -rf ~/.aptly* - rm -rf /tmp/zt-rpm-repo - ./make-apt-repos.sh - ./make-rpm-repos.sh - -This will require the passphrase for *contact@zerotier.com*. - -The contents of ~/.aptly/public must be published as `debian/` on `download.zerotier.com`. The contents of /tmp/zt-rpm-repo are published as `redhat/` on same. +See `LinuxBuild` environment on `linux-build` VM and use: `chroots/mount-build.sh`, `chroots/build.sh`, and the scripts in `build/` to make APT and RPM repositories. ## Windows |