Skip to content

Commit

Permalink
seed/mark-stage3: Bump v0.20241031
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Nov 1, 2024
1 parent 413f49e commit 523a2b0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/seeds/mark-stage3/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
image: "alpine"
env:
- LUET_YES=true
- HTTP_TIMEOUT=0
- STAGE_VERSION={{ ( index .Values.labels "package.version" ) }}
- RELEASE={{ ( index .Values.labels "release" ) }}
prelude:
- apk --no-cache add ca-certificates tar wget xz rsync curl
- curl https://raw.githubusercontent.com/geaaru/luet/geaaru/contrib/config/get_luet_root.sh | sh
- >-
anise install repository/macaroni-distfiles &&
anise repo update
- |
mkdir /{{ .Values.name }}/etc -p && \
anise install =${RELEASE}-terragon/stage3-amd64-{{ ( index .Values.labels "distfiles.version" ) }} && anise cleanup && \
export BUILDPATH=`pwd` && \
cd /{{ .Values.name }} && tar xJpf /collections/mark/stage3-terragon.tar.xz --xattrs --numeric-owner && luet rm ${RELEASE}-terragon/stage3-amd64 && luet cleanup && \
cp ${BUILDPATH}/ego.conf /{{ .Values.name }}/etc/ && \
rm -rf /{{ .Values.name }}/lib64/modules/* && \
rsync -A -a --delete --numeric-ids --recursive -d -H --one-file-system --xattrs --exclude '/{{ .Values.name }}/*' --exclude '/etc/resolv.conf' --exclude '/etc/hostname' --exclude '/sys/' --exclude '/etc/hosts' --exclude '/sys/*' --exclude '/proc/*' --exclude '/dev/pts/*' /{{ .Values.name }}/ / && \
rm -rf /var/git/meta-repo/ -rf && \
rm -rf /{{ .Values.name }}
8 changes: 8 additions & 0 deletions packages/seeds/mark-stage3/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: mark-stage3
version: "0.20241031"
category: seed
hidden: true
labels:
distfiles.version: 0.20241031
package.version: "2024-10-31"
release: mark
4 changes: 4 additions & 0 deletions packages/seeds/mark-stage3/ego.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[global]
release = mark-testing
python_kit_profile = mark
sync_base_url = https://github.com/macaroni-os/{repo}

0 comments on commit 523a2b0

Please sign in to comment.