From f6e912a4aa608dc4738ec636f2788b4b487002e7 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 24 Jul 2024 17:27:02 +0530 Subject: [PATCH] feat: migrate git sources to tags Signed-off-by: K.B.Dharun Krishna --- .gitignore | 3 ++- modules/00-vanilla-apx-stacks.yml | 3 +-- modules/00-vanilla-base-files.yml | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 89d6a56..1ca57e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Containerfile +downloads/ +plugins/ sources/ -downloads/ \ No newline at end of file diff --git a/modules/00-vanilla-apx-stacks.yml b/modules/00-vanilla-apx-stacks.yml index ba18d48..9763549 100644 --- a/modules/00-vanilla-apx-stacks.yml +++ b/modules/00-vanilla-apx-stacks.yml @@ -3,8 +3,7 @@ type: shell source: type: git url: https://github.com/Vanilla-OS/vanilla-apx-configs.git - branch: main - commit: latest + tag: v1.0.0 commands: - mkdir -p /usr/share/apx - mv /sources/apx-stacks/stacks /usr/share/apx/ diff --git a/modules/00-vanilla-base-files.yml b/modules/00-vanilla-base-files.yml index 2f9515d..974319f 100644 --- a/modules/00-vanilla-base-files.yml +++ b/modules/00-vanilla-base-files.yml @@ -1,12 +1,12 @@ name: base-files -type: dpkg-buildpackage +type: shell source: - type: git - url: https://github.com/Vanilla-OS/base-files.git - branch: main - commit: latest - paths: - - base-files + 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