-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
162 additions
and
330 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: "Update: Long (5)" | ||
|
||
on: | ||
schedule: | ||
- cron: '0 4 * * 3,6' # At 04:00 on Wednesday and Saturday | ||
|
||
jobs: | ||
desktop: | ||
name: "Desktop" | ||
runs-on: self-hosted | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: ./.github/actions/ci | ||
with: | ||
branch: release/long/5 | ||
tree: desktop |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: "Update: Long (6)" | ||
|
||
on: | ||
schedule: | ||
- cron: '0 4 * * 3,6' # At 04:00 on Wednesday and Saturday | ||
|
||
jobs: | ||
desktop: | ||
name: "Desktop" | ||
runs-on: self-hosted | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: ./.github/actions/ci | ||
with: | ||
branch: release/long/6 | ||
tree: desktop |
This file contains 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
This file contains 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
This file contains 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
Submodule elementary.default-settings
updated
14 files
+1 −1 | .github/workflows/main.yaml | |
+1 −1 | .github/workflows/release.yml | |
+9 −5 | accountsservice/meson.build | |
+6 −0 | debian/changelog | |
+1 −1 | debian/control | |
+6 −0 | debian/elementary-printer-test-page.postrm | |
+4 −0 | debian/elementary-printer-test-page.preinst | |
+18 −10 | meson.build | |
+0 −12 | meson/post_install.py | |
+5 −0 | meson_options.txt | |
+1 −23 | overrides/default-settings.gschema.override.in | |
+4 −2 | overrides/meson.build | |
+3 −3 | skel/meson.build | |
+5 −0 | xdg-desktop-portal/pantheon-portals.conf |
Submodule elementary.icons
updated
317 files
Submodule sodaliterocks.firefox
updated
2 files
+4 −3 | config/browser/defaults/preferences/firefox.js | |
+1 −1 | config/distribution/distribution.ini |
Submodule workstation-ostree-config
updated
from 0c6585 to b8efe6
Submodule workstation-ostree-config_f37
updated
from 095f71 to aebece
Submodule workstation-ostree-config_f38
updated
from 0561c3 to 1a2b35
Submodule workstation-ostree-config_f39
added at
6d890f
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
include: [ | ||
"../../../lib/workstation-ostree-config_f39/fedora-common-ostree-pkgs.yaml" | ||
] | ||
|
||
releasever: "39" | ||
|
||
packages: | ||
- distribution-gpg-keys | ||
- fedora-release | ||
- fedora-release-ostree-desktop | ||
- fedora-repos-archive | ||
- fedora-repos-ostree | ||
- elfutils-libelf-devel | ||
- firewalld | ||
- glibc-devel | ||
- hfsplus-tools | ||
- kernel-devel | ||
- lvm2 | ||
- rpm-ostree | ||
- xdg-user-dirs-gtk | ||
packages-x86_64: | ||
- efibootmgr | ||
- grub2-efi-ia32 | ||
- grub2-efi-x64 | ||
- grub2-pc | ||
- hyperv-daemons | ||
- mcelog | ||
- microcode_ctl | ||
- open-vm-tools-desktop | ||
- ostree-grub2 | ||
- shim-ia32 | ||
- shim-x64 | ||
- thermald | ||
- virtualbox-guest-additions | ||
- xorg-x11-drv-amdgpu | ||
- xorg-x11-drv-intel | ||
- xorg-x11-drv-vesa | ||
- xorg-x11-drv-vmware | ||
exclude-packages: | ||
- PackageKit |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.