Point URLs to repo.spotter.cz
This commit is contained in:
parent
e0637ce2a2
commit
1824e05393
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "app-vmmgr"]
|
[submodule "app-vmmgr"]
|
||||||
path = vmmgr
|
path = vmmgr
|
||||||
url = ssh://git@gitlab.dasm.cz:2222/Spotter-Cluster/vmmgr.git
|
url = ssh://git@git.spotter.cz:2222/Spotter-Cluster/vmmgr.git
|
||||||
|
@ -20,7 +20,7 @@ setup-interfaces
|
|||||||
ifup eth0
|
ifup eth0
|
||||||
|
|
||||||
# Download and launch the setup script
|
# Download and launch the setup script
|
||||||
wget dl.dasm.cz/_vm.sh
|
wget repo.spotter.cz/_vm.sh
|
||||||
sh _vm.sh
|
sh _vm.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ Assign the newly generated key to your GitLab account
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone --recurse-submodules ssh://git@gitlab.dasm.cz:2222/Spotter-Cluster/Spotter-Cluster.git
|
git clone --recurse-submodules ssh://git@git.spotter.cz:2222/Spotter-Cluster/Spotter-Cluster.git
|
||||||
|
|
||||||
# Install the build toolchain
|
# Install the build toolchain
|
||||||
Spotter-Cluster/_build/install-toolchain.sh
|
Spotter-Cluster/_build/install-toolchain.sh
|
||||||
|
2
_vm.sh
2
_vm.sh
@ -85,7 +85,7 @@ chroot /mnt setup-timezone -z Europe/Prague
|
|||||||
|
|
||||||
# Install basic system
|
# Install basic system
|
||||||
apk --no-cache add apache2-utils gettext
|
apk --no-cache add apache2-utils gettext
|
||||||
wget https://dl.dasm.cz/_vm.tar -O - | tar xf - -C /mnt
|
wget https://repo.spotter.cz/_vm.tar -O - | tar xf - -C /mnt
|
||||||
chroot /mnt apk --no-cache add bridge ca-certificates curl e2fsprogs-extra gettext iptables kbd-misc libressl lxc postfix nginx openssh-server openssh-sftp-server util-linux wireguard-virt@et wireguard-tools-wg@et acme-sh@vm vmmgr@vm
|
chroot /mnt apk --no-cache add bridge ca-certificates curl e2fsprogs-extra gettext iptables kbd-misc libressl lxc postfix nginx openssh-server openssh-sftp-server util-linux wireguard-virt@et wireguard-tools-wg@et acme-sh@vm vmmgr@vm
|
||||||
chroot /mnt newaliases
|
chroot /mnt newaliases
|
||||||
mkdir -p /mnt/var/log/lxc
|
mkdir -p /mnt/var/log/lxc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
http://dl-cdn.alpinelinux.org/alpine/v3.9/main
|
http://dl-cdn.alpinelinux.org/alpine/v3.9/main
|
||||||
http://dl-cdn.alpinelinux.org/alpine/v3.9/community
|
http://dl-cdn.alpinelinux.org/alpine/v3.9/community
|
||||||
@et http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
@et http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
@vm https://dl.dasm.cz/spotter-abuild
|
@vm https://repo.spotter.cz/apk
|
||||||
|
2
vmmgr
2
vmmgr
@ -1 +1 @@
|
|||||||
Subproject commit 2494c55493cb0d097e0e1d8a048785c88c29ab09
|
Subproject commit d6f738c47ec52d11918d5c0e9edc096270b14b8a
|
Loading…
Reference in New Issue
Block a user