Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pameyer committed Sep 25, 2018
2 parents ffa6edd + 4b0c254 commit a48e4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gen/upload_script.m4
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ case "$y" in
echo "transferring checksum"
scp -i ${keyfile} -P ${hostport} -o UserKnownHostsFile=$hostkey $checksumfile ${uid}@${hostname}:~/${uid}/files.sha
echo "ALL TRANSFERS COMPLETE"
echo "Please allow several minutes (depending on the size of your dataset) while the data file checksums are verified; once this is completed, the Dataverse UI will be updated"
fi
;;
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline
{
environment
{
DCM_VERSION="0.2"
DCM_VERSION="0.3"
prjb="dcm-"+"${DCM_VERSION}"
tarball="$prjb" + ".tar.gz"
rpmfile="$prjb" + "-0.noarch.rpm" /*always release 0 for the moment*/
Expand Down

0 comments on commit a48e4ef

Please sign in to comment.