mat1e

Results 20 comments of mat1e

I'm working on https://github.com/groupe-edf/packager/tree/feature_sign_existing_rpm. I start to understand a little bit the structure of an RPM file, now I'm seen how I can use RpmInputStream to get the differents parts.

I think I am close to the solution. I have somes doubts about writing the signature header, and maybe I didn't read the payload correctly. But I will test the...

I get an error when I try to parse the file again after signature. I got : java.io.IOException: File corrupt: Expected entry magic [-114, -83, -24], read: [0, 0, 0]...

It is working now. After import the public key : ``` rpm --checksig org.eclipse.scada-0.2.1-1.noarch.rpm org.eclipse.scada-0.2.1-1.noarch.rpm: sha1 (md5) pgp md5 OK ``` But I would like to develop a "SignatureChecker" directly...

Thanks for your help ! I'm trying to implement signature check at least for the units tests.

You mean upload on Nexus or you want to upload on Dart repository ?

Ok, it is not possible for the moment. It will be add with #2

See [Hosted Pub Repository Specification Version 2](https://github.com/dart-lang/pub/blob/master/doc/repository-spec-v2.md)

> Yes, the feature will be implemented, but if you want it now, feel free to develop it and submit a Pull request. Here is the specs to build a...

Hi, I got somes troubles with authentication on this feature. It is not the priority right now. If you want to take a look, I started the work in the...