projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f65a44
)
phase1: remove unused IsNoTaggingRequested()
author
Thibaut VARÈNE
<hacks@slashdirt.org>
Thu, 20 Oct 2022 11:11:26 +0000
(13:11 +0200)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 15 May 2023 15:36:01 +0000
(17:36 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index 10fd530f0a13fff2f003c15a369ee063e24449fd..2f4337f72559e9e163f59eefd805a9fc50396d62 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-404,9
+404,6
@@
def IsTaggingRequested(step):
else:
return False
-def IsNoTaggingRequested(step):
- return not IsTaggingRequested(step)
-
def IsNoMasterBuild(step):
return repo_branch != "master"