4 Commits

Author SHA1 Message Date
Andrew Johnson b67203ed1c Update module version and release date for V4.6.0-rc1 2016-08-26 16:02:05 -05:00
Ralph Lange 400f842b64 jenkins: once again fix doc job upload to SourceForge 2016-08-24 14:02:39 +02:00
Ralph Lange cae8fee431 jenkins: fix doc job upload to SourceForge 2016-08-20 21:36:39 +02:00
Andrew Johnson b8cb8d9ca4 Set dependency branches for cloudbees builds 2016-08-02 11:33:33 -05:00
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<div class="head"> <div class="head">
<h1>EPICS pvaClientCPP</h1> <h1>EPICS pvaClientCPP</h1>
<h2 class="nocount">Release 4.2.0-SNAPSHOT - 2016-07-14</h2> <h2 class="nocount">Release 4.2.1 - 2016-08-26</h2>
<h2 class="nocount">Abstract</h2> <h2 class="nocount">Abstract</h2>
+4 -4
View File
@@ -42,10 +42,10 @@ MB=${MB:-"NO_MICROBENCH"}
########################################### ###########################################
# Dependent module branches # Dependent module branches
PVCOMMON_BRANCH="master" PVCOMMON_BRANCH="release-4.2"
PVDATA_BRANCH="master" PVDATA_BRANCH="release-6.0"
PVACCESS_BRANCH="master" PVACCESS_BRANCH="release-5.0"
NORMATIVETYPES_BRANCH="master" NORMATIVETYPES_BRANCH="release-5.1"
########################################### ###########################################
# Fetch and unpack dependencies # Fetch and unpack dependencies
+2 -2
View File
@@ -65,9 +65,9 @@ doxygen
########################################### ###########################################
# Publish # Publish
if [ "${PUBLISH}" != "DONT" ]; then if [ "${PUBLISH}" != "NO" ]; then
# Upload explicit dummy to ensure target directory exists # Upload explicit dummy to ensure target directory exists
echo "Created by CloudBees Jenkins upload job. Should be deleted as part of the job." > DUMMY echo "Created by CloudBees Jenkins upload job. Should be deleted as part of the job." > DUMMY
rsync -q -e ssh DUMMY epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/DUMMY rsync -q -e ssh DUMMY epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/
rsync -aqP --delete -e ssh documentation epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/ rsync -aqP --delete -e ssh documentation epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/
fi fi
+1 -1
View File
@@ -6,7 +6,7 @@ include $(TOP)/configure/CONFIG
LIBRARY += pvaClient LIBRARY += pvaClient
# shared library ABI version. # shared library ABI version.
SHRLIB_VERSION ?= 4.2.0 SHRLIB_VERSION ?= 4.2
INC += pv/pvaClient.h INC += pv/pvaClient.h
INC += pv/pvaClientMultiChannel.h INC += pv/pvaClientMultiChannel.h