3 Commits
4.7.0 ... 4.2.1

Author SHA1 Message Date
Andrew Johnson
4d565a89f0 Update module version and release date for V4.6.0-rc1 2016-08-26 16:36:16 -05:00
Ralph Lange
c4a665ed82 jenkins: fix CloudBees doc job (SourceForge upload) 2016-08-20 21:47:22 +02:00
Andrew Johnson
a96ec158bc Set cloudbees branches 2016-08-01 13:30:58 -05:00
4 changed files with 6 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
<div class="head">
<h1>pvDatabaseCPP</h1>
<h2 class="nocount">Release 4.2-SNAPSHOT - 2016.07.14</h2>
<h2 class="nocount">Release 4.2.1 - 2016-08-26</h2>
<h2 class="nocount">Abstract</h2>

View File

@@ -42,9 +42,9 @@ MB=${MB:-"NO_MICROBENCH"}
###########################################
# Dependent module branches
PVCOMMON_BRANCH="master"
PVDATA_BRANCH="master"
PVACCESS_BRANCH="master"
PVCOMMON_BRANCH="release-4.2"
PVDATA_BRANCH="release-6.0"
PVACCESS_BRANCH="release-5.0"
###########################################
# Fetch and unpack dependencies

View File

@@ -65,10 +65,9 @@ doxygen
###########################################
# Publish
if [ "${PUBLISH}" != "DONT" ]; then
if [ "${PUBLISH}" != "NO" ]; then
# Upload explicit dummy to ensure target directory exists
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/pvDatabaseCPP/${PUBLISH}/
rsync -aqP --delete -e ssh documentation epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvDatabaseCPP/${PUBLISH}/
fi

View File

@@ -9,7 +9,7 @@ PVDATABASE_SRC = $(TOP)/src
LIBRARY += pvDatabase
# shared library ABI version.
SHRLIB_VERSION ?= 4.2.0
SHRLIB_VERSION ?= 4.2
INC += pv/channelProviderLocal.h
INC += pv/pvDatabase.h