From 7120d633a46d5c0376c02b74ecde8df2b660e789 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 8 Aug 2022 15:26:24 -0700 Subject: [PATCH] Fix local archive commands --- packaging/HOWTO-Release.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/HOWTO-Release.rst b/packaging/HOWTO-Release.rst index ba4ebdbd..6361f280 100644 --- a/packaging/HOWTO-Release.rst +++ b/packaging/HOWTO-Release.rst @@ -72,10 +72,10 @@ HOWTO Release wxPython Phoenix 16. Save a copy of everything to the NAS:: - mkdir /stuff/Development/wxPython/wxPython4/extras/$VERSION - cp -v wxPython-[^0-9]* /stuff/Development/wxPython/wxPython4/extras/$VERSION - cp -v wxPython-4* /stuff/Development/wxPython/wxPython4/pypi - cp -rv linux /stuff/Development/wxPython/wxPython4/extras + mkdir /Volumes/STUFF/Development/wxPython/wxPython4/extras/$VERSION + cp -v wxPython-[^0-9]* /Volumes/STUFF/Development/wxPython/wxPython4/extras/$VERSION + cp -v wxPython-4* /Volumes/STUFF/Development/wxPython/wxPython4/pypi + cp -rv linux /Volumes/STUFF/Development/wxPython/wxPython4/extras 17. Tag the released revision in git, using a name like wxPython-4.0.0 (using the actual version number of course.) Push the tag to all remotes.