[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Tips for setting up own repos?



On 03/02/2007 02:34 AM, Michael Loftis wrote:
My biggest problem right now is apparently mini-dinstall can't produce *properly* signed Releases and thus etch basically refuses to use the repository.

Works for me.

(in .mini-dinstall.conf):
release_signscript = /home/anthony/bin/sign-release

(sign-release)
rm -f Release.gpg
gpg -b -o Release.gpg -u C3CC05DE1D573DA6BBA1C4E6C79BA4A6F9E13358 "$1"
[ -e Release.gpg ] && exit 0 || exit 1


And, if you can't get it to work, I believe there is a way to turn off signature checking on a per-source basis...
Reply to: