Move default repos into a subdirectory that is git ignored
This commit is contained in:
parent
c4654dd896
commit
8a863498db
@ -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
1
repos/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*
|
Loading…
Reference in New Issue
Block a user