17022: Make this a fully packaged tool.
[arvados.git] / build / run-build-packages.sh
index 8d55e2fd9be7d3cf0f47e179b2645e8fca89d540..ddb21c4cca6b10bdffcd7244601e1c89b56eee7d 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 crunchstat-summary 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