Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d565a89f0 | ||
|
|
c4a665ed82 | ||
|
|
a96ec158bc |
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user