mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
SUBMODULES: removed all submodules
This commit is contained in:
parent
c2792eeb82
commit
b58ec2cdc8
12
.github/workflows/runner-cleanup.yml
vendored
12
.github/workflows/runner-cleanup.yml
vendored
|
@ -1,12 +0,0 @@
|
||||||
name: "Runner Cleanup"
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Cleanup:
|
|
||||||
runs-on: self-hosted
|
|
||||||
steps:
|
|
||||||
- name: Self Hosted Runner Post Job Cleanup Action
|
|
||||||
uses: TooMuch4U/actions-clean@v2.1
|
|
||||||
|
|
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,12 +0,0 @@
|
||||||
[submodule "rd-submodules/retroarch"]
|
|
||||||
path = rd-submodules/retroarch
|
|
||||||
url = https://github.com/flathub/org.libretro.RetroArch.git
|
|
||||||
[submodule "rd-submodules/shared-modules"]
|
|
||||||
path = rd-submodules/shared-modules
|
|
||||||
url = https://github.com/flathub/shared-modules.git
|
|
||||||
[submodule "shared-modules"]
|
|
||||||
path = shared-modules
|
|
||||||
url = https://github.com/flathub/shared-modules.git
|
|
||||||
[submodule "rd-submodules/ryujinx"]
|
|
||||||
path = rd-submodules/ryujinx
|
|
||||||
url = https://github.com/flathub/org.ryujinx.Ryujinx
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# WARNING: DANGEROUS! Don't use this script lightly
|
# WARNING: DANGEROUS! Don't use this script lightly
|
||||||
|
|
||||||
#git submodule deinit --all
|
git submodule deinit -f --all
|
||||||
|
|
||||||
rm -rf rd-submodules/retroarch
|
rm -rf rd-submodules/retroarch
|
||||||
git rm -rf --cached rd-submodules/retroarch
|
git rm -rf --cached rd-submodules/retroarch
|
||||||
|
@ -16,6 +16,8 @@ rm -rf rd-submodules/shared-modules
|
||||||
git rm -rf --cached rd-submodules/shared-modules
|
git rm -rf --cached rd-submodules/shared-modules
|
||||||
rm -rf .git/modules/rd-submodules/shared-modules
|
rm -rf .git/modules/rd-submodules/shared-modules
|
||||||
|
|
||||||
|
rm .gitmodules
|
||||||
|
|
||||||
git submodule add https://github.com/flathub/shared-modules.git rd-submodules/shared-modules
|
git submodule add https://github.com/flathub/shared-modules.git rd-submodules/shared-modules
|
||||||
git submodule add https://github.com/flathub/org.libretro.RetroArch.git rd-submodules/retroarch
|
git submodule add https://github.com/flathub/org.libretro.RetroArch.git rd-submodules/retroarch
|
||||||
git submodule add https://github.com/flathub/org.ryujinx.Ryujinx rd-submodules/ryujinx
|
git submodule add https://github.com/flathub/org.ryujinx.Ryujinx rd-submodules/ryujinx
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit a96821769848a711db1ed0b71883f91383e2b4ab
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit f9e0cd83f366025c15de7de46621963cab793ea9
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 55a8e460c6343229597a13e973ba4855c27a1c4c
|
|
Loading…
Reference in a new issue