Commit ad06b952 authored by Seblu's avatar Seblu
Browse files

repository on command line are added to the of repostiory in config file not supersede

parent 4575bdb3
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ def load_repositories(args):
        # from command line
        repoman.register(RepositoryConfig(istools.smd5sum(args.repo_path)[:8],
                                          path=args.repo_path))
    else:

    # from config
    for repoconf in RepoConfigFile(args.repo_config).repos:
        if args.repo_filter is None: