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

chore(deps): bump vanilla-os/vib-gh-action from 0.8.1 to 1.0.0 #100

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
sed 's/ghcr.io\/vanilla-os\/pico:dev/ghcr.io\/vanilla-os\/pico:main/' -i recipe.yml

- uses: vanilla-os/vib-gh-action@v0.8.1
- uses: vanilla-os/vib-gh-action@v1.0.0
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.5.3'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
sed 's/ghcr.io\/vanilla-os\/pico:dev/ghcr.io\/vanilla-os\/pico:main/' -i recipe.yml

- uses: vanilla-os/vib-gh-action@v0.8.1
- uses: vanilla-os/vib-gh-action@v1.0.0
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.5.3'
Expand Down
24 changes: 12 additions & 12 deletions modules/00-vanilla-abroot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: abroot
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abrootv2.tar.gz
checksum: 257b31fab1d735c4a833f93a576cdeced2d9cef67cf4da6dc81694be655d9d05
sources:
- type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abrootv2.tar.gz
checksum: 257b31fab1d735c4a833f93a576cdeced2d9cef67cf4da6dc81694be655d9d05
commands:
- apt install -y podman golang-github-containers-common patch wget
- mkdir -p /usr/bin
Expand All @@ -12,14 +12,14 @@ commands:
modules:
- name: abroot-manpage
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abroot-man.tar.gz
checksum: 2437300bdae0316a17bc2e5fc25d3dd356297ccfc14e70c77fa1a410e20eed65
sources:
- type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abroot-man.tar.gz
checksum: 2437300bdae0316a17bc2e5fc25d3dd356297ccfc14e70c77fa1a410e20eed65
commands:
- mv /sources/abroot-manpage/man/man1/abroot.1 /usr/share/man/man1/
- mv /sources/abroot-manpage/man/man1/abroot.1 /usr/share/man/man1/
- name: abroot-deps
type: apt
source:
packages:
- netavark
sources:
- packages:
- netavark
8 changes: 4 additions & 4 deletions modules/00-vanilla-apx-stacks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: apx-stacks
type: shell
source:
type: git
url: https://github.com/Vanilla-OS/vanilla-apx-configs.git
tag: v1.0.0
sources:
- type: git
url: https://github.com/Vanilla-OS/vanilla-apx-configs.git
tag: v1.0.0
commands:
- mkdir -p /usr/share/apx
- mv /sources/apx-stacks/stacks /usr/share/apx/
Expand Down
24 changes: 12 additions & 12 deletions modules/00-vanilla-apx.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name: apx
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/apx/releases/download/v2.4.4/apx.tar.gz
checksum: 4b56b253fdb70815ce2407faa0aa22a0ae5ab02a389cb5934b0947c3a767ef45
sources:
- type: tar
url: https://github.com/Vanilla-OS/apx/releases/download/v2.4.4/apx.tar.gz
checksum: 4b56b253fdb70815ce2407faa0aa22a0ae5ab02a389cb5934b0947c3a767ef45
commands:
- mkdir -p /usr/bin
- cp /sources/apx/apx /usr/bin/apx
- chmod +x /usr/bin/apx
modules:
- name: distrobox
type: shell
source:
type: tar
url: https://github.com/89luca89/distrobox/archive/refs/tags/1.8.1.2.tar.gz
checksum: 3ecbce9b8c5b5df941f986798ffa6ea7fdf742223d42204207974c4323d5b9fc
sources:
- type: tar
url: https://github.com/89luca89/distrobox/archive/refs/tags/1.8.1.2.tar.gz
checksum: 3ecbce9b8c5b5df941f986798ffa6ea7fdf742223d42204207974c4323d5b9fc
commands:
- mkdir -p /usr/share/apx
- cp -r /sources/distrobox/distrobox-1.8.1.2 /usr/share/apx/distrobox
- chmod +x /usr/share/apx/distrobox/distrobox*
- sed -E -i 's/.*printf "distrobox.*/echo apx \$(echo ${container_name} | sed "s|apx-||") enter/g' /usr/share/apx/distrobox/distrobox-create
- name: apx-manpage
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/apx/releases/download/v2.4.4/apx-man.tar.gz
checksum: caa70a0d592e8387cf8e189f9dc1ea2946ac9a44fd5a06747220b75666e81e27
sources:
- type: tar
url: https://github.com/Vanilla-OS/apx/releases/download/v2.4.4/apx-man.tar.gz
checksum: caa70a0d592e8387cf8e189f9dc1ea2946ac9a44fd5a06747220b75666e81e27
commands:
- mv /sources/apx-manpage/man/man1/apx.1 /usr/share/man/man1/
18 changes: 9 additions & 9 deletions modules/00-vanilla-base-files.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: base-files
type: shell
source:
type: file
url: https://github.com/Vanilla-OS/base-files/releases/download/v1.0.0/base-files.deb
checksum: f7235c903242c5c8aa5a584c748700da869481e2ea3de6a3a67dfa92c1f25f5d
sources:
- type: file
url: https://github.com/Vanilla-OS/base-files/releases/download/v1.0.0/base-files.deb
checksum: f7235c903242c5c8aa5a584c748700da869481e2ea3de6a3a67dfa92c1f25f5d
commands:
- dpkg -i /sources/base-files/base-files.deb
- apt -y install -f
modules:
- name: base-files-deps-install
type: apt
source:
packages:
- dpkg-dev
- build-essential
- debhelper
sources:
- packages:
- dpkg-dev
- build-essential
- debhelper
7 changes: 4 additions & 3 deletions modules/01-kernel.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: kernel
type: apt
source:
packages:
- linux-image-6.12.9-amd64
sources:
- packages:
- linux-image-6.12.9-amd64

