add submodules as https refs
This commit is contained in:
parent
c2a4a23e8f
commit
4bd4349dba
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -0,0 +1,6 @@
|
||||
[submodule "root/root/reHDD"]
|
||||
path = root/root/reHDD
|
||||
url = https://git.mosad.xyz/localhorst/reHDD.git
|
||||
[submodule "root/root/reHDDPrinter"]
|
||||
path = root/root/reHDDPrinter
|
||||
url = https://git.mosad.xyz/localhorst/reHDDPrinter.git
|
@ -19,6 +19,7 @@ current_dir=$(pwd)
|
||||
cd ./root/root/reHDD/
|
||||
git stash
|
||||
git checkout master
|
||||
git pull
|
||||
git submodule init
|
||||
git submodule update
|
||||
make release
|
||||
@ -27,6 +28,7 @@ cd $current_dir
|
||||
cd ./root/root/reHDDPrinter/
|
||||
git stash
|
||||
git checkout main
|
||||
git pull
|
||||
cd $current_dir
|
||||
|
||||
### Build ###
|
||||
|
1
root/root/reHDD
Submodule
1
root/root/reHDD
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6dd4c446881f2cd26d12f3c2029b6dd6532bd6e9
|
1
root/root/reHDDPrinter
Submodule
1
root/root/reHDDPrinter
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 63ba1e8d1df2ce7ef3178ce62a9286824be0fc60
|
Loading…
Reference in New Issue
Block a user