Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 593476
Collapse All | Expand All

(-)a/tools/gn/last_commit_position.py (-3 / +3 lines)
Lines 93-100 Link Here
93
output_file = sys.argv[2]
93
output_file = sys.argv[2]
94
header_guard = sys.argv[3]
94
header_guard = sys.argv[3]
95
95
96
value = FetchCommitPosition(git_directory)
96
#value = FetchCommitPosition(git_directory)
97
if not value:
97
#if not value:
98
  value = 'UNKNOWN'
98
value = 'UNKNOWN'
99
99
100
WriteHeader(output_file, header_guard, value)
100
WriteHeader(output_file, header_guard, value)

Return to bug 593476