summaryrefslogtreecommitdiff
path: root/OFFICIAL-RELEASE-STEPS.md
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2019-07-29 12:07:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2019-07-29 12:07:44 -0700
commit678e11530efe794c7a4eba4e69d714985c3d68ea (patch)
tree374e5d49d56e544e9ea0f992459f3df3d498be1b /OFFICIAL-RELEASE-STEPS.md
parenta8f2b39f15c4d9521c719cfd879303376b07e035 (diff)
downloadinfinitytier-678e11530efe794c7a4eba4e69d714985c3d68ea.tar.gz
infinitytier-678e11530efe794c7a4eba4e69d714985c3d68ea.zip
1.4 bump
Diffstat (limited to 'OFFICIAL-RELEASE-STEPS.md')
-rw-r--r--OFFICIAL-RELEASE-STEPS.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/OFFICIAL-RELEASE-STEPS.md b/OFFICIAL-RELEASE-STEPS.md
index 4db5169f..6de3526c 100644
--- a/OFFICIAL-RELEASE-STEPS.md
+++ b/OFFICIAL-RELEASE-STEPS.md
@@ -13,7 +13,6 @@ The version must be incremented in all of the following files:
/zerotier-one.spec
/debian/changelog
/ext/installfiles/mac/ZeroTier One.pkgproj
- /ext/installfiles/windows/chocolatey/zerotier-one.nuspec
/ext/installfiles/windows/ZeroTier One.aip
/windows/WinUI/AboutView.xaml
@@ -29,21 +28,6 @@ Mac's easy. Just type:
You will need [Packages](http://s.sudre.free.fr/Software/Packages/about.html) and our release signing key in the keychain.
-## Linux
-
-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
First load the Visual Studio solution and rebuild the UI and ZeroTier One in both x64 and i386 `Release` mode. Then load [Advanced Installer Enterprise](http://www.advancedinstaller.com/), check that the version is correct, and build. The build will fail if any build artifacts are missing, and Windows must have our product singing key (from DigiCert) available to sign the resulting MSI file. The MSI must then be tested on at least a few different CLEAN Windows VMs to ensure that the installer is valid and properly signed.
-
-*After the MSI is published to download.zerotier.com in the proper RELEASE/#.#.#/dist subfolder for its version* the Chocolatey package must be rebuilt and published. Open a command prompt, change to `ext/installfiles/windows/chocolatey`, and type `choco pack`. Then use `choco push` to push it to Chocolatey (API key required).
-
- choco pack
- choco push zerotier-one.#.#.#.nupkg -s https://chocolatey.org/
-
-Note that this does not cover rebuilding the drivers or their containing MSI projects, as this is typically not necessary and they are shipped in binary form in the repository for convenience.
-
-## iOS, Android
-
-... no docs here yet since this is done entirely out of band with regular installs.