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

feat: migrate git sources to tags #68

Merged
merged 1 commit into from
Jul 24, 2024
Merged
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
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
Loading