[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:02 UTC 2017


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

The following commit has been merged in the master branch:
commit f11a374a50cd3bfcac4d6df5fb114f754880fb23
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Dec 11 13:00:38 2015 +0000

    #1041.  Build server is working fine from command-line on Linux/Mac/Cygwin/msvc (MinGW not tackled yet).
    Cygwin/msvc have been crashing in Jenkins due to cygwin fork issue.  I've totally reinstalled cygwin on the buildserver.  If this doesn't fix it, I think a cron-job on the build-server can run jenkins_daily over ssh on windows.  Almost there.  Very pleased with progress.
---
 jenkins_daily.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index e163fe1..8b408ce 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -92,8 +92,8 @@ if [ -e $dist/$bin/exiv2$exe ]; then
     # store the build for users to collect
     mmHD=""
     if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/Host ; fi
-    if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then
-        mmHD="/cygdrive/z"
+    if [ "$PLATFORM" == "msvc" -o "$PLATFORM" == "cygwin" ]; then
+        mmHD="//psf/Host/"
     fi 
     jpubl=$mmHD/Users/Shared/Jenkins/Home/userContent/builds
     

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list