Skip to content

Commit

Permalink
app-admin/anise: Bump v.0.41.1+3
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Jan 5, 2025
1 parent 5785ae1 commit 3d81f76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/atoms/app-admin/anise/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
prelude:
# We need to remove anise installed without portage metadata
- >-
anise rm system/luet-geaaru-thin -y
anise -y upx-bin &&
anise rm system/luet-geaaru-thin -y &&
eval 'rm -rf /etc/luet /etc/anise || true'
- |-
export FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox" && \
export JOBS={{ ( index .Values.labels "jobs" ) | default "3" }} && \
Expand All @@ -21,7 +23,8 @@ prelude:
&& export LUET_PORTAGE_PKGMETA=1 && export LUET_PORTAGE_PKGFILES=1 && eval 'rm -rf
/pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage --dir /pkgdir/{{
.Values.name }} {{ ( index .Values.labels "emerge.packages" ) }} && eval 'rm -v
/var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true'
/var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true' &&
upx --best --lzma --brute -1 /{{ .Values.name }}/usr/bin/luet
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
Expand Down
2 changes: 1 addition & 1 deletion packages/atoms/app-admin/anise/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: anise
version: 0.41.1+2
version: 0.41.1+3
category: app-admin
annotations:
subsets:
Expand Down

0 comments on commit 3d81f76

Please sign in to comment.