#!/bin/sh # run the autopkgtest for the version of the package in experimental, # which is not otherwise triggered. Note that results will appear # under unstable, e.g. at # https://ci.debian.net/packages/m/magit-annex/unstable/amd64/ # Create ~/local/auth/debci first by visiting # https://sso.debian.org/debian/certs/enroll_csr/ and following instructions # to get .key and .crt, then to get the API key for ~/local/auth/debci, # $ curl -X POST --key ~/local/auth/debiansso/spwhitton@debian.org.key --cert \ # ~/local/auth/debiansso/spwhitton@debian.org.crt https://ci.debian.net/api/v1/getkey # Based on Ian Jackson's stuff in dgit-junk.git source="$1" if [ "$source" = "" ]; then echo >&2 "need source package name" exit 1 fi cd ~/tmp cat >debci-trigger-experimental.json <