mirror of https://github.com/n1nj4sec/pupy.git
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:
parent
377c9ca308
commit
6a61648b7a
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue