From: Hans-Christoph Steiner Date: Sat, 30 Aug 2014 17:47:12 +0000 (-0400) Subject: jenkins: don't scan fdroidserver/ project for APKs X-Git-Tag: 0.3.0~27^2~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=455e76b9e76f1ed80fad92e6525cb44797dc38cd;p=fdroidserver.git jenkins: don't scan fdroidserver/ project for APKs This was causing a number of problems: * it would spend lots of time sorting through the tmp folders of APKs created by previous runs of this script * it would include the bad test APKs in tests/ as normal APKs --- diff --git a/jenkins-build b/jenkins-build index 4069d820..f67c5ed0 100755 --- a/jenkins-build +++ b/jenkins-build @@ -45,9 +45,9 @@ cd $WORKSPACE/fdroidserver/getsig #------------------------------------------------------------------------------# -# run local tests +# run local tests, don't scan fdroidserver/ project for APKs cd $WORKSPACE/tests -./run-tests ~jenkins/ +./run-tests ~jenkins/workspace/[[:upper:]a-eg-z]\* #------------------------------------------------------------------------------#