Skip to content

Commit

Permalink
Building release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Apr 6, 2016
1 parent 29ff1df commit 8a82393
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
######################################################

FROM quantumobject/docker-baseimage:15.10
FROM ubuntu:trusty
MAINTAINER Matthew Vaughn <[email protected]>

RUN apt-get -y update && \
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
sdk_version := $(shell cat VERSION)
api_version := v2
api_release := 2.1.6
api_branch := cyverse

TENANT_NAME := 'Cyverse'
TENANT_KEY := 'iplantc.org'
Expand All @@ -22,7 +21,7 @@ all: $(SOURCES)
foundation-cli: git-test
echo "Fetching foundation-cli source..."
if [ ! -d "$(OBJ)" ]; then \
git clone -b ${api_branch} -q https://bitbucket.org/taccaci/foundation-cli ;\
git clone -b cyverse -q https://bitbucket.org/taccaci/foundation-cli ;\
rm -rf foundation-cli/.git ;\
cp -R foundation-cli $(OBJ); \
fi
Expand Down
Binary file modified cyverse-cli.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/install-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Verify that the CLI is available
Typing ```cyverse-sdk-info``` should return a response resembling this:

```
Cyverse CLI v1.0.1
Cyverse CLI v1.0.10
For use with:
Tenant: iplantc.org
Agave API: v2/2.1.6+
Expand Down

0 comments on commit 8a82393

Please sign in to comment.