On Tuesday 25 July 2006 21:20, Neil Williams wrote: --cut-- > That's what I used to use but this method can't be used with > mini-dinstall. It looks like your repository is a single subdirectory > whereas mine uses multiple subdirectories for the multiple > architectures. Each one, apparently, needs a customised Release file.
let mini-dinstall generates these Release files on the server side, then download them, sign them locally locally and put them back again. Something like that: scp $HOST:$DIR/$dist/Release $TMP/ gpg --armour --yes -o $TMP/Release.gpg -b $TMP/Release scp $TMP/Release.gpg $HOST:$DIR/$dist/ -- pub 4096R/0E4BD0AB 2003-03-18 <people.fccf.net/danchev/key pgp.mit.edu> fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

