Skip to content

Commit

Permalink
update to snapshot 09-06
Browse files Browse the repository at this point in the history
  • Loading branch information
Taamannae committed Sep 7, 2016
1 parent f196250 commit 706df4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Build/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ ld_config="ldconfig"
install_cli="wget https://github.com/IBM-DTeam/swift-for-db2-cli/archive/master.zip && unzip master.zip && cd swift-for-db2-cli-master && sudo ./cli.sh && . env.sh && cd .. && rm -f master.zip && rm -rf swift-for-db2-cli-master"

# Get the needed Swift snapshot
get_swift="wget https://swift.org/builds/development/ubuntu1510/swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a/swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a-ubuntu15.10.tar.gz"
open_swift="tar -xvzf swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a-ubuntu15.10.tar.gz"
get_swift="wget https://swift.org/builds/development/ubuntu1510/swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a/swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a-ubuntu15.10.tar.gz"
open_swift="tar -xvzf swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a-ubuntu15.10.tar.gz"
mkdir_swift="mkdir -p /home/root/swift"
cp_swift="cp -r swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a-ubuntu15.10/* /home/root/swift/"
cp_swift="cp -r swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a-ubuntu15.10/* /home/root/swift/"
export_path="export PATH=/home/root/swift/usr/bin:$PATH"

# DB2 database used for testing
Expand Down
6 changes: 3 additions & 3 deletions Build/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ brew install wget unixodbc
wget https://github.com/IBM-DTeam/swift-for-db2-cli/archive/master.zip && unzip master.zip && cd swift-for-db2-cli-master && sudo ./cli.sh && . env.sh && cd .. && rm -f master.zip && rm -rf swift-for-db2-cli-master

# Get the needed Swift snapshot
export SWIFT_VERSION=swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a
wget https://swift.org/builds/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a/swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a-osx.pkg
sudo installer -pkg swift-DEVELOPMENT-SNAPSHOT-2016-08-31-a-osx.pkg -target /
export SWIFT_VERSION=swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a
wget https://swift.org/builds/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a/swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a-osx.pkg
sudo installer -pkg swift-DEVELOPMENT-SNAPSHOT-2016-09-06-a-osx.pkg -target /
export TOOLCHAINS=swift

# DB2 database used for testing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Swift SDK for DB2 allows you to connect to your IBM DB2 database or products
- Query your database asynchronously or synchronously.

## Swift Version
The latest version of the Swift SDK for DB2 works with the DEVELOPMENT-SNAPSHOT-2016-08-31-a version of the Swift binaries. You can download this version of the Swift binaries by following this [link](https://swift.org/download/). Compatibility with other Swift versions is not guaranteed.
The latest version of the Swift SDK for DB2 works with the DEVELOPMENT-SNAPSHOT-2016-09-06-a version of the Swift binaries. You can download this version of the Swift binaries by following this [link](https://swift.org/download/). Compatibility with other Swift versions is not guaranteed.

## Installation (OS X)

Expand Down

0 comments on commit 706df4d

Please sign in to comment.