[arvados] updated: 2.1.0-2637-g4c24ce559
git repository hosting
git at public.arvados.org
Mon Jul 4 17:45:22 UTC 2022
Summary of changes:
build/run-build-packages-one-target.sh | 1 +
build/run-build-packages.sh | 2 ++
2 files changed, 3 insertions(+)
via 4c24ce559f6ff72b2aa621e71c72625a16740bee (commit)
from 6bcc2cf0dea668fd5c00af9f859e0c4327fbfa14 (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 4c24ce559f6ff72b2aa621e71c72625a16740bee
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Jul 4 14:45:01 2022 -0300
18858: Adds sync-users package building.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh
index 41b480e69..7d9b5b6a3 100755
--- a/build/run-build-packages-one-target.sh
+++ b/build/run-build-packages-one-target.sh
@@ -215,6 +215,7 @@ if test -z "$packages" ; then
arvados-server
arvados-src
arvados-sync-groups
+ arvados-sync-users
arvados-workbench
arvados-workbench2
arvados-ws
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 3e1ed6a94..d4240d4f2 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -268,6 +268,8 @@ package_go_binary cmd/arvados-server arvados-ws "$FORMAT" "$ARCH" \
"Arvados Websocket server"
package_go_binary tools/sync-groups arvados-sync-groups "$FORMAT" "$ARCH" \
"Synchronize remote groups into Arvados from an external source"
+package_go_binary tools/sync-users arvados-sync-users "$FORMAT" "$ARCH" \
+ "Synchronize remote users into Arvados from an external source"
package_go_binary tools/keep-block-check keep-block-check "$FORMAT" "$ARCH" \
"Verify that all data from one set of Keep servers to another was copied"
package_go_binary tools/keep-rsync keep-rsync "$FORMAT" "$ARCH" \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list