Be consistent in our package and binary naming:
authorWard Vandewege <ward@curoverse.com>
Fri, 3 Apr 2015 15:11:26 +0000 (11:11 -0400)
committerWard Vandewege <ward@curoverse.com>
Fri, 3 Apr 2015 15:11:26 +0000 (11:11 -0400)
 arv-git-httpd becomes arvados-git-httpd

No issue #

jenkins/run-build-packages.sh

index 62bd6f9bd0ca78eb16509729db19d6541c500357..5ba1eb9d01116db23f3ad78c0ff4beacd4c132af 100755 (executable)
@@ -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"