ALBS-226: Patch pungi/lorax for building AL9
#3
Merged
soksanichenko
merged 3 commits from ALBS-226
into aln9
2 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'ALBS-226'
Deleting a branch is permanent. It CANNOT be undone. Continue?
empty folder while copying and raises the exception in this case
@ -67,1 +70,4 @@
os.makedirs(module_defaults_path, exist_ok=True)
# Defaults modules can be empty, but pungi detects
# empty folder while copying and raises the exception in this case
Path(os.path.join(module_defaults_path, EMPTY_FILE)).touch()
Why do you use here pathlib Path and os.path together? Maybe it's better to use just pathlib?
lgtm
30414cc748
into aln9 2 years agoReviewers
30414cc748
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.