[release-tools] Improve tagging logs
When EOL-tagging cycle-trailing projects when a series is already EOL, the tagging is still processed, but branching has to be skipped. During the refactor the same log message was used, hence during debugging it cannot be determined when we returned. This patch rephrases the log message to be unique. Change-Id: Id4645f9661d485e3e1aa7069fb0b279659d2f7f0
This commit is contained in:
@@ -229,7 +229,7 @@ def process_release_requests(reporoot, filenames, meta_data):
|
||||
# If the series is closed, do not process the branch
|
||||
# section to avoid already deleted branch re-creation.
|
||||
if closed_series:
|
||||
print(' {} skipping closed series'.format(filename))
|
||||
print(' {} skipping branching, closed series'.format(filename))
|
||||
continue
|
||||
|
||||
# Create branches and adapt master
|
||||
|
Reference in New Issue
Block a user