summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules6
-rw-r--r--Dockerfile2
-rw-r--r--README.md2
m---------opendc-frontend14
4 files changed, 12 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules
index 58bdc662..8fb75e3e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
[submodule "opendc-web-server"]
path = opendc-web-server
- url = git@github.com:tudelft-atlarge/opendc-web-server.git
+ url = https://github.com/tudelft-atlarge/opendc-web-server.git
branch = master
[submodule "opendc-frontend"]
path = opendc-frontend
- url = git@github.com:tudelft-atlarge/opendc-frontend.git
+ url = https://github.com/tudelft-atlarge/opendc-frontend.git
branch = master
[submodule "opendc-simulator"]
path = opendc-simulator
- url = git@github.com:tudelft-atlarge/opendc-simulator.git
+ url = https://github.com/tudelft-atlarge/opendc-simulator.git
branch = master
diff --git a/Dockerfile b/Dockerfile
index ad17f041..9df8dca5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ RUN mkdir -p /data/database \
&& rm -f ./simulator ./sqlite3.o \
&& make \
&& chmod 555 ./simulator \
- && git config --global url."https://".insteadOf git:// #needed for gulp to work \
+ && git config --global url."https://".insteadOf git:// \
&& cd /opendc/opendc-frontend \
&& rm -rf /opendc/opendc-frontend/build \
&& yarn \
diff --git a/README.md b/README.md
index b9303132..67e36266 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ To build and run the full OpenDC stack locally:
```bash
# Clone the repo and its submodules
-git clone --recursive git@github.com:tudelft-atlarge/opendc.git
+git clone --recursive https://github.com/tudelft-atlarge/opendc.git
# Enter the directory
cd opendc/
diff --git a/opendc-frontend b/opendc-frontend
-Subproject 3ad08353d289720cf8f43e1dba078da43c35e97
+Subproject 50fcb0634c9ebe894988103184d50d372bc7690