[ARVADOS] updated: 1.3.0-1992-g233aa9c89
Git user
git at public.arvados.org
Sun Dec 15 15:41:50 UTC 2019
Summary of changes:
apps/workbench/fpm-info.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 233aa9c89110b42f9cf5e65f38ce0d2915ff4597 (commit)
from 48243c07196001ba5400689adc8b3486357d2f48 (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 233aa9c89110b42f9cf5e65f38ce0d2915ff4597
Author: Ward Vandewege <ward at jhvc.com>
Date: Sun Dec 15 10:41:00 2019 -0500
Move workbench packages dependencies into the packages.
closes #15932
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>
diff --git a/apps/workbench/fpm-info.sh b/apps/workbench/fpm-info.sh
index 22ec1ba14..bb7c624ca 100644
--- a/apps/workbench/fpm-info.sh
+++ b/apps/workbench/fpm-info.sh
@@ -4,9 +4,9 @@
case "$TARGET" in
centos*)
- fpm_depends+=(git)
+ fpm_depends+=(git bison make automake gcc gcc-c++)
;;
debian* | ubuntu*)
- fpm_depends+=(git g++)
+ fpm_depends+=(git g++ bison zlib1g-dev make)
;;
esac
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list