Merge branch '17072-update-cwltool' refs #17072
[arvados.git] / build / run-build-packages.sh
index 8d55e2fd9be7d3cf0f47e179b2645e8fca89d540..42c5f3d0947fa196a9ee9949fb0853a2e5065182 100755 (executable)
@@ -327,6 +327,9 @@ fpm_build_virtualenv "crunchstat-summary" "tools/crunchstat-summary" "python3"
 # The Docker image cleaner
 fpm_build_virtualenv "arvados-docker-cleaner" "services/dockercleaner" "python3"
 
+# The Arvados user activity tool
+fpm_build_virtualenv "arvados-user-activity" "tools/user-activity" "python3"
+
 # The cwltest package, which lives out of tree
 cd "$WORKSPACE"
 if [[ -e "$WORKSPACE/cwltest" ]]; then