Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMattM committed Aug 15, 2017
2 parents f9c1964 + 6f662c5 commit ddd7416
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.1] - 2017-08-15
### Fixed
- Updated the source and version for all the projects that make up REDI2

## [1.3.0] - 2017-08-14
### Fixed
* Fixed the way the tar file is generated (Matthew McConnell)
Expand Down
12 changes: 6 additions & 6 deletions build_scripts/get_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# individual small tools that compose RED-I2. It needs a better description.

# Auditor cleans the input csvs
git clone --branch 1.1.0 https://github.com/PFWhite/auditor.git
git clone --branch 1.2.0 https://github.com/ctsit/auditor.git

# Cappy is a redcap api library
git clone --branch 1.1.0 https://github.com/PFWhite/cappy.git
git clone --branch 1.1.1 https://github.com/ctsit/cappy.git

# Claw gets files over sftp
git clone --branch 1.2.0 https://github.com/DevMattM/claw.git
git clone --branch 1.2.0 https://github.com/ctsit/claw.git

# Optimus transforms csvs into redcap project specific json
git clone --branch 1.0.1 https://github.com/PFWhite/optimus.git
git clone --branch 1.1.0 https://github.com/ctsit/optimus.git

# lineman is the tool to make sure the JSON input data is properly formatted
# to go into REDCAP
git clone --branch 1.0.0 https://github.com/ctsit/lineman.git
git clone --branch 1.1.0 https://github.com/ctsit/lineman.git

# Pigeon brings data to redcap
git clone --branch 1.0.0 https://github.com/PFWhite/pigeon.git
git clone --branch 1.1.0 https://github.com/ctsit/pigeon.git

0 comments on commit ddd7416

Please sign in to comment.