Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove old signing config, using the one from the config repo instead #124

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

gerblesh
Copy link
Contributor

No description provided.

@gerblesh gerblesh requested a review from castrojo as a code owner July 24, 2023 14:36
@xynydev xynydev enabled auto-merge (squash) July 24, 2023 16:09
@xynydev xynydev merged commit 140e992 into blue-build:template Jul 24, 2023
1 check passed
Ben9986 added a commit to Ben9986/ublue-hyprland that referenced this pull request Aug 10, 2023
* feat: add support for image signing

* fix: fix build arguments

* docs: update Installation in README

* docs: include more detailed steps in installation section

* docs: remove unneeded verification section

* refactor: clean up image signing to line up more with upstream

* feat: add signature rather than replace to allow rebasing back to uBlue main

* style: format whitespace

* refactor: fix jq, rename cosign.yaml and cosign.pub

* Revert "refactor: clean up image signing to line up more with upstream"

* style: prepend the entry in the JSON rather than append

* fix: remove remnants from earlier image signing method

* fix: remove old signing config, using the one from the config repo instead (blue-build#124)

* fix: lowercase image name for signing

* Updating Gamescope to pull from the most recent package.

* Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates.

* Revert "Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates."

This reverts commit 0f80d30.

* fix: remove GNOME Games, is deprecated

* chore: justom.just add line break at EOF

* chore: autostart.desktop add line break at EOF

* fix: capitalize first character of comment (blue-build#132)

* feat: ISO build action (blue-build#133)

* feat: base iso release workflow
* does not produce a functional ISO yet
needs boot_menu

* chore(dev): start iso workflow on iso push

* fix: rename release-iso to release-please

* refactor: use github-cli to create release

* fix: remove job dependencies

* chore: basic boot menu

* fix: add permission to create release

* fix: delegate tag for auto-iso releases,..
delete old version when rerunning

* fix: multiline string for multine cmds

* fix: specify gh repo in old release delete

* fix: only create release if doesn't exist

* fix: boot menu double user field

* fix: clobber iso

* chore: neutral defaults for boot menu

* feat: run iso when iso-related changes pushed

* docs: README section for ISO

* fix: always get version tags (blue-build#134)

---------

Co-authored-by: Scott Ames <[email protected]>

---------

Co-authored-by: gerblesh <[email protected]>
Co-authored-by: Jorge O. Castro <[email protected]>
Co-authored-by: ER <[email protected]>
Co-authored-by: Waffleophagus <[email protected]>
Co-authored-by: plata <[email protected]>
Co-authored-by: jh-devv <[email protected]>
Co-authored-by: EinoHR <[email protected]>
Co-authored-by: Scott Ames <[email protected]>
@gerblesh gerblesh deleted the image-signing branch September 6, 2023 07:26
Ben9986 added a commit to Ben9986/ublue-hyprland that referenced this pull request Sep 8, 2023
* feat: add support for image signing

* fix: fix build arguments

* docs: update Installation in README

* docs: include more detailed steps in installation section

* docs: remove unneeded verification section

* refactor: clean up image signing to line up more with upstream

* feat: add signature rather than replace to allow rebasing back to uBlue main

* style: format whitespace

* refactor: fix jq, rename cosign.yaml and cosign.pub

* Revert "refactor: clean up image signing to line up more with upstream"

* style: prepend the entry in the JSON rather than append

* fix: remove remnants from earlier image signing method

* fix: remove old signing config, using the one from the config repo instead (blue-build#124)

* fix: lowercase image name for signing

* Updating Gamescope to pull from the most recent package.

* Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates.

* Revert "Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates."

This reverts commit 0f80d30.

* fix: remove GNOME Games, is deprecated

* chore: justom.just add line break at EOF

* chore: autostart.desktop add line break at EOF

* fix: capitalize first character of comment (blue-build#132)

* feat: ISO build action (blue-build#133)

* feat: base iso release workflow
* does not produce a functional ISO yet
needs boot_menu

* chore(dev): start iso workflow on iso push

* fix: rename release-iso to release-please

* refactor: use github-cli to create release

* fix: remove job dependencies

* chore: basic boot menu

* fix: add permission to create release

* fix: delegate tag for auto-iso releases,..
delete old version when rerunning

* fix: multiline string for multine cmds

* fix: specify gh repo in old release delete

* fix: only create release if doesn't exist

* fix: boot menu double user field

* fix: clobber iso

* chore: neutral defaults for boot menu

* feat: run iso when iso-related changes pushed

* docs: README section for ISO

* fix: always get version tags (blue-build#134)

---------

Co-authored-by: Scott Ames <[email protected]>

* docs: minor fixes to documentation (blue-build#136)

* style: Remove extra whitespace in link description

* fix: Fix link to make-your-own documentation

* fix: dont add malformed tags if $MAJOR_VERSION is empty

* build(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2

Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: gerblesh <[email protected]>
Co-authored-by: Jorge O. Castro <[email protected]>
Co-authored-by: ER <[email protected]>
Co-authored-by: Waffleophagus <[email protected]>
Co-authored-by: plata <[email protected]>
Co-authored-by: jh-devv <[email protected]>
Co-authored-by: EinoHR <[email protected]>
Co-authored-by: Scott Ames <[email protected]>
Co-authored-by: Gordon Schulz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
qoijjj referenced this pull request in secureblue/secureblue Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants