Skip to content

Commit

Permalink
test: updated apt module structure
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Feb 25, 2025
1 parent 157e23f commit 3c5b56d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/00-vanilla-abroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ modules:
- name: abroot-deps
type: apt
sources:
packages:
- netavark
- packages:
- netavark
2 changes: 1 addition & 1 deletion modules/00-vanilla-base-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules:
- name: base-files-deps-install
type: apt
sources:
packages:
- packages:
- dpkg-dev
- build-essential
- debhelper
6 changes: 3 additions & 3 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stages:
- name: fsguard-runtime-deps
type: apt
sources:
packages:
- packages:
- "minisign"
- "squashfs-tools"
- "python3"
Expand All @@ -87,8 +87,8 @@ stages:
- name: minisign
type: apt
sources:
packages:
- "minisign"
- packages:
- "minisign"

- name: cleanup2
type: shell
Expand Down

0 comments on commit 3c5b56d

Please sign in to comment.