Skip to content

Commit

Permalink
seed/funtoo-kit-geaaru: Bump v.0.20230802
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Aug 2, 2023
1 parent 09fe5e9 commit 9a96e5b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/seeds/funtoo-kit-geaaru/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
requires:
- category: "seed"
name: "funtoo-kits"
version: ">=0"
env:
- FEATURES="-collision-protect -sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
package_dir: /{{ .Values.name }}
prelude:
- >-
cp geaaru-kit /etc/portage/repos.conf/ &&
mkdir -p /{{ .Values.name }}/ &&
eval 'emerge --sync || true' &&
cd /var/git/extra-kits/geaaru-kit &&
git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' &&
git fetch -a &&
git checkout {{ ( index .Values.labels "repo_branch" ) }} &&
git checkout {{ ( index .Values.labels "repo_hash" ) }}
7 changes: 7 additions & 0 deletions packages/seeds/funtoo-kit-geaaru/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
category: "seed"
name: "funtoo-kit-geaaru"
version: "0.20230802"
labels:
repo: "https://github.com/geaaru/geaaru_overlay.git"
repo_hash: "a3675f39822f966364d514164854933b98f8fb02"
repo_branch: "funtoo"
5 changes: 5 additions & 0 deletions packages/seeds/funtoo-kit-geaaru/geaaru-kit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[geaaru-kit]
location = /var/git/extra-kits/geaaru-kit
sync-type = git
sync-uri = https://github.com/geaaru/geaaru_overlay.git
priority=9999

0 comments on commit 9a96e5b

Please sign in to comment.