Skip to content

Commit

Permalink
feat: migrate git sources to tags
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 Jul 24, 2024
1 parent ef01655 commit 9cd3d52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Containerfile
downloads/
plugins/
sources/
downloads/
3 changes: 1 addition & 2 deletions modules/00-vanilla-apx-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
14 changes: 7 additions & 7 deletions modules/00-vanilla-base-files.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9cd3d52

Please sign in to comment.