Re: New features in autobuilder and Extras Assistant

2008-10-22 Thread Luca Donaggio
Very nice and much needed improvements!

Thanks a lot,

Luca Donaggio

On Wed, Oct 22, 2008 at 1:06 PM, Vlad Vasiliev <[EMAIL PROTECTED]> wrote:

> Niels Breet wrote:
> > This week we've added some new features to the autobuilder and Extras
> > Assistant. I hope developers will like these changes:
> >
> > Rejecting packages when the exact version is uploaded for the second
> time.
> >
> > The autobuilder has been modified to reject a package when the same
> > version is already available in the extras-devel repository. This change
> > will force developers to increase their package version number after each
> > successful upload and build. In the past we've had problems in the
> > repository where a package was uploaded twice and caused 'Size Mismatch'
> > errors[1].
> >
> > Package signing no longer required.
> >
> > The autobuilder and Extras Assistant no longer require packages to be GPG
> > signed. It seemed to cause a lot of grief for developers without any real
> > benefits. This change is targetted to making uploading packages easier.
> > Every uploader has to be authenticated to upload a package, so we can
> > already trace back the uploader. The autobuilder signs packages which are
> > moved into the repository.
> >
> > Upload to multiple repositories at the same time.
> >
> > You can now use the Extras Assistant[2] to upload a source package to
> > chinook and diablo at the same time. No need to do two separate uploads
> > anymore. This feature has been requested for quite some time, let's hope
> > it helps.
> >
> >
> Good work. Thanks guys.
>
> --
> Best Regards,
> Vlad Vasiliev
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New features in autobuilder and Extras Assistant

2008-10-22 Thread Vlad Vasiliev
Niels Breet wrote:
> This week we've added some new features to the autobuilder and Extras
> Assistant. I hope developers will like these changes:
>
> Rejecting packages when the exact version is uploaded for the second time.
>
> The autobuilder has been modified to reject a package when the same
> version is already available in the extras-devel repository. This change
> will force developers to increase their package version number after each
> successful upload and build. In the past we've had problems in the
> repository where a package was uploaded twice and caused 'Size Mismatch'
> errors[1].
>
> Package signing no longer required.
>
> The autobuilder and Extras Assistant no longer require packages to be GPG
> signed. It seemed to cause a lot of grief for developers without any real
> benefits. This change is targetted to making uploading packages easier.
> Every uploader has to be authenticated to upload a package, so we can
> already trace back the uploader. The autobuilder signs packages which are
> moved into the repository.
>
> Upload to multiple repositories at the same time.
>
> You can now use the Extras Assistant[2] to upload a source package to
> chinook and diablo at the same time. No need to do two separate uploads
> anymore. This feature has been requested for quite some time, let's hope
> it helps.
>
>   
Good work. Thanks guys.

--
Best Regards,
Vlad Vasiliev
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New features in autobuilder and Extras Assistant

2008-10-22 Thread Niels Breet
On Tue, October 21, 2008 22:20, Eduardo Lima (Etrunko) wrote:
> On Tue, Oct 21, 2008 at 4:26 PM, Niels Breet <[EMAIL PROTECTED]> wrote:
>
>> Package signing no longer required.
>>
>>
>> The autobuilder and Extras Assistant no longer require packages to be
>> GPG
>> signed. It seemed to cause a lot of grief for developers without any
>> real benefits. This change is targetted to making uploading packages
>> easier. Every uploader has to be authenticated to upload a package, so
>> we can already trace back the uploader. The autobuilder signs packages
>> which are moved into the repository.
>>
>
> Ok, so you don't need to sign the packages anymore, but it won't hurt
> if you upload a signed package, isn't it?

Of course not! :)

> My question here is concerning
> dput uploads. Is it still possible to upload packages using dput?? If this
> is the case, is GPG signing still required?
>

We don't require it at all. So if you instruct your tools to allow it, you
should be ok.

>
> --
> Eduardo de Barros Lima
> INdT - Instituto Nokia de Tecnologia
> [EMAIL PROTECTED]
>

--
Niels Breet
maemo.org webmaster


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New features in autobuilder and Extras Assistant

2008-10-21 Thread Faheem Pervez
Even faster. Thanks!

On Wed, Oct 22, 2008 at 7:05 AM, Wellu Mäkinen <
[EMAIL PROTECTED]> wrote:

> On Tuesday 21 October 2008 23:41:09 ext Faheem Pervez wrote:
> > Hi,
> >
> > I was able to use dput option -u to skip the signed check to upload a
> > unsigned package successfully.
>
> ..or use
>
> allow_unsigned_uploads = 1
>
> in /etc/dput.cf
>
> --
> Wellu
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New features in autobuilder and Extras Assistant