# removed temporarily to avoid changing kernel version
# - linux-image-amd64
# - linux-headers-amd64
8 changes: 4 additions & 4 deletions modules/03-fswarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: shell
commands:
- mkdir -p /boot/
- cp /sources/fswarn/fswarn-x86_64.squash /boot/fswarn.squash
source:
type: tar
url: https://github.com/Vanilla-OS/fswarn/releases/download/v1.0-1/fswarn.tar.xz
checksum: 52f66710132138c21b81b56cb2d6edc7e59ad6eef4a4065b81af0f852d827dab
sources:
- type: tar
url: https://github.com/Vanilla-OS/fswarn/releases/download/v1.0-1/fswarn.tar.xz
checksum: 52f66710132138c21b81b56cb2d6edc7e59ad6eef4a4065b81af0f852d827dab
28 changes: 14 additions & 14 deletions modules/05-firmware.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: firmware
type: apt
source:
packages:
- firmware-linux
- firmware-linux-nonfree
- firmware-linux-free
- firmware-iwlwifi
- firmware-realtek
- firmware-atheros
- intel-microcode
- amd64-microcode
- b43-fwcutter
- firmware-b43-installer
- firmware-brcm80211
- firmware-sof-signed
sources:
- packages:
- firmware-linux
- firmware-linux-nonfree
- firmware-linux-free
- firmware-iwlwifi
- firmware-realtek
- firmware-atheros
- intel-microcode
- amd64-microcode
- b43-fwcutter
- firmware-b43-installer
- firmware-brcm80211
- firmware-sof-signed
14 changes: 7 additions & 7 deletions modules/10-input-and-locale.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: input-and-locale
type: apt
source:
packages:
- locales
- kmod
- xkb-data
- im-config
- console-setup
sources:
- packages:
- locales
- kmod
- xkb-data
- im-config
- console-setup
18 changes: 9 additions & 9 deletions modules/100-modules.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: modules
type: apt
source:
packages:
- dkms
- bolt
- inputattach
- iucode-tool
- cryptsetup-initramfs
- acpi-call-dkms
- libsasl2-modules
sources:
- packages:
- dkms
- bolt
- inputattach
- iucode-tool
- cryptsetup-initramfs
- acpi-call-dkms
- libsasl2-modules
8 changes: 4 additions & 4 deletions modules/110-fwupd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fwupd
type: apt
source:
packages:
- fwupd
- fwupd-amd64-signed
sources:
- packages:
- fwupd
- fwupd-amd64-signed
8 changes: 4 additions & 4 deletions modules/120-fingerprint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fingerprint
type: apt
source:
packages:
- fprintd
- libpam-fprintd
sources:
- packages:
- fprintd
- libpam-fprintd
8 changes: 4 additions & 4 deletions modules/140-manpages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: manpages
type: apt
source:
packages:
- manpages
- manpages-posix
sources:
- packages:
- manpages
- manpages-posix
1 change: 0 additions & 1 deletion modules/150-init-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ commands:
- mv /usr/sbin/init.new /usr/sbin/init
- chmod +x /usr/sbin/init
- chmod +x /usr/share/init.d/*

16 changes: 8 additions & 8 deletions modules/20-ssh.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ssh
type: apt
source:
packages:
- gpg
- gpg-agent
- dirmngr
- ca-certificates
- openssh-server
- spice-vdagent
sources:
- packages:
- gpg
- gpg-agent
- dirmngr
- ca-certificates
- openssh-server
- spice-vdagent
22 changes: 11 additions & 11 deletions modules/30-utils.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: utils
type: apt
source:
packages:
- nano
- zsync
- rsync
- dialog
- less
- curl
- tracker
- bash-completion
- libnss-myhostname
sources:
- packages:
- nano
- zsync
- rsync
- dialog
- less
- curl
- tracker
- bash-completion
- libnss-myhostname
50 changes: 25 additions & 25 deletions modules/40-essentials.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: essentials
type: apt
source:
packages:
- setserial
- systemd-sysv
- user-setup
- console-setup
- sudo
- acpi
- polkitd
- pkexec
- bc
- pcmciautils
- samba-common-bin
- ibus
- ibus-table
- laptop-detect
- efibootmgr
- grub-efi-amd64
- grub-efi-amd64-bin
- grub-efi-amd64-signed
- shim-signed
- shim-helpers-amd64-signed
- uidmap
- minisign
- zram-tools
sources:
- packages:
- setserial
- systemd-sysv
- user-setup
- console-setup
- sudo
- acpi
- polkitd
- pkexec
- bc
- pcmciautils
- samba-common-bin
- ibus
- ibus-table
- laptop-detect
- efibootmgr
- grub-efi-amd64
- grub-efi-amd64-bin
- grub-efi-amd64-signed
- shim-signed
- shim-helpers-amd64-signed
- uidmap
- minisign
- zram-tools
22 changes: 11 additions & 11 deletions modules/50-fs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: fs
type: apt
source:
packages:
- exfatprogs
- btrfs-progs
- dosfstools
- gvfs-backends
- ntfs-3g
- nfs-common
- gvfs-fuse
- libfuse3-3
- lvm2
sources:
- packages:
- exfatprogs
- btrfs-progs
- dosfstools
- gvfs-backends
- ntfs-3g
- nfs-common
- gvfs-fuse
- libfuse3-3
- lvm2
Loading
Loading