[ARVADOS-DEV] updated: 57b2c57db16bed3f712200f603a9e77998706cc6
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 3 23:53:24 EST 2015
Summary of changes:
jenkins/run-build-packages.sh | 7 -------
1 file changed, 7 deletions(-)
discards e95c317d14fb037cdf7937b16dbdd577139787ec (commit)
via 57b2c57db16bed3f712200f603a9e77998706cc6 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (e95c317d14fb037cdf7937b16dbdd577139787ec)
\
N -- N -- N (57b2c57db16bed3f712200f603a9e77998706cc6)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 57b2c57db16bed3f712200f603a9e77998706cc6
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Nov 3 23:50:44 2015 -0500
5824: Add services/keep-web
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index a767b29..d122336 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -320,6 +320,21 @@ go get "git.curoverse.com/arvados.git/services/keepproxy"
cd $WORKSPACE/packages/$TARGET
fpm_build $GOPATH/bin/keepproxy=/usr/bin/keepproxy keepproxy 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=GNU Affero General Public License, version 3.0" "--description=Keepproxy makes a Keep cluster accessible to clients that are not on the LAN"
+# keep-web
+cd "$GOPATH/src/git.curoverse.com/arvados.git/services/keep-web"
+KEEP_WEB_VERSION=$(version_from_git)
+KEEP_WEB_TIMESTAMP=$(timestamp_from_git)
+
+if [[ "$GO_SDK_TIMESTAMP" -gt "$KEEP_WEB_TIMESTAMP" ]]; then
+ PKG_VERSION=$GO_SDK_VERSION
+else
+ PKG_VERSION=$KEEP_WEB_VERSION
+fi
+
+go get "git.curoverse.com/arvados.git/services/keep-web"
+cd $WORKSPACE/packages/$TARGET
+fpm_build $GOPATH/bin/keep-web=/usr/bin/keep-web keep-web 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=GNU Affero General Public License, version 3.0" "--description=Static web hosting service for user data stored in Arvados Keep"
+
# datamanager
cd "$GOPATH/src/git.curoverse.com/arvados.git/services/datamanager"
DATAMANAGER_VERSION=$(version_from_git)
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 93cf966..8e845cb 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -59,14 +59,15 @@ apps/workbench_benchmark
apps/workbench_profile
doc
services/api
+services/arv-git-httpd
services/crunchstat
services/dockercleaner
services/fuse
+services/keep-web
services/keepproxy
services/keepstore
services/login-sync
services/nodemanager
-services/arv-git-httpd
sdk/cli
sdk/pam
sdk/python
@@ -699,6 +700,7 @@ gostuff=(
sdk/go/streamer
services/arv-git-httpd
services/crunchstat
+ services/keep-web
services/keepstore
sdk/go/keepclient
services/keepproxy
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list