[ARVADOS] updated: bf87f4aba81caff15b174393faf074cf9d8ba554

Git user git at public.curoverse.com
Fri Jul 14 18:18:28 EDT 2017


Summary of changes:
 build/run-build-packages.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bf87f4aba81caff15b174393faf074cf9d8ba554 (commit)
      from  41f48ea20b33e59ced47a6e96f8198a76d43b619 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bf87f4aba81caff15b174393faf074cf9d8ba554
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Jul 14 18:17:47 2017 -0400

    11973: Tweak fpm dependency spec.
    
    refs #11973
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index c933a02..81aef7f 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -409,7 +409,7 @@ fi
 saladversion=$(cat "$WORKSPACE/sdk/cwl/setup.py" | grep schema-salad== | sed "s/.*==\(.*\)'.*/\1/")
 test_package_presence python-schema-salad "$saladversion" python
 if [[ "$?" == "0" ]]; then
-  fpm_build schema_salad "" "" python $saladversion --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2" --depends "${PYTHON2_PKG_PREFIX}-avro == 1.8.1-2"
+  fpm_build schema_salad "" "" python $saladversion --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2" --depends "${PYTHON2_PKG_PREFIX}-avro = 1.8.1-2"
 fi
 
 # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list