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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:15 UTC 2017


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

The following commit has been merged in the master branch:
commit 92c5fb6a8cb05d445bb31384ca3ebe5374da8766
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Aug 19 13:57:14 2014 +0000

    jenkins testing
---
 jenkins_build.sh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/jenkins_build.sh b/jenkins_build.sh
index 52c6b0f..7a22d9c 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -2,8 +2,16 @@
 
 set +v
 DIR="$PWD"
-source ~/bin/.profile
+if [ -e /home/rmills/bin/.profile ]; then
+	source /home/rmills/bin/.profile
+fi
+if [ -e /Users/rmills/bin/.profile ]; then
+	source /Users/rmills/bin/.profile
+fi
 cd "$DIR"
+echo ----------------------
+export
+echo ----------------------
 
 if [ -z "$tests" ]; then tests=true; fi
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list