Skip to content

Commit

Permalink
Update gitian-debian resources to 0.11F
Browse files Browse the repository at this point in the history
  • Loading branch information
dgenr8 committed Jun 24, 2016
1 parent fe8c8d0 commit 58491a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/gitian-debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```
cd bitcoinxt/contrib/gitian-debian
wget https://github.com/bitcoinxt/bitcoinxt/releases/download/v0.11E/bitcoin-xt-0.11.0-E-linux64.tar.gz
wget https://github.com/bitcoinxt/bitcoinxt/releases/download/v0.11F/bitcoin-xt-0.11.0-F-linux64.tar.gz
```

2. Execute debian installer build script:
Expand All @@ -17,7 +17,7 @@
1. Install newly created debian package on test debian system:

```
sudo gdebi bitcoinxt-0.11E.deb
sudo gdebi bitcoinxt-0.11F.deb
```

2. Verify bitcoinxt daemon installed and started:
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# - Wrap in a script that sends crash reports/core dumps to some issue tracker.
# - etc ...

ver=0.11.0-E
realver=0.11E
ver=0.11.0-F
realver=0.11F

set +e

Expand Down

0 comments on commit 58491a1

Please sign in to comment.