[ARVADOS] updated: 8b6d154d2a1e89bbabb8f7730d37bffb54d4de6d
Git user
git at public.curoverse.com
Wed May 10 15:15:19 EDT 2017
Summary of changes:
apps/workbench/fpm-info.sh | 2 +-
build/run-library.sh | 2 +-
services/api/fpm-info.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
via 8b6d154d2a1e89bbabb8f7730d37bffb54d4de6d (commit)
from 6ad31a32b13094ce162a2175956232403b13693f (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 8b6d154d2a1e89bbabb8f7730d37bffb54d4de6d
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed May 10 15:11:26 2017 -0400
Our API server and Workbench packages depend on 2 gems that compile
native objects, which require g++ to build them: event-machine and
therubyracer. For our debian-based distros, that package is not
necessarily installed, so we're adding it to the dependency list.
No issue #
diff --git a/apps/workbench/fpm-info.sh b/apps/workbench/fpm-info.sh
index f1e4a37..773e29a 100644
--- a/apps/workbench/fpm-info.sh
+++ b/apps/workbench/fpm-info.sh
@@ -1 +1 @@
-fpm_depends+=('git')
+fpm_depends+=('git g++')
diff --git a/build/run-library.sh b/build/run-library.sh
index 3d61962..a1dc415 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -7,7 +7,7 @@
# older packages.
LICENSE_PACKAGE_TS=20151208015500
-RAILS_PACKAGE_ITERATION=7
+RAILS_PACKAGE_ITERATION=8
debug_echo () {
echo "$@" >"$STDOUT_IF_DEBUG"
diff --git a/services/api/fpm-info.sh b/services/api/fpm-info.sh
index 38a9cde..f87ac28 100644
--- a/services/api/fpm-info.sh
+++ b/services/api/fpm-info.sh
@@ -5,6 +5,6 @@ case "$TARGET" in
fpm_depends+=(libcurl-devel postgresql-devel)
;;
debian* | ubuntu*)
- fpm_depends+=(libcurl-ssl-dev libpq-dev)
+ fpm_depends+=(libcurl-ssl-dev libpq-dev g++)
;;
esac
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list