diff --git a/builds-develop.md b/builds-develop.md deleted file mode 100644 index a42b8b1..0000000 --- a/builds-develop.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -tags: dontlink -sitemap: true ---- - -# Latest Development Builds - -Much like the `master` branch, developmental builds are also built from the `develop` branch by [CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go) for a number of platforms. - -**Warning:** The `develop` branch is used for pre-release changes and features. It's not guaranteed to be 100% compatible with the `master` branch and anything in the `develop` branch is subject to change at any point before release - features merged into the `develop` branch may not be completely finished. Builds from this branch will likely be rougher around the edges and not as well tested. We welcome all testing and feedback of the `develop` branch, but if you value stability, you may prefer to stick to the [master](builds.md) builds instead. - -For convenience, the [build artifacts](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts?branch=develop&filter=successful) from the latest `develop` build are linked below: - -

yggdrasil

- - -

yggdrasilctl (admin utility)

-

- - - diff --git a/builds-future.md b/builds-future.md deleted file mode 100644 index af7fb01..0000000 --- a/builds-future.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -tags: dontlink -sitemap: true ---- - -# Future builds - -**WARNING!** This branch contains a protocol break and WILL NOT work with earlier versions of Yggdrasil from either the `master` or `develop` branches at this time. - -

yggdrasil

- - -

yggdrasilctl (admin utility)

-

- - - diff --git a/builds.md b/builds.md index ecf9458..a56729d 100644 --- a/builds.md +++ b/builds.md @@ -5,44 +5,4 @@ sitemap: true # Latest Builds -After every push to the `master` branch of the [GitHub repository](https://github.com/yggdrasil-network/yggdrasil-go), the code is automatically built by [CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go) for a number of platforms. - -If you prefer to live dangerously and want to test bleeding-edge features or changes, development builds are [available from the `develop` branch](builds-develop.md), although these may not be as stable. - -Looking for Windows installers? [Click here to go to AppVeyor](https://ci.appveyor.com/project/neilalexander/yggdrasil-go/build/artifacts). - -For convenience, the latest builds are linked below: - -

yggdrasil

- - -

yggdrasilctl (admin utility)

-

- - - +Builds are no longer linked from this page — please visit the [GitHub Releases](https://github.com/yggdrasil-network/yggdrasil-go/releases) instead. diff --git a/developers.md b/developers.md index fdb50c7..cf86f5a 100644 --- a/developers.md +++ b/developers.md @@ -14,11 +14,3 @@ If you'd like to talk to us about the project or the source code, please join ou ## Platforms Yggdrasil has been tested on a number of platforms (including Linux, Windows, macOS, FreeBSD, OpenBSD and Ubiquiti EdgeRouter). There are also packages available for a number of distributions/platforms. - -## Build Artifacts - -Build artifacts from our CI are made available (for 30 days after building) for the following GitHub branches: - -- [`master`](builds.md) (stable) builds -- [`develop`](builds-develop.md) (unstable) builds, for testing soon-to-be-released changes -- [`future`](builds-future.md) (testing) builds, likely to be broken or incompatible with the stable release diff --git a/installation-linux-other.md b/installation-linux-other.md index a73b9a2..94b316f 100644 --- a/installation-linux-other.md +++ b/installation-linux-other.md @@ -5,8 +5,7 @@ sitemap: true # Installing manually on Linux -Yggdrasil is supported on Linux. You can either [download the latest binary from -CircleCI](builds.md) or you can build from source. +Yggdrasil is supported on Linux. ## Build from source diff --git a/installation-macos-other.md b/installation-macos-other.md index 6fb1f5b..f94beff 100644 --- a/installation-macos-other.md +++ b/installation-macos-other.md @@ -5,19 +5,7 @@ sitemap: true # Installing manually on macOS -Yggdrasil is supported on macOS. You can either [download the latest binary from -CircleCI](builds.md) or you can build from source. - -## Download binaries - -Download the relevant macOS `yggdrasil` and `yggdrasilctl` binaries from the -[Builds](builds.md) page. - -System Integrity Protection in macOS prevents you from copying files into -`/usr/bin`, therefore you should install into `/usr/local/bin`: -``` -sudo cp {yggdrasil,yggdrasilctl} /usr/local/bin -``` +Yggdrasil is supported on macOS. ## Build from source