Warning, /plasma-bigscreen/bigscreen-debos-image-rpi4/recipes/xenon-repo.yml is written in an unsupported language. File is not indexed.

0001 {{- $architecture := or .architecture "arm64" -}}
0002 {{- $firmware_version := or .firmware_version "master" -}}
0003 {{ $suite :=  or .suite "bionic" }}
0004 {{- $image := or .image "mycroft-mark2-rpi4.img" -}}
0005 
0006 architecture: {{ $architecture }}
0007 
0008 actions:
0009   - action: run
0010     description: Add Xenon gpg key
0011     chroot: true
0012     command: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 'CB87 A99C D05E 5E0C 7017  4A68 E8AF 1B0B 45D8 3EBD'
0013 
0014   - action: run
0015     description: Add xenon apt repo
0016     chroot: true
0017     command: echo "deb http://archive.xenon.pangea.pub/unstable {{ $suite }} main" > /etc/apt/sources.list.d/xenon.list
0018 
0019   - action: run
0020     description: Pin xenon repo
0021     chroot: true
0022     script: ../scripts/pin-xenon-repo.sh