summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: