Remove pupy-binaries from modules

Currently all templates (android is single exception) can be
automatically build from sources. There is zero need to download
huge history every time on recursive checkout. Also references
to templates head are broken every time.

It's better to write proper script for android and forget about
this eternaly. To keep pupy-binaries up2date it's better to setup
CI to build and release them.
This commit is contained in:
Oleksii Shevchuk 2017-04-18 08:31:59 +03:00
parent 377c9ca308
commit 6a61648b7a
4 changed files with 1 additions and 5 deletions

4
.gitmodules vendored
View File

@ -1,7 +1,3 @@
[submodule "pupy/payload_templates"]
path = pupy/payload_templates
url = ../pupy-binaries.git
shallow = false
[submodule "pupy/external/LaZagne"]
path = pupy/external/LaZagne
url = https://github.com/AlessandroZ/LaZagne

View File

@ -23,6 +23,7 @@ after_success:
- export REPO=alxchk/pupy
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH
; fi`
- wget -qO $TRAVIS_BUILD_DIR/pupy/pupy/payload_templates/pupy.apk https://github.com/n1nj4sec/pupy-binaries/raw/master/pupy.apk
- cd $TRAVIS_BUILD_DIR/pupy && docker build -f Dockerfile -t $REPO:$COMMIT .
- cd $TRAVIS_BUILD_DIR/pupy && docker tag $REPO:$COMMIT $REPO:$TAG
- cd $TRAVIS_BUILD_DIR/pupy && docker tag $REPO:$COMMIT $REPO:travis-$TRAVIS_BUILD_NUMBER

@ -1 +0,0 @@
Subproject commit 2508ebb42d7c9629fc0cc3d8ed3795c116679d22

View File