mirror of https://github.com/EdgeVPNio/tools.git
Changed EdgeVPNIO to EdgeVPNio
parent
af5cf54c50
commit
a2c1164e96
|
@ -59,7 +59,7 @@ class Link:
|
|||
# if d == "evio":
|
||||
# self.dir_path = os.path.join(root, d)
|
||||
pwd = os.getcwd()[0:]
|
||||
os.chdir(os.getenv("HOME") + "/workspace/EdgeVPNIO")
|
||||
os.chdir(os.getenv("HOME") + "/workspace/EdgeVPNio")
|
||||
if path.exists("evio"):
|
||||
self.dir_path = os.getcwd()[0:]
|
||||
else:
|
||||
|
@ -68,7 +68,7 @@ class Link:
|
|||
|
||||
self.evio_repo = git.Repo(str(self.dir_path) + "/evio")
|
||||
#print("Evio Branch name:" + str(self.evio_repo.active_branch))
|
||||
self.dir_path_tools = "~/workspace/EdgeVPNIO/tools"
|
||||
self.dir_path_tools = "~/workspace/EdgeVPNio/tools"
|
||||
self.tools_repo = git.Repo(self.dir_path_tools)
|
||||
#print("Tools Branch name:" + str(self.tools_repo.active_branch))
|
||||
os.chdir(str(pwd))
|
||||
|
@ -76,7 +76,6 @@ class Link:
|
|||
def main(self):
|
||||
self.sync("20.7.2")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
link = Link()
|
||||
link.main()
|
||||
|
|
|
@ -4,7 +4,7 @@ EVIO=https://github.com/EdgeVPNio/evio.git
|
|||
EXLIBS=https://github.com/ipop-project/3rd-Party-Libs.git
|
||||
PY=python3.8
|
||||
WorkspaceRoot=~/workspace
|
||||
EdgeVPNIO=EdgeVPNIO
|
||||
EdgeVPNIO=EdgeVPNio
|
||||
Build_WRTC=./$EdgeVPNIO/tools/scripts/build_webrtc.sh
|
||||
Get_Archives=./$EdgeVPNIO/tools/scripts/get_archives.sh
|
||||
Get_Include=./$EdgeVPNIO/tools/scripts/get_include.sh
|
||||
|
|
Loading…
Reference in New Issue