From c598a0fb398b1ac1a8a7c65a73290998276cd765 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Thu, 8 Mar 2001 05:24:57 +0000 Subject: [PATCH] change the way ziyi writes to Release.gpg (--output not >) --- ziyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ziyi b/ziyi index 67eab957..ebbf7b35 100755 --- a/ziyi +++ b/ziyi @@ -3,7 +3,7 @@ # Create all the Release files # Copyright (C) 2001 Anthony Towns -# $Id: ziyi,v 1.2 2001-03-06 04:29:21 ajt Exp $ +# $Id: ziyi,v 1.3 2001-03-08 05:24:57 ajt Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -178,7 +178,7 @@ def main (): out.close() if Cnf.has_key("Dinstall::SigningKeyring"): - os.system("gpg --secret-keyring \"%s\" --no-options --batch --no-tty --armour --detach-sign <%s >%s" % (Cnf["Dinstall::SigningKeyring"], + os.system("gpg --secret-keyring \"%s\" --no-options --batch --no-tty --armour --detach-sign <%s --output=%s" % (Cnf["Dinstall::SigningKeyring"], Cnf["Dir::RootDir"] + tree + "/Release", Cnf["Dir::RootDir"] + tree + "/Release.gpg")) -- 2.39.2