mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
patching: python: useful debug log with value of BASE_GIT_TAG
This commit is contained in:
@@ -230,6 +230,7 @@ if apply_patches:
|
||||
if BASE_GIT_TAG is None:
|
||||
raise Exception("BASE_GIT_REVISION or BASE_GIT_TAG must be set")
|
||||
else:
|
||||
log.debug(f"Getting revision of BASE_GIT_TAG={BASE_GIT_TAG}")
|
||||
BASE_GIT_REVISION = git_repo.tags[BASE_GIT_TAG].commit.hexsha
|
||||
log.debug(f"Found BASE_GIT_REVISION={BASE_GIT_REVISION} for BASE_GIT_TAG={BASE_GIT_TAG}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user