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