Skip to content
Snippets Groups Projects
Commit 715102336aa5 authored by Georges Racinet's avatar Georges Racinet
Browse files

registry pull-push: force remote for Omnibus

Now that we have made a constant out of the canonical address,
let's use it to prevent surprises. People may want e.g., to reclone
locally for some reasons. Of course the canonical address may
one day change and the script will have to be updated then, but
it is quite unlikely in the foreseeable future.
parent 32d588e1008e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
def omnibus_short_hg_sha(rev, omnibus_clone):
subprocess.check_call(("hg", "pull", "-R", omnibus_clone))
subprocess.check_call(("hg", "pull", "-R", omnibus_clone, OMNIBUS_HEPTAPOD_SOURCE))
return subprocess.check_output(("hg", "log", "-T", "{node|short}",
"-R", omnibus_clone,
"-r", rev)).decode().strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment