[ARVADOS] created: 1.3.0-3049-gcf16a3c47
Git user
git at public.arvados.org
Mon Aug 31 19:48:56 UTC 2020
at cf16a3c479626c18e408a12c18c5a6ed547f85dc (commit)
commit cf16a3c479626c18e408a12c18c5a6ed547f85dc
Author: Ward Vandewege <ward at curii.com>
Date: Mon Aug 31 15:47:51 2020 -0400
16788: add package dependency on nodejs to arvados-cwl-runner.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/sdk/cwl/fpm-info.sh b/sdk/cwl/fpm-info.sh
index 66176b940..50ebd25ff 100644
--- a/sdk/cwl/fpm-info.sh
+++ b/sdk/cwl/fpm-info.sh
@@ -2,10 +2,9 @@
#
# SPDX-License-Identifier: Apache-2.0
+fpm_depends+=(nodejs)
+
case "$TARGET" in
- debian8)
- fpm_depends+=(libgnutls-deb0-28 libcurl3-gnutls)
- ;;
debian9 | ubuntu1604)
fpm_depends+=(libcurl3-gnutls)
;;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list