Skip to content

Commit

Permalink
Merge branch 'stable' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Svensson committed Sep 18, 2016
2 parents 6ebcc6f + 1cb4722 commit 254958b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setup_travis()
if [ ! -f usr/lib/libbfd-2.22-multiarch.so ];
then
# Install the multiarch binutils
local_deb_extract http://mirrors.mit.edu/ubuntu/ubuntu/pool/universe/b/binutils/binutils-multiarch_2.22-6ubuntu1_amd64.deb
local_deb_extract http://mirrors.mit.edu/ubuntu/pool/universe/b/binutils/binutils-multiarch_2.22-6ubuntu1_amd64.deb
pushd usr/lib
ln -sf libbfd-2.22-multiarch.so libbfd-2.22.so
ln -sf libopcodes-2.22-multiarch.so libopcodes-2.22.so
Expand Down
2 changes: 1 addition & 1 deletion pwnlib/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def available_on_github(prerelease=current_version.is_prerelease):
url = 'https://api.github.com/repos/%s/tags' % package_repo

with context.quiet:
tags = json.loads(wget(url))
tags = json.loads(wget(url, timeout = 60))

# 'pwntools-ancient' is a tag, but not a valid version.
# Handle this here, and for all potential tags which cause
Expand Down

0 comments on commit 254958b

Please sign in to comment.