Skip to content

Commit

Permalink
IS-403: increment indy-crypto version (hyperledger#488)
Browse files Browse the repository at this point in the history
* increment indy-crypto version

- increment indy-crypto version
- use stable version of indy-crypto

Signed-off-by: ashcherbakov <[email protected]>

* bump plenum

Signed-off-by: ashcherbakov <[email protected]>

* use correct base image

Signed-off-by: ashcherbakov <[email protected]>
  • Loading branch information
ashcherbakov authored Dec 12, 2017
1 parent d62062f commit 4d4bb75
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG venv=venv

RUN apt-get update -y && apt-get install -y \
python3-nacl \
libindy-crypto=0.1.6 \
libindy-crypto=0.2.0 \
libindy

RUN indy_ci_add_user $uid $user $venv && \
Expand Down
2 changes: 1 addition & 1 deletion dev-setup/ubuntu/setup-dev-depend-ubuntu16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu xenial main uni
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88

sudo add-apt-repository "deb https://repo.sovrin.org/deb xenial master"
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial master"
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable"
sudo apt-get update
echo 'Added repositories and keys'

Expand Down
2 changes: 1 addition & 1 deletion docker-files/baseimage/indy-core-baseci.ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM __NS__/indy-baseci:0.0.1
LABEL maintainer="Hyperledger <[email protected]>"

# sovrin repos
RUN echo "deb https://repo.sovrin.org/sdk/deb xenial master" >> /etc/apt/sources.list && \
RUN echo "deb https://repo.sovrin.org/sdk/deb xenial stable" >> /etc/apt/sources.list && \
apt-get update

# set highest priority for indy sdk packages in core repo
Expand Down
2 changes: 1 addition & 1 deletion docker-files/baseimage/indy-core-baseci.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion docs/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Indy needs [Libindy](https://github.com/hyperledger/indy-sdk) as a test dependen

There is a deb package of libindy that can be used on Ubuntu:
```
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial master"
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable"
sudo apt-get update
sudo apt-get install -y libindy
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.2.196',
install_requires=['indy-plenum-dev==1.2.198',
'indy-anoncreds-dev==1.0.32',
'python-dateutil',
'timeout-decorator'],
Expand Down

0 comments on commit 4d4bb75

Please sign in to comment.