diff --git a/gen/upload_script.m4 b/gen/upload_script.m4 index 49cccf3..700388a 100644 --- a/gen/upload_script.m4 +++ b/gen/upload_script.m4 @@ -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 ;; diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index d66d97e..b8fd54a 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -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*/