bdr: Fix URLs in INSTALL.src to work without a git.pg.o account.
authorAndres Freund <andres@anarazel.de>
Tue, 25 Nov 2014 12:59:37 +0000 (13:59 +0100)
committerAndres Freund <andres@anarazel.de>
Tue, 25 Nov 2014 13:10:03 +0000 (14:10 +0100)
INSTALL.src

index 2d6e0f5c490ac3c9bb251dbecf8c36a40ada89db..aad7a18680d2d7afeaf97bc20795b9b329fbef94 100644 (file)
@@ -2,9 +2,9 @@
 # go to directory where you want to place postgres' and bdr's source code
 $ cd ~/src/
 # checkout the sourcecode of postgres 9.4 with bdr patches added
-$ git clone -b bdr-pg/REL9_4_STABLE ssh://git@git.postgresql.org/2ndquadrant_bdr.git postgresql-bdr
+$ git clone -b bdr-pg/REL9_4_STABLE git://git.postgresql.org/git/2ndquadrant_bdr.git postgresql-bdr
 # checkout the sourcecode of the bdr plugin
-$ git clone -b bdr-plugin/next ssh://git@git.postgresql.org/2ndquadrant_bdr.git bdr-plugin
+$ git clone -b bdr-plugin/next git://git.postgresql.org/git/2ndquadrant_bdr.git bdr-plugin
 
 # ==  build postgres ==
 $ cd postgresql-bdr