Add more repositories and sync shared templates - #3820
Open
mmstick wants to merge 6 commits into
Open
Conversation
mmstick
force-pushed
the
script-updates
branch
from
August 19, 2026 18:15
829b194 to
187e26a
Compare
jackpot51
reviewed
Aug 19, 2026
| cosmic-settings-daemon | ||
| cosmic-store | ||
| cosmic-term | ||
| pop-launcher |
Member
There was a problem hiding this comment.
I think pop-launcher does not have to be versioned alongside the other repos
jackpot51
reviewed
Aug 19, 2026
| cosmic-player | ||
| cosmic-randr | ||
| cosmic-screenshot | ||
| cosmic-session |
Member
There was a problem hiding this comment.
Are you sure this script works on all of these repos, especially cosmic-settings?
Member
Author
There was a problem hiding this comment.
I can push a test PR for cosmic-settings with the commit it made.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested locally. All but cosmic-initial-setup was able to update and build at the moment. This will add some files that should be kept in sync across projects in a templates directory.
A shared
cargo.justmodule can be imported into a project'sjustfilewithmod cargo 'cargo.just'. Recipes from it can be called withvendor: cargo::vendor,run *args: (cargo::run args), andjust cargo vendor-extract. We can use this to ensure our build and vendoring recipes are using the correct arguments.