build: prepare v0.17

This commit is contained in:
selsta 2020-09-09 03:45:53 +02:00
parent 836067b68b
commit f240b1dd88
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
11 changed files with 17 additions and 14 deletions

View file

@ -126,7 +126,7 @@ Setup for LXC:
```bash
GH_USER=fluffypony
VERSION=v0.16.0.0
VERSION=v0.17.0.0
./gitian-build.py --setup $GH_USER $VERSION
```
@ -182,7 +182,7 @@ If you chose to do detached signing using `--detach-sign` above (recommended), y
```bash
GH_USER=fluffypony
VERSION=v0.16.0.0
VERSION=v0.17.0.0
gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert
gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert

View file

@ -1,5 +1,5 @@
---
name: "monero-android-0.16"
name: "monero-android-0.17"
enable_cache: true
suites:
- "bionic"

View file

@ -1,5 +1,5 @@
---
name: "monero-freebsd-0.16"
name: "monero-freebsd-0.17"
enable_cache: true
suites:
- "bionic"

View file

@ -1,5 +1,5 @@
---
name: "monero-linux-0.16"
name: "monero-linux-0.17"
enable_cache: true
suites:
- "bionic"

View file

@ -1,5 +1,5 @@
---
name: "monero-osx-0.16"
name: "monero-osx-0.17"
enable_cache: true
suites:
- "bionic"

View file

@ -1,5 +1,5 @@
---
name: "monero-win-0.16"
name: "monero-win-0.17"
enable_cache: true
suites:
- "bionic"