Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 825f6894cd wip: Install Firefox
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit Details
2024-12-22 20:09:56 -06:00
2 changed files with 5 additions and 18 deletions

View File

@ -21,21 +21,12 @@ spec:
name: workspace-volume
subPath: gentoo
- mountPath: /usr/aarch64-unknown-linux-gnu/var/cache/binpkgs
name: binpkgs
subPath: photoframe2
name: workspace-volume
subPath: binpkgs
- mountPath: /var/cache/binpkgs
name: binpkgs
subPath: photoframe2
name: workspace-volume
subPath: binpkgs
- mountPath: /var/cache/distfiles
name: workspace-volume
subPath: distfiles
- mountPath: /var/db/repos/gentoo
name: portage
hostUsers: false
volumes:
- name: binpkgs
persistentVolumeClaim:
claimName: binpkgs
- name: portage
persistentVolumeClaim:
claimName: portage

View File

@ -1,10 +1,6 @@
#!/bin/sh
if [ ! -f /var/db/repos/gentoo/metadata/timestamp ]; then
emerge-webrsync
else
emaint sync
fi
ls -l /etc/portage
mkdir -p /etc/portage/package.use
mkdir -p /etc/portage/make.conf