mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 19:44:07 +00:00
github.com/twain47 => github.com/openstreetmap
This commit is contained in:
@@ -144,7 +144,7 @@ sudo sed -i 's:#.*::' /etc/httpd/conf.d/nominatim.conf #DOCS:
|
||||
if [ "x$1" == "xyes" ]; then #DOCS:
|
||||
|
||||
cd $USERHOME
|
||||
git clone --recursive git://github.com/twain47/Nominatim.git
|
||||
git clone --recursive git://github.com/openstreetmap/Nominatim.git
|
||||
#DOCS: cd Nominatim
|
||||
|
||||
else #DOCS:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# https://docs.travis-ci.com/user/trusty-ci-environment/
|
||||
# Ubuntu 14 (trusty)
|
||||
# user 'travis'
|
||||
# $TRAVIS_BUILD_DIR is /home/travis/build/twain47/Nominatim/, for others see
|
||||
# $TRAVIS_BUILD_DIR is /home/travis/build/openstreetmap/Nominatim/, for others see
|
||||
# https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
|
||||
# Postgres 9.6 installed and started. role 'travis' already superuser
|
||||
# Python 3.6
|
||||
|
||||
@@ -131,7 +131,7 @@ sudo sed -i 's:#.*::' /etc/apache2/conf-available/nominatim.conf #DOCS:
|
||||
if [ "x$1" == "xyes" ]; then #DOCS:
|
||||
|
||||
cd $USERHOME
|
||||
git clone --recursive git://github.com/twain47/Nominatim.git
|
||||
git clone --recursive git://github.com/openstreetmap/Nominatim.git
|
||||
#DOCS: cd Nominatim
|
||||
|
||||
else #DOCS:
|
||||
|
||||
Reference in New Issue
Block a user