2008-10-21 Thread Wellu Mäkinen
On Tuesday 21 October 2008 23:41:09 ext Faheem Pervez wrote:
> Hi,
>
> I was able to use dput option -u to skip the signed check to upload a
> unsigned package successfully.

..or use

allow_unsigned_uploads = 1

in /etc/dput.cf

-- 
Wellu
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New features in autobuilder and Extras Assistant

2008-10-21 Thread Faheem Pervez
Hi,

I was able to use dput option -u to skip the signed check to upload a
unsigned package successfully.

I welcome these changes and am thankful for them.

HTH,
Faheem

On 10/21/08, Eduardo Lima (Etrunko) <[EMAIL PROTECTED]> wrote:
>
>
>
> > Package signing no longer required.
> >
> > The autobuilder and Extras Assistant no longer require packages to be GPG
> > signed. It seemed to cause a lot of grief for developers without any real
> > benefits. This change is targetted to making uploading packages easier.
> > Every uploader has to be authenticated to upload a package, so we can
> > already trace back the uploader. The autobuilder signs packages which are
> > moved into the repository.
> >
>
>
> Ok, so you don't need to sign the packages anymore, but it won't hurt
> if you upload a signed package, isn't it? My question here is
> concerning dput uploads. Is it still possible to upload packages using
> dput?? If this is the case, is GPG signing still required?
>
>
> > Upload to multiple repositories at the same time.
> >
>
> --
> Eduardo de Barros Lima
> INdT - Instituto Nokia de Tecnologia
> [EMAIL PROTECTED]
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New features in autobuilder and Extras Assistant

2008-10-21 Thread Eduardo Lima (Etrunko)
On Tue, Oct 21, 2008 at 4:26 PM, Niels Breet <[EMAIL PROTECTED]> wrote:
> This week we've added some new features to the autobuilder and Extras
> Assistant. I hope developers will like these changes:
>
> Rejecting packages when the exact version is uploaded for the second time.
>
> The autobuilder has been modified to reject a package when the same
> version is already available in the extras-devel repository. This change
> will force developers to increase their package version number after each
> successful upload and build. In the past we've had problems in the
> repository where a package was uploaded twice and caused 'Size Mismatch'
> errors[1].
>

Yay! This is specially interesting for newcomers not used to debian
packaging. Making this error explicit helps both developers/packagers
(who won't be able to break the repository with this kind of mistake)
and users (who will be happy being able to install their favourite
packages).

> Package signing no longer required.
>
> The autobuilder and Extras Assistant no longer require packages to be GPG
> signed. It seemed to cause a lot of grief for developers without any real
> benefits. This change is targetted to making uploading packages easier.
> Every uploader has to be authenticated to upload a package, so we can
> already trace back the uploader. The autobuilder signs packages which are
> moved into the repository.
>

Ok, so you don't need to sign the packages anymore, but it won't hurt
if you upload a signed package, isn't it? My question here is
concerning dput uploads. Is it still possible to upload packages using
dput?? If this is the case, is GPG signing still required?

> Upload to multiple repositories at the same time.
>
> You can now use the Extras Assistant[2] to upload a source package to
> chinook and diablo at the same time. No need to do two separate uploads
> anymore. This feature has been requested for quite some time, let's hope
> it helps.
>

Another big improvement here. Thank you guys very much!

-- 
Eduardo de Barros Lima
INdT - Instituto Nokia de Tecnologia
[EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


New features in autobuilder and Extras Assistant

2008-10-21 Thread Niels Breet
This week we've added some new features to the autobuilder and Extras
Assistant. I hope developers will like these changes:

Rejecting packages when the exact version is uploaded for the second time.

The autobuilder has been modified to reject a package when the same
version is already available in the extras-devel repository. This change
will force developers to increase their package version number after each
successful upload and build. In the past we've had problems in the
repository where a package was uploaded twice and caused 'Size Mismatch'
errors[1].

Package signing no longer required.

The autobuilder and Extras Assistant no longer require packages to be GPG
signed. It seemed to cause a lot of grief for developers without any real
benefits. This change is targetted to making uploading packages easier.
Every uploader has to be authenticated to upload a package, so we can
already trace back the uploader. The autobuilder signs packages which are
moved into the repository.

Upload to multiple repositories at the same time.

You can now use the Extras Assistant[2] to upload a source package to
chinook and diablo at the same time. No need to do two separate uploads
anymore. This feature has been requested for quite some time, let's hope
it helps.

--
Niels Breet
maemo.org webmaster

[1] https://bugs.maemo.org/show_bug.cgi?id=3488
[2] https://garage.maemo.org/extras-assistant/index.php


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers