Skip to content

Commit

Permalink
update submodules and get rid of twisp
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Sep 7, 2024
1 parent 8ba1874 commit 8c4f587
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "dreamlandjs"]
path = dreamlandjs
url = https://github.com/mercuryworkshop/dreamlandjs
[submodule "x86_image_wizard/twisp"]
path = x86_image_wizard/twisp
url = https://github.com/MercuryWorkshop/twisp.git
[submodule "chimerix"]
path = chimerix
url = https://github.com/MercuryWorkshop/chimerix.git
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hooks: FORCE
chmod +x .git/hooks/pre-commit

submodules: .gitmodules
git submodule update
# git submodule update

# Each dependency should have a similar structure to the following:
# build/libs/<libname>/<bundle>.min.js
Expand Down
2 changes: 1 addition & 1 deletion dreamlandjs
Submodule dreamlandjs updated 2 files
+3 −2 package.json
+3 −3 src/core.js
7 changes: 0 additions & 7 deletions x86_image_wizard/alpine/build-alpine-bin.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
#!/usr/bin/env bash
set -veu

if [ -w /var/run/docker.sock ]
then
echo true
else
echo "You aren't in the docker group, please run usermod -a -G docker $USER && newgrp docker"
exit 2
fi
# good for debugging
pause() {
while read -r -t 0.001; do :; done
Expand Down
1 change: 0 additions & 1 deletion x86_image_wizard/twisp
Submodule twisp deleted from ae6e65
8 changes: 8 additions & 0 deletions x86_image_wizard/x86_image_wizard.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/bin/sh

if [ -w /var/run/docker.sock ]
then
true
else
echo "You aren't in the docker group, please run usermod -a -G docker $USER && newgrp docker"
exit 2
fi

build_alpine() {
cd alpine
sh build-alpine-bin.sh
Expand Down

0 comments on commit 8c4f587

Please sign in to comment.