Skip to content

Commit

Permalink
Merge pull request #28 from stfc/reposync_repodata
Browse files Browse the repository at this point in the history
reposync: Don't specify metadata-path
  • Loading branch information
harperrob authored Jan 20, 2025
2 parents 81ca00c + dc6e6d7 commit 8d28893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,10 +1015,9 @@ def mirrorreposync(url, path, reponame, dist):
handle.writelines(reposync_conf_contents)
handle.close()

ret = run("%s %s --metadata-path %s/reposync --config '%s' --repoid %s --download-path '%s'" % (
ret = run("%s %s --config '%s' --repoid %s --download-path '%s'" % (
CONFIG.cmd['reposync'],
opts,
CONFIG.cachedir,
reposync_conf_file,
reponame,
path,
Expand Down

0 comments on commit 8d28893

Please sign in to comment.