[ARVADOS-DEV] updated: 672107d387a86334aa70711d071bc3c2bf9c5502

git at public.curoverse.com git at public.curoverse.com
Fri Apr 3 11:12:12 EDT 2015


Summary of changes:
 jenkins/run-build-packages.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  672107d387a86334aa70711d071bc3c2bf9c5502 (commit)
      from  40ee991675ff42fe531bb8f2d1bd44311e9fe370 (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 672107d387a86334aa70711d071bc3c2bf9c5502
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Apr 3 11:11:26 2015 -0400

    Be consistent in our package and binary naming:
     arv-git-httpd becomes arvados-git-httpd
    
    No issue #

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"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list