install: fix ospf mdr repo checkout location
This commit is contained in:
parent
57e6df51d3
commit
202e681fff
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -189,8 +189,8 @@ def install_ospf_mdr(c: Context, os_info: OsInfo, hide: bool) -> None:
|
|||
ospf_dir = "../ospf-mdr"
|
||||
ospf_url = "https://github.com/USNavalResearchLaboratory/ospf-mdr.git"
|
||||
c.run(f"git clone {ospf_url} {ospf_dir}", hide=hide)
|
||||
c.run("git checkout 26fe5a4401a26760c553fcadfde5311199e89450", hide=hide)
|
||||
with c.cd(ospf_dir):
|
||||
c.run("git checkout 26fe5a4401a26760c553fcadfde5311199e89450", hide=hide)
|
||||
c.run("./bootstrap.sh", hide=hide)
|
||||
c.run(
|
||||
"./configure --disable-doc --enable-user=root --enable-group=root "
|
||||
|
|
Loading…
Reference in a new issue