mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-28 16:29:20 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c873bfcf5 |
+1
-1
Submodule cosmic-applets updated: 0720bdbae3...f154c16df9
+1
-1
Submodule cosmic-applibrary updated: 1416b80bf4...08edc89ef0
+1
-1
Submodule cosmic-bg updated: e5637fcc83...ae45d5e1b3
+1
-1
Submodule cosmic-comp updated: 4748916ff9...19ba568f02
+1
-1
Submodule cosmic-edit updated: df5d10936c...8d16f08816
+1
-1
Submodule cosmic-files updated: 190029aa27...5ecd697e5d
+1
-1
Submodule cosmic-greeter updated: cc744b0b9a...9933926d44
+1
-1
Submodule cosmic-icons updated: f93dcdfa10...f48101c38d
+1
-1
Submodule cosmic-launcher updated: d84fda0bcc...7752b9b09e
+1
-1
Submodule cosmic-notifications updated: e9abef567a...4a79052f46
+1
-1
Submodule cosmic-osd updated: 27fc5e5ba4...dc4df2c006
+1
-1
Submodule cosmic-panel updated: 47c672066a...683a204ef8
+1
-1
Submodule cosmic-randr updated: 71fabbb382...88c570cf8b
+1
-1
Submodule cosmic-screenshot updated: 031eb66861...f853446dbe
+1
-1
Submodule cosmic-session updated: c3de3d24dd...5613bc6606
+1
-1
Submodule cosmic-settings updated: 648c4e24ab...a8bf840ace
+1
-1
Submodule cosmic-settings-daemon updated: 362c77f9fa...bf2e505e45
+1
-1
Submodule cosmic-store updated: 639a17c1bc...1e1b322567
+1
-1
Submodule cosmic-term updated: be808b56cf...e6aecbe840
+1
-1
Submodule cosmic-workspaces-epoch updated: c1acf0c1aa...30b0cfe17b
@@ -1,29 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
TAG="$1"
|
||||
|
||||
if [ -z "$TAG" ]
|
||||
then
|
||||
echo "$0 [tag]" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Do you want to tag the current state of cosmic-epoch with the tag $TAG? (y/N)"
|
||||
read answer
|
||||
if [ "$answer" != "y" ]
|
||||
then
|
||||
echo "Did not answer y, exiting" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -x
|
||||
|
||||
git fetch --recurse-submodules
|
||||
|
||||
git tag --force "$TAG"
|
||||
git submodule foreach git tag --force "$TAG"
|
||||
|
||||
git push --force origin tag "$TAG"
|
||||
git submodule foreach git push --force origin tag "$TAG"
|
||||
Submodule xdg-desktop-portal-cosmic updated: 41c1e7cfd0...566b866096
Reference in New Issue
Block a user