Lines Matching +full:repo +full:- +full:path
4 # SPDX-License-Identifier: Apache-2.0
14 from git import Repo
56 parser.add_argument("-d", "--data", help="Data Directory")
57 …parser.add_argument("-y", "--dryrun", action="store_true", help="Dry run, do not upload to databas…
58 parser.add_argument("-z", "--zephyr-base", help="Zephyr tree")
59 parser.add_argument("-f", "--file", help="JSON file with footprint data")
99 repo = Repo(zephyr_base)
111 json_file = os.path.basename(file)
124 gitcommit = repo.commit(f'{commit}')
127 cidx = commit.find('-g') + 2
128 gitcommit = repo.commit(f'{commit[cidx:]}')