[ARVADOS] created: caa404bdf14b29dc592d5b8b87fc264c1cbce8ae

Git user git at public.curoverse.com
Wed Apr 20 09:29:28 EDT 2016


        at  caa404bdf14b29dc592d5b8b87fc264c1cbce8ae (commit)


commit caa404bdf14b29dc592d5b8b87fc264c1cbce8ae
Author: Nico Cesar <nico at curoverse.com>
Date:   Wed Apr 20 09:28:55 2016 -0400

    adding new package for block checks
    
    refs #9014

diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh
index e5e7f0b..7034e3f 100755
--- a/build/run-build-packages-one-target.sh
+++ b/build/run-build-packages-one-target.sh
@@ -130,6 +130,7 @@ if test -z "$packages" ; then
         crunchstat
         keepproxy
         keep-rsync
+        keep-block-check
         keepstore
         keep-web
         libarvados-perl"
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 5dcf3e9..470b451 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -392,6 +392,8 @@ 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 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"
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list