mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Upload on https now
This commit is contained in:
parent
e14e3385b4
commit
f2d13ec809
|
@ -50,7 +50,7 @@ How to make a psycopg2 release
|
|||
|
||||
- Update the `psycopg2-wheels`_ submodule to the tag version and push. This
|
||||
will build the packages on `Travis CI`__ and `AppVeyor`__ and upload them to
|
||||
http://upload.psycopg.org/.
|
||||
https://upload.psycopg.org/.
|
||||
|
||||
.. _psycopg2-wheels: https://github.com/psycopg/psycopg2-wheels
|
||||
.. __: https://travis-ci.org/psycopg/psycopg2-wheels
|
||||
|
|
|
@ -50,7 +50,7 @@ create () {
|
|||
else
|
||||
# A dinosaur
|
||||
wget -O - \
|
||||
http://upload.psycopg.org/postgresql/postgresql-${PACKAGE}-$(lsb_release -cs).tar.bz2 \
|
||||
https://upload.psycopg.org/postgresql/postgresql-${PACKAGE}-$(lsb_release -cs).tar.bz2 \
|
||||
| sudo tar xjf - -C /usr/lib/postgresql
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user