On 29/08/2019 11:17, Philipp Kern wrote: > On 2019-08-29 11:14, Emilio Pozuelo Monfort wrote: >> Why don't you let the interested teams run the scripts and generate the >> required >> binNMUs (like they do now), and then you pull that from a cronjob in wuiet >> and >> schedule the binNMUs? You would just need to define the format and do some >> sanity checks. > > What would those sanity checks be?
You fetch the list from a known debian host (like several other services already do, including ftp-master or release). If you define the format to be e.g. yaml or json, with an array of binNMUs to schedule, each one with - a source package - a version - a list of architectures - a reason You can just then call 'wb nmu' with the right arguments and the right quoting. The sanity checks would be to make sure the arguments have the right format. Cheers, Emilio
