You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2022/07/15 10:33:20 UTC

svn commit: r1902730 - /subversion/trunk/tools/dist/release.py

Author: danielsh
Date: Fri Jul 15 10:33:20 2022
New Revision: 1902730

URL: http://svn.apache.org/viewvc?rev=1902730&view=rev
Log:
* tools/dist/release.py: Remove unused variable.
    Follow-up to the previous commit.

Modified:
    subversion/trunk/tools/dist/release.py

Modified: subversion/trunk/tools/dist/release.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/release.py?rev=1902730&r1=1902729&r2=1902730&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Fri Jul 15 10:33:20 2022
@@ -1470,7 +1470,6 @@ def check_sigs(args):
 def get_keys(args):
     'Import the LDAP-based KEYS file to gpg'
     with tempfile.NamedTemporaryFile() as keysfile:
-      keyspath = tmpfile.name
       subprocess.check_call([
           os.path.dirname(__file__) + '/make-keys.sh',
           '-c', os.path.dirname(__file__) + '/../../COMMITTERS',