[webkit-changes] [WebKit/WebKit] cafa14: [git-webkit] Allow publish to exclude branches or ...
Jonathan Bedard
noreply at github.com
Tue May 16 13:40:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cafa1460dd1b0bda4f15628a96ee84ce06fcb64a
https://github.com/WebKit/WebKit/commit/cafa1460dd1b0bda4f15628a96ee84ce06fcb64a
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M Tools/Scripts/libraries/webkitscmpy/setup.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/publish.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/publish_unittest.py
Log Message:
-----------
[git-webkit] Allow publish to exclude branches or tags
https://bugs.webkit.org/show_bug.cgi?id=256388
rdar://108962363
Reviewed by Elliott Williams.
* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/publish.py:
(Publish.parser): Add --exclude option.
(Publish.branches_on): Exclude specified branches.
(Publish.tags_on): Exclude specified tags.
(Publish.main): Exclude specified branches and tags from publication.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/publish_unittest.py:
(TestPublish.test_git_exclude):
Canonical link: https://commits.webkit.org/264124@main
More information about the webkit-changes
mailing list