Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-29 Thread Bernhard R. Link
> - no suitable distribution ("No distribution accepting...") Isn't that "No distribution found..." ? > The "No distribution accepting..." message is also given when the > distribution name in changes doesn't match the distribution you're > importing for. Strange, will have another look...

Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-29 Thread Alberto Donato
On Sat, Jan 28, 2012 at 7:54 PM, Bernhard R. Link wrote: > > Do you have any other restrictions in uploaders? > I think "No distribution accepting '%s'!\n" should only be given > if uploaders forbid it. > I have to handle repositories of 3 types: unsigned uploads, signed with any key, signed with

Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-28 Thread Bernhard R. Link
* Alberto Donato [120128 18:42]: > Basically, I use that information to find out if the 'processincoming' > failed because the data (.changes and/or .dsc files) are not signed, > while the repository is configured to only accept signed uploads (the > import system generates reprepro config files s

Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-28 Thread Alberto Donato
On Fri, Jan 27, 2012 at 6:50 PM, Bernhard R. Link wrote: > I could add some options to give this heuristic and also give > it unconditionally, but I don't quite understand what it is > interesting for. Either one would want to do something depending > on whether a file is signed (like with uploade

Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-27 Thread Bernhard R. Link
* Alberto Donato [120127 12:44]: > I'm using reprepro in an automated import system, which parses the > output to figure out what happened when an import goes wrong and send > an email. > I'm using that line to understand if the .changes file is signed. > AFAICT, that was the only way to know tha

Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-27 Thread Alberto Donato
Hi, I'm using reprepro in an automated import system, which parses the output to figure out what happened when an import goes wrong and send an email. I'm using that line to understand if the .changes file is signed. AFAICT, that was the only way to know that from reprepro. Is there another way? A

Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-27 Thread Bernhard R. Link
package reprepro tags 657589 - patch thanks * Alberto Donato [120127 10:48]: > When running the 'processincoming' command to import a non-signed > .changes file, the message > > Data seems not to be signed trying to use directly... > > was included in the command ouput in version in reprepro 4.5

Bug#657589: Regression in reprepro 'processincoming' output message

2012-01-27 Thread Alberto Donato
Package: reprepro Version: 4.8.2-1 Tags: patch When running the 'processincoming' command to import a non-signed .changes file, the message Data seems not to be signed trying to use directly... was included in the command ouput in version in reprepro 4.5.x. Since 4.6.x it is not displayed anym