On 12/07/2025 19:50, Brian Inglis via Cygwin-apps wrote:
Hi folks/Jon,
Trying to CI deploy updated readline 8.3:
$ ssh [email protected] jobs deploy 10100
job id {} isn't deployable due to reference or package name restrictions
The "restrictions" are:
1. status is "build succeeded"
2. reference is master (or main)
3. package name isn't "playground"
I think it's #2 that's causing this to be rejected here.
This is briefly touched on in the description of 'jobs deploy' in
https://cygwin.com/packaging/build.html, but yeah, could give clearer
error message.
(Also it looks like I forgot to actually add the jobid to the format
string, nice...)
Is readline restricted?
How can I find out - check some calm table?
Normally I would deploy a test release, but this is a new DLL soversion
bump from 7 to 8.
What would the CI process be to deploy a test version?
You'd use the "label" token, i.e git push with --push-option="label"
See https://cygwin.com/packaging/build.html
(Suggestions for a better name for this welcomed!)
I have a local build ready which I could cygport upload, but will wait
until tomorrow for info about this.
Thanks.