MCPcopy Create free account
hub / github.com/apache/solr / read_config

Function read_config

dev-tools/scripts/addDepsToChanges.py:146–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def read_config():
147 parser = argparse.ArgumentParser(description='Adds changelog entries in changelog/ folder')
148 parser.add_argument('--version', type=Version.parse, help='Solr version to add changes to', required=True)
149 parser.add_argument('--user', default='solrbot', help='Git user to get changes for. Defaults to solrbot')
150 newconf = parser.parse_args()
151 return newconf
152
153
154def get_gitlog_lines(user: str, prev_tag: str):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…