feat(dev): add justfile for local testing and integration with vscode #135
Annotations
1 error
Build Image
Error: buildah exited with code 1
Trying to pull ghcr.io/ublue-os/config:latest...
Getting image source signatures
Copying blob sha256:7c05fb50bc9505fb2be822d20d099d608859a0a297026c95d19c62ce19bb1254
Copying config sha256:bccc4ca3ac2d7ecf2f45e852e8304c4f4544d90ab2645d6b53a21666e6827f96
Writing manifest to image destination
Getting image source signatures
Copying blob sha256:419f37220c2dd96fc2bdb99418f6bd63ec0c1e85d9c5c75e3c07b9f25a20f6cb
Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef
Copying config sha256:852d8c221a5637c16c7128f08bb339537911c735826390cb6c4e70ac33811d11
Writing manifest to image destination
Trying to pull ghcr.io/ublue-os/akmods:main-40...
Getting image source signatures
Copying blob sha256:0fff2d646779772d046d8f2d88e5504427b84c064ce095f933124ed77ddc8fc7
Copying config sha256:f1e4c64484bc0f93ca06afcf010ea47f1f2718737ba2ccae1b1ea2af58f734fd
Writing manifest to image destination
Getting image source signatures
Copying blob sha256:ad9cb3d4535b49c76aafebc996a7832cc4e5948ca9b5feccdac326d1a10d7424
Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef
Copying config sha256:237473d27d55f0b1a9a5f7699ce497525fcc279565c8d3401813c9d206d4c268
Writing manifest to image destination
++ rpm -E %fedora
+ RELEASE=40
+ RPMFUSION_MIRROR_RPMS=https://mirrors.rpmfusion.org
+ '[' -n http://mirror.fcix.net/rpmfusion ']'
+ RPMFUSION_MIRROR_RPMS=http://mirror.fcix.net/rpmfusion
+ curl -Lo /tmp/rpms/rpmfusion-free-release-40.noarch.rpm http://mirror.fcix.net/rpmfusion/free/fedora/rpmfusion-free-release-40.noarch.rpm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11489 100 11489 0 0 75232 0 --:--:-- --:--:-- --:--:-- 75585
+ curl -Lo /tmp/rpms/rpmfusion-nonfree-release-40.noarch.rpm http://mirror.fcix.net/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-40.noarch.rpm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11562 100 11562 0 0 74249 0 --:--:-- --:--:-- --:--:-- 74115
+ curl -Lo /etc/yum.repos.d/_copr_ublue-os_staging.repo https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-40/ublue-os-staging-fedora-40.repo
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 380 100 380 0 0 1638 0 --:--:-- --:--:-- --:--:-- 1645
+ curl -Lo /etc/yum.repos.d/_copr_kylegospo_oversteer.repo https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-40/kylegospo-oversteer-fedora-40.repo
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 392 100 392 0 0 7559 0 --:--:-- --:--:-- --:--:-- 7686
+ rpm-ostree install /tmp/rpms/rpmfusion-free-release-40.noarch.rpm /tmp/rpms/rpmfusion-nonfree-release-40.noarch.rpm /tmp/rpms/ublue-os-akmods-addons-0.6-1.fc40.noarch.rpm /tmp/rpms/ublue-os-just.noarch.rpm /tmp/rpms/ublue-os-luks.noarch.rpm /tmp/rpms/ublue-os-signing.noarch.rpm /tmp/rpms/ublue-os-udev-rules.noarch.rpm /tmp/rpms/ublue-os-update-services.noarch.rpm fedora-repos-archive
+ [[ 40 -ge 39 ]]
+ echo 'Enable rpmfusion-(non)free-updates-testing with low priority for Fedora 40'
+ sed -i '0,/enabled=0/{s/enabled=0/enabled=1\npriority=110/}' /etc/yum.repos.d/rpmfusion-free-updates-testing.repo /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo
+ [[ 40 -
|
Loading