Files
gitops c6150755d2 Fetch the two forks over HTTPS, and stop cloning 29 submodules to lint CSS
Two consequences of becoming the meta-repo, neither of which the merge itself
could have caught.

The submodule URLs were written as [email protected]: because that is how they are
pushed from here. That is a working copy's business, not the repository's:
upstream names all 29 over HTTPS, a clone with no key configured is the normal
case, and CI has no key at all. The URLs are now HTTPS; each submodule's own
origin stays SSH, which is where it belongs.

The assets job asked for `submodules: recursive` back when this repository had
two of them. It now names 29, and 27 are the rest of COSMIC -- several gigabytes
fetched per run to check that some CSS is in step with its generator. It fetches
the one it needs instead.

That one is cosmic-session, because install-assets.sh also places the session
entry point that lives in that fork. The script skips those two files with a
warning when the checkout is absent rather than failing, so a fetch that
silently stopped working would quietly reduce what the job covers instead of
turning it red. Hence the `test -f` after it.
2026-08-10 17:30:45 +07:00

117 lines
3.6 KiB
Plaintext

[submodule "cosmic-session"]
path = cosmic-session
url = https://github.com/outbackdingo/hyprcosmic-session
branch = master
[submodule "cosmic-comp"]
path = cosmic-comp
url = https://github.com/outbackdingo/hyprcosmic-comp
branch = master
[submodule "cosmic-panel"]
path = cosmic-panel
url = https://github.com/pop-os/cosmic-panel
branch = master
[submodule "cosmic-applets"]
path = cosmic-applets
url = https://github.com/pop-os/cosmic-applets
branch = master
[submodule "cosmic-applibrary"]
path = cosmic-applibrary
url = https://github.com/pop-os/cosmic-applibrary
branch = master
[submodule "cosmic-launcher"]
path = cosmic-launcher
url = https://github.com/pop-os/cosmic-launcher
branch = master
[submodule "simple-wrapper"]
path = simple-wrapper
url = https://github.com/pop-os/simple-wrapper
branch = master
[submodule "cosmic-settings"]
path = cosmic-settings
url = https://github.com/pop-os/cosmic-settings
branch = master
[submodule "cosmic-settings-daemon"]
path = cosmic-settings-daemon
url = https://github.com/pop-os/cosmic-settings-daemon
branch = master
[submodule "xdg-desktop-portal-cosmic"]
path = xdg-desktop-portal-cosmic
url = https://github.com/pop-os/xdg-desktop-portal-cosmic.git
branch = master
[submodule "cosmic-osd"]
path = cosmic-osd
url = https://github.com/pop-os/cosmic-osd.git
branch = master
[submodule "cosmic-bg"]
path = cosmic-bg
url = https://github.com/pop-os/cosmic-bg.git
branch = master
[submodule "cosmic-workspaces-epoch"]
path = cosmic-workspaces-epoch
url = https://github.com/pop-os/cosmic-workspaces-epoch/
branch = master
[submodule "cosmic-notifications"]
path = cosmic-notifications
url = https://github.com/pop-os/cosmic-notifications
branch = master
[submodule "cosmic-icons"]
path = cosmic-icons
url = https://github.com/pop-os/cosmic-icons.git
branch = master
[submodule "cosmic-greeter"]
path = cosmic-greeter
url = https://github.com/pop-os/cosmic-greeter
branch = master
[submodule "cosmic-screenshot"]
path = cosmic-screenshot
url = https://github.com/pop-os/cosmic-screenshot
branch = master
[submodule "cosmic-edit"]
path = cosmic-edit
url = https://github.com/pop-os/cosmic-edit
branch = master
[submodule "cosmic-term"]
path = cosmic-term
url = https://github.com/pop-os/cosmic-term.git
branch = master
[submodule "cosmic-randr"]
path = cosmic-randr
url = https://github.com/pop-os/cosmic-randr.git
branch = master
[submodule "cosmic-files"]
path = cosmic-files
url = https://github.com/pop-os/cosmic-files.git
branch = master
[submodule "cosmic-store"]
path = cosmic-store
url = https://github.com/pop-os/cosmic-store.git
branch = master
[submodule "cosmic-wallpapers"]
path = cosmic-wallpapers
url = https://github.com/pop-os/cosmic-wallpapers.git
branch = master
[submodule "cosmic-idle"]
path = cosmic-idle
url = https://github.com/pop-os/cosmic-idle.git
branch = master
[submodule "cosmic-player"]
path = cosmic-player
url = https://github.com/pop-os/cosmic-player.git
branch = master
[submodule "cosmic-initial-setup"]
path = cosmic-initial-setup
url = https://github.com/pop-os/cosmic-initial-setup
branch = master
[submodule "pop-launcher"]
path = pop-launcher
url = https://github.com/pop-os/launcher.git
branch = master
[submodule "cosmic-monitor"]
path = cosmic-monitor
url = https://github.com/pop-os/cosmic-monitor.git
branch = master
[submodule "cosmic-sound-theme"]
path = cosmic-sound-theme
url = https://github.com/pop-os/cosmic-sound-theme.git
branch = master