[ARVADOS] updated: 3d70172eac8d09848d82d3e79a7bbad602d32141

Git user git at public.curoverse.com
Mon Jun 13 10:00:36 EDT 2016


Summary of changes:
 build/run-build-packages-one-target.sh | 3 +++
 1 file changed, 3 insertions(+)

  discards  977f4ff118639eae4e7d87540cfd3e586404cdf1 (commit)
       via  3d70172eac8d09848d82d3e79a7bbad602d32141 (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 (977f4ff118639eae4e7d87540cfd3e586404cdf1)
            \
             N -- N -- N (3d70172eac8d09848d82d3e79a7bbad602d32141)

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 3d70172eac8d09848d82d3e79a7bbad602d32141
Author: Brett Smith <brett at curoverse.com>
Date:   Fri Jun 10 16:02:50 2016 -0400

    9370: Package Crunch v2 dispatch services.

diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh
index 6fdffd0..adcb87f 100755
--- a/build/run-build-packages-one-target.sh
+++ b/build/run-build-packages-one-target.sh
@@ -127,6 +127,9 @@ if test -z "$packages" ; then
         arvados-node-manager
         arvados-src
         arvados-workbench
+        crunch-dispatch-local
+        crunch-dispatch-slurm
+        crunch-run
         crunchstat
         keep-balance
         keep-block-check
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 5e41710..f07b942 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -404,6 +404,12 @@ package_go_binary sdk/go/crunchrunner crunchrunner \
     "Crunchrunner executes a command inside a container and uploads the output"
 package_go_binary services/arv-git-httpd arvados-git-httpd \
     "Provide authenticated http access to Arvados-hosted git repositories"
+package_go_binary services/crunch-dispatch-local crunch-dispatch-local \
+    "Dispatch Crunch containers on the local system"
+package_go_binary services/crunch-dispatch-slurm crunch-dispatch-slurm \
+    "Dispatch Crunch containers to a SLURM cluster"
+package_go_binary services/crunch-run crunch-run \
+    "Supervise a single Crunch container"
 package_go_binary services/crunchstat crunchstat \
     "Gather cpu/memory/network statistics of running Crunch jobs"
 package_go_binary services/datamanager arvados-data-manager \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list