Skip to content

Commit

Permalink
stops installing vanilla base files
Browse files Browse the repository at this point in the history
Since the base is now debian sid these files are no longer required.
  • Loading branch information
taukakao committed Nov 28, 2024
1 parent 11c144e commit 3b9278f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ stages:
- echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends

modules:
- name: base-files
type: dpkg-buildpackage
source:
type: git
url: https://github.com/Vanilla-OS/base-files.git
branch: main
commit: latest
paths:
- base-files
modules:
- name: base-files-deps-install
type: apt
source:
packages:
- dpkg-dev
- build-essential
- debhelper

- name: systemd
type: apt
source:
Expand Down

0 comments on commit 3b9278f

Please sign in to comment.