diff --git a/.gitmodules b/.gitmodules index 9e19064..082dd11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "settings"] - path = settings + path = old/settings url = https://gitlab.com/librewolf-community/settings.git [submodule "common"] - path = common + path = old/common url = https://gitlab.com/librewolf-community/browser/common.git diff --git a/build.py b/old/build.py similarity index 100% rename from build.py rename to old/build.py diff --git a/build.py.mk b/old/build.py.mk similarity index 100% rename from build.py.mk rename to old/build.py.mk diff --git a/common b/old/common similarity index 100% rename from common rename to old/common diff --git a/files/configure.sh b/old/files/configure.sh similarity index 100% rename from files/configure.sh rename to old/files/configure.sh diff --git a/files/register-librewolf b/old/files/register-librewolf similarity index 100% rename from files/register-librewolf rename to old/files/register-librewolf diff --git a/files/start-librewolf b/old/files/start-librewolf similarity index 100% rename from files/start-librewolf rename to old/files/start-librewolf diff --git a/files/start-librewolf.desktop.in b/old/files/start-librewolf.desktop.in similarity index 100% rename from files/start-librewolf.desktop.in rename to old/files/start-librewolf.desktop.in diff --git a/files/start-tor.bat b/old/files/start-tor.bat similarity index 100% rename from files/start-tor.bat rename to old/files/start-tor.bat diff --git a/patches/browser-confvars.patch b/old/patches/browser-confvars.patch similarity index 100% rename from patches/browser-confvars.patch rename to old/patches/browser-confvars.patch diff --git a/patches/librewolf-pref-pane.patch b/old/patches/librewolf-pref-pane.patch similarity index 100% rename from patches/librewolf-pref-pane.patch rename to old/patches/librewolf-pref-pane.patch diff --git a/patches/librewolf-pref-pane.patch.old b/old/patches/librewolf-pref-pane.patch.old similarity index 100% rename from patches/librewolf-pref-pane.patch.old rename to old/patches/librewolf-pref-pane.patch.old diff --git a/patches/mozilla-vpn-ad-proton.patch b/old/patches/mozilla-vpn-ad-proton.patch similarity index 100% rename from patches/mozilla-vpn-ad-proton.patch rename to old/patches/mozilla-vpn-ad-proton.patch diff --git a/patches/package-manifest.patch b/old/patches/package-manifest.patch similarity index 100% rename from patches/package-manifest.patch rename to old/patches/package-manifest.patch diff --git a/patches/remove_addons-91.0a1-nightly.patch b/old/patches/remove_addons-91.0a1-nightly.patch similarity index 100% rename from patches/remove_addons-91.0a1-nightly.patch rename to old/patches/remove_addons-91.0a1-nightly.patch diff --git a/patches/tb-mozconfig-win10.patch b/old/patches/tb-mozconfig-win10.patch similarity index 100% rename from patches/tb-mozconfig-win10.patch rename to old/patches/tb-mozconfig-win10.patch diff --git a/patches/urlbarprovider-interventions.patch b/old/patches/urlbarprovider-interventions.patch similarity index 100% rename from patches/urlbarprovider-interventions.patch rename to old/patches/urlbarprovider-interventions.patch diff --git a/patches/vpn-patch-91.0a1-nightly.patch b/old/patches/vpn-patch-91.0a1-nightly.patch similarity index 100% rename from patches/vpn-patch-91.0a1-nightly.patch rename to old/patches/vpn-patch-91.0a1-nightly.patch diff --git a/settings b/old/settings similarity index 100% rename from settings rename to old/settings diff --git a/setup.nsi b/old/setup.nsi similarity index 100% rename from setup.nsi rename to old/setup.nsi