[ARVADOS] updated: 7d972883c71002a4ef11a7f85b47311b48847fa3

git at public.curoverse.com git at public.curoverse.com
Thu Aug 27 16:03:56 EDT 2015


Summary of changes:
 services/arv-git-httpd/server_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7d972883c71002a4ef11a7f85b47311b48847fa3 (commit)
      from  42c4ef158ac51f01f071a285e4a131acbf753ab9 (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 7d972883c71002a4ef11a7f85b47311b48847fa3
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Aug 27 16:03:24 2015 -0400

    Write "all interfaces, any port" as ":0" (not ":") for compatibility with Go 1.5. refs #6997

diff --git a/services/arv-git-httpd/server_test.go b/services/arv-git-httpd/server_test.go
index 743bb1c..c1364ca 100644
--- a/services/arv-git-httpd/server_test.go
+++ b/services/arv-git-httpd/server_test.go
@@ -136,7 +136,7 @@ func (s *IntegrationSuite) SetUpTest(c *check.C) {
 	c.Assert(err, check.Equals, nil)
 
 	theConfig = &config{
-		Addr:       ":",
+		Addr:       ":0",
 		GitCommand: "/usr/bin/git",
 		Root:       s.tmpRepoRoot,
 	}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list