chore(statuses): clarify why we don't use {start, summary}CB
Instead of just commenting them out. Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
6543b8e414
commit
7b2fc73c78
|
@ -860,11 +860,7 @@ class GerritNixConfigurator(ConfiguratorBase):
|
|||
wantSteps=True,
|
||||
reviewCB=gerritReviewCB,
|
||||
reviewArg=self.url)
|
||||
# startCB=gerritStartCB,
|
||||
# startArg=self.url,
|
||||
# summaryCB=gerritSummaryCB,
|
||||
# summaryArg=self.url)
|
||||
|
||||
# startCB, summaryCB are too noisy, we won't use them.
|
||||
)
|
||||
|
||||
def gerritBranchKey(b):
|
||||
|
|
Loading…
Reference in a new issue