Fix schema salad package build version. no issue #
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 11 Aug 2016 21:50:49 +0000 (17:50 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 11 Aug 2016 21:50:49 +0000 (17:50 -0400)
build/run-build-packages.sh

index 8cb2330d0fc640479d70c6630e1c1a1646bf3a3a..ae2de696cff3b365c0d6f936fd8a549d72769672 100755 (executable)
@@ -459,7 +459,7 @@ fpm_build $WORKSPACE/sdk/cwl "${PYTHON2_PKG_PREFIX}-arvados-cwl-runner" 'Curover
 # So we build this thing separately.
 #
 # Ward, 2016-03-17
-fpm_build schema_salad "" "" python 1.14.20160708181155
+fpm_build schema_salad "" "" python 1.16.20160810195039
 
 # And schema_salad now depends on ruamel-yaml, which apparently has a braindead setup.py that requires special arguments to build (otherwise, it aborts with 'error: you have to install with "pip install ."'). Sigh.
 # Ward, 2016-05-26