Adam Ierymenko 7 years ago
parent
commit
d96aeac335
1 changed files with 1 additions and 16 deletions
  1. 1 16
      OFFICIAL-RELEASE-STEPS.md

+ 1 - 16
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 *[email protected]* 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 *[email protected]*.
-
-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