X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/40ee991675ff42fe531bb8f2d1bd44311e9fe370..672107d387a86334aa70711d071bc3c2bf9c5502:/jenkins/run-build-packages.sh?ds=sidebyside diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh index 62bd6f9..5ba1eb9 100755 --- a/jenkins/run-build-packages.sh +++ b/jenkins/run-build-packages.sh @@ -426,7 +426,7 @@ fi go get "git.curoverse.com/arvados.git/services/arv-git-httpd" cd $WORKSPACE/debs -build_and_scp_deb $GOPATH/bin/arv-git-httpd=/usr/bin/arv-git-httpd arv-git-httpd 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=GNU Affero General Public License, version 3.0" "--description=Provides authenticated http access to Arvados-hosted git repositories." +build_and_scp_deb $GOPATH/bin/arv-git-httpd=/usr/bin/arvados-git-httpd arvados-git-httpd 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--url=https://arvados.org" "--license=GNU Affero General Public License, version 3.0" "--description=Provides authenticated http access to Arvados-hosted git repositories." # crunchstat cd "$GOPATH/src/git.curoverse.com/arvados.git/services/crunchstat"