Browse Source

build.sh: update URLs for dev build

Karsten Böddeker 6 years ago
parent
commit
a385a3a3e9
1 changed files with 2 additions and 2 deletions
  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