git repositories for cygwin packaging - please test
Jon Turney
jon.turney@dronecode.org.uk
Sat Feb 18 18:40:32 GMT 2023
On 18/02/2023 17:43, Ken Brown via Cygwin-apps wrote:
> On 2/18/2023 11:21 AM, Jon Turney via Cygwin-apps wrote:
>>
>> You can now interact with your build jobs in some ways which require
>> authentication using ...
>
> Thanks!
>
>> Currently, available sub-commands are:
>>
>> cancel (request termination of an unwanted build job)
>>
>> deploy (get a job to deploy (if it's suitable: i.e. successfully
>> built, from master, etc.) (e.g. if you forgot to set the deploy option
>> before hand)
>
> I assume we would specify the job id after the cancel or deploy command?
Invoking without any arguments, or with '--help', should produce some
help text.
>> rebuild (rebuild a job if it failed due to some transient condition,
>> or optionally with different token options)
>
> For the second case, would we specify the new tokens on the command
> line? After the job id?
$ ssh cygwin@cygwin.com jobs rerun --help
usage: jobs rerun [-h] [--token TOKEN] ID
positional arguments:
ID job id
optional arguments:
-h, --help show this help message and exit
--token TOKEN tokens (default: as previous run)
More information about the Cygwin-apps
mailing list