There was an error while loading. Please reload this page.
2 parents 1155ae7 + 71ade9d commit 011ad5bCopy full SHA for 011ad5b
1 file changed
scripts/image-build/build-vyos-image
@@ -409,9 +409,6 @@ if __name__ == "__main__":
409
repo = git.Repo('.', search_parent_directories=True)
410
# Retrieve the Git commit ID of the repository, 14 charaters will be sufficient
411
build_git = repo.head.object.hexsha[:14]
412
- # If somone played around with the source tree and the build is "dirty", mark it
413
- if repo.is_dirty():
414
- build_git += "-dirty"
415
416
# Retrieve git branch name or current tag
417
# Building a tagged release might leave us checking out a git tag that is not the tip of a named branch (detached HEAD)
0 commit comments