use latest netlib version for snapshots

This commit is contained in:
Maximilian Hils 2015-12-03 18:42:02 +01:00
parent 5272979774
commit 47b2beb48b
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ after_test:
- |
git clone https://github.com/mitmproxy/release.git ..\release
pip install -e ..\release
python ..\release\rtool.py -p mitmproxy bdist
python ..\release\rtool.py -p netlib -p mitmproxy bdist
- ps: Get-ChildItem ..\release\dist\*.zip | ForEach { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
deploy:
- provider: FTP

View File

@ -61,7 +61,7 @@ after_success:
brew install curl --with-libssh2
git clone https://github.com/mitmproxy/release.git ../release
pip install -e ../release
python ../release/rtool.py -p mitmproxy bdist
python ../release/rtool.py -p netlib -p mitmproxy bdist
for f in ../release/dist/*
do
$(brew --prefix curl)/bin/curl -u $SNAPSHOT_AUTH --hostpubmd5 $SNAPSHOT_PUBKEY --retry 5 -T $f sftp://$SNAPSHOT_HOST/