Changed EdgeVPNIO to EdgeVPNio

pull/6/head
Rajath Ganesh 2020-10-26 15:52:22 -04:00
parent af5cf54c50
commit a2c1164e96
2 changed files with 3 additions and 4 deletions

View File

@ -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()

View File

@ -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