From 6918bb47df9c8c944b18f389771f774c8a50fe43 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 26 Jul 2024 13:48:25 +0530 Subject: [PATCH] fu: set prime module to use tag Signed-off-by: K.B.Dharun Krishna --- README.md | 2 +- .../usr/share/polkit-1/actions/org.vanillaos.vso.policy | 2 +- modules/00-vanilla-prime-utility.yml | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f82d191..5d1a575 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ podman image build -t vanillaos/desktop . ## Verify Image Build Provenance Attestation -All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance`](https://github.com/actions/attest-build-provenance) action. The attestations can be verified [here](https://github.com/Vanilla-OS/desktop-image/attestations) or by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command: +All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action. The attestations can be verified [here](https://github.com/Vanilla-OS/desktop-image/attestations) or by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command: ```sh gh attestation verify oci://ghcr.io/vanilla-os/desktop:main --owner Vanilla-OS diff --git a/includes.container/usr/share/polkit-1/actions/org.vanillaos.vso.policy b/includes.container/usr/share/polkit-1/actions/org.vanillaos.vso.policy index a85c142..c99b774 100644 --- a/includes.container/usr/share/polkit-1/actions/org.vanillaos.vso.policy +++ b/includes.container/usr/share/polkit-1/actions/org.vanillaos.vso.policy @@ -52,4 +52,4 @@ /usr/bin/podman - \ No newline at end of file + diff --git a/modules/00-vanilla-prime-utility.yml b/modules/00-vanilla-prime-utility.yml index a16dcf4..3404b7a 100644 --- a/modules/00-vanilla-prime-utility.yml +++ b/modules/00-vanilla-prime-utility.yml @@ -4,8 +4,7 @@ type: meson source: type: git url: https://github.com/Vanilla-OS/vanilla-prime-utility - branch: main - commit: latest + tag: v1.0.3 modules: - name: vanilla-prime-utility-deps-install type: apt @@ -14,4 +13,4 @@ modules: - build-essential - gettext - libadwaita-1-dev - - meson \ No newline at end of file + - meson