Re: [arch-haskell] Package Signing

2012-07-31 Thread Xyne
One solution might be to build the packages on kiwilight, then mount the directory of built packages with sshfs. You could then run the signing script locally. I don't know much bandwith that will use, but I think it's worth trying. In the worst case scenario, it will be equivalent to

Re: [arch-haskell] Package Signing

2012-07-30 Thread Xyne
On 2012-07-29 18:48 +0200 Magnus Therning wrote: Correct me if I'm wrong in this assumption, but I need to have the following three items available when running the script: 1. The newly-built package. 2. The repo database (x.db.tar.gz) I'm adding the package to. 3. The secret key. 1 3, yes.

Re: [arch-haskell] Package Signing

2012-07-30 Thread Magnus Therning
On Mon, Jul 30, 2012 at 8:35 AM, Xyne x...@archlinux.ca wrote: On 2012-07-29 18:48 +0200 Magnus Therning wrote: Correct me if I'm wrong in this assumption, but I need to have the following three items available when running the script: 1. The newly-built package. 2. The repo database

Re: [arch-haskell] Package Signing

2012-07-29 Thread Magnus Therning
On Tue, Jul 24, 2012 at 11:19:54PM +, Xyne wrote: Magnus Therning wrote: On Tue, Jul 24, 2012 at 1:20 PM, Xyne x...@archlinux.ca wrote: Hi Magnus, It's time to nag you again about package signing. I can give you a script to batch sign packages, run repo-add, then sign the generated

Re: [arch-haskell] Package Signing

2012-07-25 Thread Xyne
Xyne wrote: I've put together a clean script using various code snippets that I have in my release scripts: http://xyne.archlinux.ca/scripts/pacman/#repo-add_and_sign Just ask if anything is unclear or if you think you've found a bug. If you need something customized to your build

[arch-haskell] Package Signing

2012-07-24 Thread Xyne
Hi Magnus, It's time to nag you again about package signing. I can give you a script to batch sign packages, run repo-add, then sign the generated repo with a single passphrase prompt. Obviously I don't know how well that fits with your current release method, but it should be possible to set

Re: [arch-haskell] Package Signing

2012-07-24 Thread Magnus Therning
On Tue, Jul 24, 2012 at 1:20 PM, Xyne x...@archlinux.ca wrote: Hi Magnus, It's time to nag you again about package signing. I can give you a script to batch sign packages, run repo-add, then sign the generated repo with a single passphrase prompt. Obviously I don't know how well that fits

Re: [arch-haskell] Package Signing

2012-07-24 Thread Xyne
Magnus Therning wrote: On Tue, Jul 24, 2012 at 1:20 PM, Xyne x...@archlinux.ca wrote: Hi Magnus, It's time to nag you again about package signing. I can give you a script to batch sign packages, run repo-add, then sign the generated repo with a single passphrase prompt. Obviously I