From ce4eea8f0cd4a0eef67a7147ef364f0aac117675 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 14 Jan 2016 13:28:50 +0300 Subject: [PATCH] remove dependency clone/update scripts --- download_deps.sh | 12 ------------ update_deps.sh | 8 -------- 2 files changed, 20 deletions(-) delete mode 100755 download_deps.sh delete mode 100755 update_deps.sh diff --git a/download_deps.sh b/download_deps.sh deleted file mode 100755 index 39ccd31e..00000000 --- a/download_deps.sh +++ /dev/null @@ -1,12 +0,0 @@ -cd dlangui -mkdir deps -cd deps -git clone https://github.com/DerelictOrg/DerelictUtil.git -git clone https://github.com/DerelictOrg/DerelictGL3.git -git clone https://github.com/DerelictOrg/DerelictFT.git -git clone https://github.com/DerelictOrg/DerelictSDL2.git -git clone https://github.com/Dav1dde/gl3n.git -git clone https://github.com/Hackerpilot/libdparse.git -git clone https://github.com/nomad-software/x11.git -cd ../.. -cd dlangide || git clone https://github.com/buggins/dlangide.git diff --git a/update_deps.sh b/update_deps.sh deleted file mode 100755 index 76d39189..00000000 --- a/update_deps.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd deps -cd DerelictCocoa && git pull --tags origin master && cd .. -cd DerelictGL3 && git pull --tags origin master && cd .. -cd DerelictUtil && git pull --tags origin master && cd .. -cd DerelictFT && git pull --tags origin master && cd .. -cd DerelictSDL2 && git pull --tags origin master && cd .. -cd gl3n && git pull --tags origin master && cd .. -cd x11 && git pull --tags origin master && cd ..