Skip to content

Commit fa89abd

Browse files
committed
fake proxy
1 parent fba1e03 commit fa89abd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ gitver = $(shell [ -x /usr/bin/git ] && git describe --tags --match 'v[0-9].*' $
1313
export DH_VERBOSE = 1
1414
export PYBUILD_NAME = heudiconv
1515

16+
# for paranoid
17+
export http_proxy=http://127.0.0.1:9/
18+
19+
1620
# one ring to rule them all ...
1721
%:
1822
dh $@ --buildsystem=pybuild

0 commit comments

Comments
 (0)