mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-16 17:10:32 +03:00
Fetch the correct testing postgres packages on xenial
This commit is contained in:
parent
61e644049f
commit
82f52db9b3
|
@ -39,7 +39,7 @@ create () {
|
||||||
|
|
||||||
# install postgres versions not available on the image
|
# install postgres versions not available on the image
|
||||||
if [[ ! -d "${PGDIR}" ]]; then
|
if [[ ! -d "${PGDIR}" ]]; then
|
||||||
wget -O - http://initd.org/psycopg/upload/postgresql/postgresql-${PACKAGE}.tar.bz2 \
|
wget -O - http://initd.org/psycopg/upload/postgresql/postgresql-${PACKAGE}-$(lsb_release -cs).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