Skip to content

Commit

Permalink
Last bits for Q1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Apr 6, 2016
1 parent 31acdec commit 29ff1df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 1.0.10 - 04/06/2016
### Added
* Nothing

### Changed
* Incorporated @wjallen updates and improvements to Agave foundation-cli

### Removed
* Nothing

## Version 1.0.9 - 03/09/2016
### Added
* Nothing
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
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 @@ -21,7 +22,7 @@ all: $(SOURCES)
foundation-cli: git-test
echo "Fetching foundation-cli source..."
if [ ! -d "$(OBJ)" ]; then \
git clone -q https://bitbucket.org/taccaci/foundation-cli ;\
git clone -b ${api_branch} -q https://bitbucket.org/taccaci/foundation-cli ;\
rm -rf foundation-cli/.git ;\
cp -R foundation-cli $(OBJ); \
fi
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.9
1.0.10

0 comments on commit 29ff1df

Please sign in to comment.