mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-12-01 13:13:45 +03:00
Download testing servers from upload instead of tarballs
This commit is contained in:
parent
4b78ca4405
commit
ee4887b4c5
|
@ -39,7 +39,7 @@ create () {
|
||||||
|
|
||||||
# install postgres versions not available on the image
|
# install postgres versions not available on the image
|
||||||
if (( "$VERNUM" < 902 || "$VERNUM" > 906 )); then
|
if (( "$VERNUM" < 902 || "$VERNUM" > 906 )); then
|
||||||
wget -O - http://initd.org/psycopg/tarballs/postgresql/postgresql-${PACKAGE}.tar.bz2 \
|
wget -O - http://initd.org/psycopg/upload/postgresql/postgresql-${PACKAGE}.tar.bz2 \
|
||||||
| sudo tar xjf - -C /usr/lib/postgresql
|
| sudo tar xjf - -C /usr/lib/postgresql
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user