[ARVADOS-WORKBENCH2] updated: 74dc27e0593f06b677c9af08e7a2e597ee4e6d7f
Git user
git at public.curoverse.com
Tue Jun 5 11:31:57 EDT 2018
Summary of changes:
run-tests-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 74dc27e0593f06b677c9af08e7a2e597ee4e6d7f (commit)
from d42466273a43e23c6731af81ead835377c7da10e (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 74dc27e0593f06b677c9af08e7a2e597ee4e6d7f
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Tue Jun 5 12:31:49 2018 -0300
13544: update destination folder in fpm
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/run-tests-build.sh b/run-tests-build.sh
index a98f346..e55b1e0 100755
--- a/run-tests-build.sh
+++ b/run-tests-build.sh
@@ -53,7 +53,7 @@ make test
yarn build
# Build deb and rpm packages using fpm from dist passing the destination folder for the deploy to be /var/www/arvados-workbench2/
-fpm -s dir -t deb -n arvados-workbench2 -v "$build_version" "--maintainer=Ward Vandewege <ward at curoverse.com>" --description "workbench2 Package" --deb-no-default-config-files $WORKDIR/build/=/var/www/arvados-workbench2/
+fpm -s dir -t deb -n arvados-workbench2 -v "$build_version" "--maintainer=Ward Vandewege <ward at curoverse.com>" --description "workbench2 Package" --deb-no-default-config-files $WORKDIR/build/=/var/www/arvados-workbench2/workbench2/
fpm -s dir -t rpm -n arvados-workbench2 -v "$build_version" "--maintainer=Ward Vandewege <ward at curoverse.com>" --description "workbench2 Package" $WORKDIR/build/=/var/www/arvados-workbench2/workbench2/
mkdir $WORKDIR/packages
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list