comparison tests/test-check-code.t @ 42907:92593d72e10b

automation: implement "publish-windows-artifacts" command The new command and associated functionality can be used to automate the publishing of Windows release artifacts. It supports uploading wheels to PyPI (using twine) and copying the artifacts to mercurial-scm.org and updating the latest.dat file to advertise them via the website. I ran `automation.py publish-windows-artifacts 5.1.1` and it appeared to "just work." But the real test will be to do this on the next release... Differential Revision: https://phab.mercurial-scm.org/D6786
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 05 Sep 2019 21:09:58 -0700
parents 65b3ef162b39
children c5c502bd1f70
comparison
equal deleted inserted replaced
42906:6bf88befa027 42907:92593d72e10b
14 > | sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false 14 > | sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false
15 Skipping contrib/automation/hgautomation/__init__.py it has no-che?k-code (glob) 15 Skipping contrib/automation/hgautomation/__init__.py it has no-che?k-code (glob)
16 Skipping contrib/automation/hgautomation/aws.py it has no-che?k-code (glob) 16 Skipping contrib/automation/hgautomation/aws.py it has no-che?k-code (glob)
17 Skipping contrib/automation/hgautomation/cli.py it has no-che?k-code (glob) 17 Skipping contrib/automation/hgautomation/cli.py it has no-che?k-code (glob)
18 Skipping contrib/automation/hgautomation/linux.py it has no-che?k-code (glob) 18 Skipping contrib/automation/hgautomation/linux.py it has no-che?k-code (glob)
19 Skipping contrib/automation/hgautomation/pypi.py it has no-che?k-code (glob)
19 Skipping contrib/automation/hgautomation/ssh.py it has no-che?k-code (glob) 20 Skipping contrib/automation/hgautomation/ssh.py it has no-che?k-code (glob)
20 Skipping contrib/automation/hgautomation/windows.py it has no-che?k-code (glob) 21 Skipping contrib/automation/hgautomation/windows.py it has no-che?k-code (glob)
21 Skipping contrib/automation/hgautomation/winrm.py it has no-che?k-code (glob) 22 Skipping contrib/automation/hgautomation/winrm.py it has no-che?k-code (glob)
22 Skipping contrib/packaging/hgpackaging/downloads.py it has no-che?k-code (glob) 23 Skipping contrib/packaging/hgpackaging/downloads.py it has no-che?k-code (glob)
23 Skipping contrib/packaging/hgpackaging/inno.py it has no-che?k-code (glob) 24 Skipping contrib/packaging/hgpackaging/inno.py it has no-che?k-code (glob)