mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-21 20:51:26 +00:00
hotfix: add print statement for debugging
This commit is contained in:
parent
ad2c828060
commit
6ba79e2aaf
@ -185,6 +185,7 @@ class SrpmImport(Import):
|
||||
ref_check = f'refs/heads/{branch}' in check_repo
|
||||
# if our check is correct, clone it. if not, clone normally and
|
||||
# orphan.
|
||||
print(f'Cloning: {self.rpm_name}')
|
||||
if ref_check:
|
||||
repo = gitutil.clone(
|
||||
git_url_path=self.git_url,
|
||||
|
Loading…
Reference in New Issue
Block a user