[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:58 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=662d083
The following commit has been merged in the master branch:
commit 662d08359a0afbd6450e1dae8bc0752006cf128e
Author: Robin Mills <robin at clanmills.com>
Date: Sun Sep 18 15:25:39 2016 +0000
#1109 Work in Progress on MinGW/32 daily build.
---
contrib/buildserver/cmake_daily.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index 1c02ba5..6ba753e 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -253,8 +253,8 @@ if [ "$result" == "0" ]; then
# add documentation and samples to dist
cat contrib/buildserver/dailyReadMe.txt | sed -E -e "s/__BUILD__/$zip/" > "$build/dist/ReadMe.txt"
- mkdir -p "$dist/samples/"
- cp samples/* "$dist/samples/"
+ mkdir -p "$build/dist/samples/"
+ cp samples/* "$build/dist/samples/"
# create the bundle
pushd "$build" > /dev/null
@@ -265,10 +265,10 @@ if [ "$result" == "0" ]; then
popd > /dev/null
# clean userContent/build directories
- # daily > 50 days; weekly > 1 year; monthly > 5 years
- if [ -e $daily ]; then find $daily -type f -ctime +50 -exec rm -rf {} \; ; fi
- if [ -e $weely ]; then find $weely -type f -ctime +365 -exec rm -rf {} \; ; fi
- if [ -e $monly ]; then find $monly -type f -ctime $((366 * 5)) -exec rm -rf {} \; ; fi
+ # daily > 60 days; weekly > 1 year; monthly > 5 years
+ if [ -e $daily ]; then find $daily -type f -ctime +60 -exec rm -rf {} \; ; fi
+ if [ -e $weely ]; then find $weely -type f -ctime +365 -exec rm -rf {} \; ; fi
+ if [ -e $monly ]; then find $monly -type f -ctime +$((366 * 5)) -exec rm -rf {} \; ; fi
# store the build
cp $zip $daily
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list