[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:08 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=5f1bd46

The following commit has been merged in the master branch:
commit 5f1bd4693a3252cb75dc8043949075f96f9ef03c
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Dec 25 13:43:18 2015 +0000

    #1109 and #1041 Changes for Parallels 11.0 running on buildserver (Parallels 11 is a Christmas to myself).
---
 contrib/buildserver/cmake_daily.sh | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index d7a6834..a324877 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -145,16 +145,17 @@ testBuild()
 # store the build for users to collect
 if [ "$result" == "0" ]; then
     case $PLATFORM in
-        linux)              mmHD=/media/psf/Host ;;
-        msvc|cygwin|mingw)  mmHD="//psf/Host/"   ;;
-        *)                  mmHD=""              ;;
+        linux)              mmHD="/media/psf/Home/Jenkins" ;;
+        msvc|cygwin|mingw)  mmHD="//psf/Home/Jenkins"      ;;
+        *)                  mmHD="/Users/rmills/Jenkins"   ;;
     esac
 
-    jpubl=$mmHD/Users/Shared/Jenkins/Home/userContent/builds
+    jpubl="$mmHD/builds"
+    echo jpubl = $jpubl
 
-    daily=$jpubl/daily
-    weely=$jpubl/weekly
-    monly=$jpubl/monthly
+    daily="$jpubl/Daily"
+    weely="$jpubl/Weekly"
+    monly="$jpubl/Monthly"
     if [ ! -e $jpubl ]; then mkdir -p $jpubl ; fi
     if [ ! -e $daily ]; then mkdir -p $daily ; fi
     if [ ! -e $weely ]; then mkdir -p $weely ; fi

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list