From 8f9b057a4b5425fe7fb3c9867288fa0444363876 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Jan 2024 20:22:50 +0200 Subject: ambient.yaml: add extrautils Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ambient.yaml b/ambient.yaml index 7e27e95..d5cd74e 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -5,6 +5,23 @@ projects: source: ~/pers/apt.liw.fi-keyring/git publish_artifacts: true plan: + # Note: no auto-incrementing version number for this package + - action: deb + + extrautils: + image: ~/tmp/ambient/ambient-boot.qcow2 + source: ~/pers/extrautils/git + publish_artifacts: true + plan: + - action: shell + shell: | + export PATH="/root/.cargo/bin:$PATH" + + V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')" + T="$(date -u "+%Y%m%dT%H%M%S")" + version="$V.ci$T-1" + dch -v "$version" "CI build under Ambient." + dch -r '' - action: deb pathdedup: -- cgit v1.2.1