Selaa lähdekoodia

build.sh: update URLs for dev build

Karsten Böddeker 6 vuotta sitten
vanhempi
commit
a385a3a3e9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -47,8 +47,8 @@ SRV_USER="firmware"
 SRV_PATH="/srv/firmware"
 
 BUILD_INFO_FILENAME="build-info.txt"
-SITE_REPO_URL="https://git.ffho.net/freifunkhochstift/ffho-site.git"
-GLUON_REPO_URL="https://git.ffho.net/freifunkhochstift/gluon.git"
+SITE_REPO_URL="https://git.ffho.net/kb-light/ffho-site.git"
+GLUON_REPO_URL="https://github.com/kb-light/gluon.git"
 LANG=C
 
 pushd ${MY_DIR} > /dev/null