[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=bccec8f
The following commit has been merged in the master branch:
commit bccec8f49097f657c9b1189e24be45ee08c6f20c
Author: Robin Mills <robin at clanmills.com>
Date: Sat Dec 26 11:19:18 2015 +0000
#1109. Documentation update. daily build uses cmakeBuildAll to generate 12 Visual Studio builds.
---
contrib/buildserver/ReadMe.txt | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/contrib/buildserver/ReadMe.txt b/contrib/buildserver/ReadMe.txt
index 6f3f9a5..ae82b43 100644
--- a/contrib/buildserver/ReadMe.txt
+++ b/contrib/buildserver/ReadMe.txt
@@ -91,10 +91,10 @@ Buildserver Scripts
echo ==================================
echo 'updated from svn:' $a 'to svn:' $b
echo ==================================
- ssh rmills at rmillsmm 'cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; contrib/buildserver/cmake_daily.sh'
- ssh rmills at rmillsmm-kubuntu 'cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; contrib/buildserver/cmake_daily.sh'
- ssh rmills at rmillsmm-w7 'cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; contrib/buildserver/cmake_daily.sh'
- ssh rmills at rmillsmm-w7 'export PLATFORM=msvc;cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; contrib/buildserver/cmake_daily.sh'
+ ssh rmills at rmillsmm 'cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; rm -rf build ; contrib/buildserver/cmake_daily.sh'
+ ssh rmills at rmillsmm-kubuntu 'cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; rm -rf build ; contrib/buildserver/cmake_daily.sh'
+ ssh rmills at rmillsmm-w7 'cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; rm -rf build ; contrib/buildserver/cmake_daily.sh'
+ ssh rmills at rmillsmm-w7 'export PLATFORM=msvc;cd ~/gnu/exiv2/buildserver ; /usr/local/bin/svn update . ; rm -rf build ; contrib/buildserver/cmake_daily.sh'
##
# test the delivery
date=$(date '+%Y-%m-%d+%H-%M-%S')
@@ -110,18 +110,15 @@ Buildserver Scripts
ssh rmills at rmillsmm '~/gnu/exiv2/buildserver/contrib/buildserver/categorize.sh /mmHD/Users/Shared/Jenkins/Home/userContent/builds'
fi
+
Comment:
This script builds once a day and ultimately publishes the build.
For the moment, it's intended to run on trunk. However the design
can be "tweaked" to publish to builds/$JOBNAME/Daily etc
- I don't want to run this on code submission as I think we're going to
- get it to build all 12 Visual Studio builds (2005/2008/2010/2012/2013/2015) 32/64
- This will take about 1 hour on the build server. Not something to be done frequently.
-
- We could modify this to build on MSVC 2013 when triggered by SVN, else MSVC=all for time triggered
- And we could offer a UI for user selection of MSVC builds
+ I don't want to run this on code submission as the build takes about 1.5 hours
+ to build all 12 Visual Studio builds (2005/2008/2010/2012/2013/2015) 32/64
Currently MinGW has not been implemented.
@@ -131,7 +128,6 @@ Buildserver Scripts
3) Categorize the build (create links for Platform/SVN/Date/Latest)
At the moment, the "pruning" of the builds is performed by cmake_daily.sh
- The "pruning" code will probably move to categorize.sh
Theme.css
---------
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list