Move default repos into a subdirectory that is git ignored

This commit is contained in:
Stephan Kulow 2022-11-02 08:01:22 +01:00
parent c4654dd896
commit 8a863498db
2 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def main():
return
if not args.repodir:
args.repodir = pathlib.Path(args.package)
args.repodir = pathlib.Path("repos/" + args.package)
importer = Importer(URL_OBS, "openSUSE:Factory", args.package)
importer.import_into_db()

1
repos/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*