From 3b9278f4b9faf196d583a524fafbe74b9412c2a5 Mon Sep 17 00:00:00 2001 From: Tau Date: Thu, 28 Nov 2024 23:41:30 +0100 Subject: [PATCH] stops installing vanilla base files Since the base is now debian sid these files are no longer required. --- recipe.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/recipe.yml b/recipe.yml index 8ae5c7e..e5d6ea5 100644 --- a/recipe.yml +++ b/recipe.yml @@ -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: