From c21a9f22d2a308816860382d5eba59ccb4aeb227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 4 Sep 2016 19:13:09 +0200 Subject: [PATCH] Changing remote repositories for submodules, fix permissions issues when updating --- .gitmodules | 4 ++-- code/{build => build-all} | 0 code/build_data | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) rename code/{build => build-all} (100%) delete mode 100755 code/build_data diff --git a/.gitmodules b/.gitmodules index 3698bc19..96388f4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = https://github.com/thingSoC/embedis.git [submodule "code/vendor/nofuss"] path = code/vendor/nofuss - url = git@bitbucket.org:xoseperez/nofuss.git + url = https://bitbucket.org/xoseperez/nofuss.git [submodule "code/vendor/emonliteesp"] path = code/vendor/emonliteesp - url = git@bitbucket.org:xoseperez/emonliteesp.git + url = https://bitbucket.org/xoseperez/emonliteesp.git [submodule "code/vendor/RemoteSwitch-arduino-library"] path = code/vendor/RemoteSwitch-arduino-library url = https://github.com/jccprj/RemoteSwitch-arduino-library diff --git a/code/build b/code/build-all similarity index 100% rename from code/build rename to code/build-all diff --git a/code/build_data b/code/build_data deleted file mode 100755 index 4f49d890..00000000 --- a/code/build_data +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -rm -rf data/*.gz -cp html/*min.css data/ -cp html/*min.js data/ -cp html/index.html data/ -gzip data/*.js -gzip data/*.css -gzip data/*.html