[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.13.0 up for testing/signing

From: Branko Čibej <brane_at_apache.org>
Date: Sat, 26 Oct 2019 09:30:10 +0200

On 25.10.2019 11:49, Julian Foad wrote:
> The 1.13.0 release artifacts are now available for testing/signing.
> Please get the tarballs from
>   https://dist.apache.org/repos/dist/dev/subversion
> and add your signatures there.
>
> *** There is no change from 1.13.0-rc1 except version number and date
> of rolling. If you wish, you may consider that checking the tarballs
> are correctly formed and have just that diff against -rc1 is
> sufficient to sign them.

[From IRC]

(brane) JulianF: 'release.py check-sigs' no longer works as it used to. it just exits with no output.
(brane) it used to print the names of the files and a summary of all the signatures found
(JulianF) brane: It needs to find the right files in the right place...
(JulianF) brane: It looks in 'deploy' subdir of '.' by default. Use '--base-dir' or '--target' otherwise.
(JulianF) Works for me.
(JulianF) Possibly I changed something of how '--base-dir' or '--target' works in one of the latest few changes to it. Not sure.

[From my laptop]

brane_at_zulu:~/src/svn/rel/dist-dev$ ../../repos/trunk/tools/dist/release.py check-sigs 1.13.0 --target .
usage: release.py [-h] [--clean] [--verbose] [--base-dir BASE_DIR]
                  [--target TARGET] [--branch BRANCH] [--username USERNAME]
                  {build-env,create-release-branch,write-release-notes,roll,sign-candidates,post-candidates,create-tag,bump-versions-on-branch,clean-dist,move-to-dist,write-news,write-announcement,write-downloads,check-sigs,get-keys,clean,write-changelog}
                  ...
release.py: error: unrecognized arguments: --target .

[Summary]

Possibly you indeed did change something of how '--target' works.
Actually you seem to have changed how argument parsing works in general,
because I have to move the --target argument before the check-sigs
command to make this work again. It used to works so that options could
be interspersed with commands in any order.

Well ... not that important to fix, but it's sort of unexpected.

-- Brane
Received on 2019-10-26 09:30:14 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.