summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-09 20:22:50 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-09 20:22:50 +0200
commit8f9b057a4b5425fe7fb3c9867288fa0444363876 (patch)
tree1c5d494c228879f79bfbc7734a0d2360b314575c
parentd18dbb90f78a5c0f6463c00920edc13197984559 (diff)
downloadliw-dot-files-8f9b057a4b5425fe7fb3c9867288fa0444363876.tar.gz
ambient.yaml: add extrautils
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml17
1 files changed, 17 insertions, 0 deletions
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: