From 6d2b8c462e3106e046b7b2f0ee61967970b60345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:38:32 +0000 Subject: [PATCH 1/3] chore(deps): bump vanilla-os/vib-gh-action from 0.7.2 to 0.7.4 Bumps [vanilla-os/vib-gh-action](https://github.com/vanilla-os/vib-gh-action) from 0.7.2 to 0.7.4. - [Release notes](https://github.com/vanilla-os/vib-gh-action/releases) - [Commits](https://github.com/vanilla-os/vib-gh-action/compare/v0.7.2...v0.7.4) --- updated-dependencies: - dependency-name: vanilla-os/vib-gh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/vib-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 7e3a591..7b4149e 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.7.2 + - uses: vanilla-os/vib-gh-action@v0.7.4 - uses: actions/upload-artifact@v4 with: From 291a66d698c13aa84c81ef792ac3729340714c29 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 22 Aug 2024 16:02:37 +0530 Subject: [PATCH 2/3] fix/recipe: update vib syntax Signed-off-by: K.B.Dharun Krishna --- recipe.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index f8fe6dd..9ebcf40 100644 --- a/recipe.yml +++ b/recipe.yml @@ -9,7 +9,8 @@ stages: args: DEBIAN_FRONTEND: noninteractive runs: - - echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends + commands: + - echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends modules: - name: dependencies From 0008b14be006c6f3d3689b7a2d8c181ab11ea901 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 26 Aug 2024 14:00:07 +0530 Subject: [PATCH 3/3] wip/test: add python3 package for unmet dep --- recipe.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe.yml b/recipe.yml index 9ebcf40..ba3e8b4 100644 --- a/recipe.yml +++ b/recipe.yml @@ -24,6 +24,7 @@ stages: - dbus-x11 - iptables - mutter + - python3 - name: distrobox-init-pkgs type: apt