Commit 20a7fece authored by Mygod's avatar Mygod

Remove archived godep

parent d4f53d4f
...@@ -14,16 +14,11 @@ core/src/overture/bin ...@@ -14,16 +14,11 @@ core/src/overture/bin
core/src/overture/pkg core/src/overture/pkg
core/src/overture/src/github.com/Sirupsen core/src/overture/src/github.com/Sirupsen
core/src/overture/src/github.com/mattn
core/src/overture/src/github.com/miekg core/src/overture/src/github.com/miekg
core/src/overture/src/github.com/shawn1m
core/src/overture/src/github.com/tools
core/src/overture/src/golang.org core/src/overture/src/golang.org
core/src/overture/src/gopkg.in
# work in progress # work in progress
tv/ tv/
things/
# release apks # release apks
*.apk *.apk
...@@ -59,11 +59,10 @@ export PATH=$GOROOT/bin:$GOPATH/bin:$PATH ...@@ -59,11 +59,10 @@ export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
if [ ! -f "$TARGET/armeabi-v7a/liboverture.so" ] || [ ! -f "$TARGET/arm64-v8a/liboverture.so" ] || if [ ! -f "$TARGET/armeabi-v7a/liboverture.so" ] || [ ! -f "$TARGET/arm64-v8a/liboverture.so" ] ||
[ ! -f "$TARGET/x86/liboverture.so" ]; then [ ! -f "$TARGET/x86/liboverture.so" ]; then
echo "Get dependences for overture"
go get -u github.com/tools/godep
pushd $GOPATH/src/github.com/shadowsocks/overture/main pushd $GOPATH/src/github.com/shadowsocks/overture/main
godep restore
echo "Get dependences for overture"
go get -v github.com/shadowsocks/overture/main
echo "Cross compile overture for arm" echo "Cross compile overture for arm"
if [ ! -f "$TARGET/armeabi-v7a/liboverture.so" ]; then if [ ! -f "$TARGET/armeabi-v7a/liboverture.so" ]; then
......
...@@ -82,11 +82,10 @@ IF EXIST "%TARGET%\armeabi-v7a\liboverture.so" ( ...@@ -82,11 +82,10 @@ IF EXIST "%TARGET%\armeabi-v7a\liboverture.so" (
) )
IF %BUILD% == 1 ( IF %BUILD% == 1 (
ECHO "Get dependences for overture"
go.exe get -u github.com\tools\godep
PUSHD %GOPATH%\src\github.com\shadowsocks\overture\main PUSHD %GOPATH%\src\github.com\shadowsocks\overture\main
godep.exe restore
ECHO "Get dependences for overture"
go.exe get -v github.com/shadowsocks/overture/main
ECHO "Cross compile overture for arm" ECHO "Cross compile overture for arm"
IF NOT EXIST "%TARGET%\armeabi-v7a\liboverture.so" ( IF NOT EXIST "%TARGET%\armeabi-v7a\liboverture.so" (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment