[ARVADOS] updated: 0fa28b7feceb285f5d7148e26f42729692115b73

Git user git at public.curoverse.com
Tue Jun 14 09:48:31 EDT 2016


Summary of changes:
 build/run-build-packages-one-target.sh |  3 +++
 build/run-build-packages.sh            | 34 ++++++++++++++++++++--------------
 2 files changed, 23 insertions(+), 14 deletions(-)

       via  0fa28b7feceb285f5d7148e26f42729692115b73 (commit)
       via  04349db8d176f4a305368ad5abc551586acd24a1 (commit)
       via  4ad0992515fd02eedcb11d3c52445e12e1ffa7a7 (commit)
      from  4d697d3c92cb903ca24b7ce2f30573b2aa52e9a1 (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 0fa28b7feceb285f5d7148e26f42729692115b73
Merge: 4d697d3 04349db
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Jun 14 09:47:53 2016 -0400

    Merge branch '9370-crunch2-packages-wip'
    
    Closes #9370, #9382.


commit 04349db8d176f4a305368ad5abc551586acd24a1
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 \

commit 4ad0992515fd02eedcb11d3c52445e12e1ffa7a7
Author: Brett Smith <brett at curoverse.com>
Date:   Fri Jun 10 15:57:05 2016 -0400

    9370: Alphabetize the package_go_binary list.

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index e7934a6..5e41710 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -400,26 +400,26 @@ fi
 # Go binaries
 cd $WORKSPACE/packages/$TARGET
 export GOPATH=$(mktemp -d)
-package_go_binary services/keepstore keepstore \
-    "Keep storage daemon, accessible to clients on the LAN"
-package_go_binary services/keepproxy keepproxy \
-    "Make a Keep cluster accessible to clients that are not on the LAN"
-package_go_binary services/keep-balance keep-balance \
-    "Rebalance and garbage-collect data blocks stored in Arvados Keep"
-package_go_binary services/keep-web keep-web \
-    "Static web hosting service for user data stored in Arvados Keep"
-package_go_binary services/datamanager arvados-data-manager \
-    "Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed"
+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/crunchstat crunchstat \
     "Gather cpu/memory/network statistics of running Crunch jobs"
-package_go_binary tools/keep-rsync keep-rsync \
-    "Copy all data from one set of Keep servers to another"
+package_go_binary services/datamanager arvados-data-manager \
+    "Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed"
+package_go_binary services/keep-balance keep-balance \
+    "Rebalance and garbage-collect data blocks stored in Arvados Keep"
+package_go_binary services/keepproxy keepproxy \
+    "Make a Keep cluster accessible to clients that are not on the LAN"
+package_go_binary services/keepstore keepstore \
+    "Keep storage daemon, accessible to clients on the LAN"
+package_go_binary services/keep-web keep-web \
+    "Static web hosting service for user data stored in Arvados Keep"
 package_go_binary tools/keep-block-check keep-block-check \
     "Verify that all data from one set of Keep servers to another was copied"
-package_go_binary sdk/go/crunchrunner crunchrunner \
-    "Crunchrunner executes a command inside a container and uploads the output"
+package_go_binary tools/keep-rsync keep-rsync \
+    "Copy all data from one set of Keep servers to another"
 
 # The Python SDK
 # Please resist the temptation to add --no-python-fix-name to the fpm call here

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list