Commit graph

39 commits

Author SHA1 Message Date
5ff321c229
Remove references to master
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10 10:33:03 +02:00
b27c01bc9b update.sh: pull main instead
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10 10:30:31 +02:00
68c0c3edcd Revert "update.sh: bash 'strict mode'"
This reverts commit 235b7a52a4.
2020-09-10 10:11:46 +02:00
235b7a52a4 update.sh: bash 'strict mode'
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10 10:11:12 +02:00
4b01469a62 Migrate to 'main' branch
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10 10:05:55 +02:00
64ed37870e
Update Python version minimum requirement to 3.7
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01 14:53:18 +02:00
Emmanuel Gil Peyrot
2fc660db78 update.sh: Check for Python 3.5+ instead of 3.4+. 2018-07-23 22:34:13 +02:00
mathieui
4b51ce97e9 Fix update.sh for debian (?)
hopefully
2017-10-07 20:59:38 +02:00
mathieui
0b82033842 Use python -m venv and not pyvenv in update.sh 2017-10-06 23:45:35 +02:00
Emmanuel Gil Peyrot
332a5c2553 Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
Nicolas Braud-Santoni
dd992600f3 update.sh: Only allow fast-forwards 2015-12-29 20:36:16 +01:00
mathieui
788b0cc36b
Make the venv use system resources as well
(workaround  https://bugs.python.org/issue24875)
and fix aiodns since the interface will change due to the new pycares
version.
2015-09-05 01:46:25 +02:00
mathieui
c00c3f8498
Update the pip inside the venv 2015-05-21 10:06:03 +02:00
mathieui
0a7b4360ad
Add a check to abort early if the pyvenv command needed in update.sh doesn’t exist 2015-01-24 18:00:48 +01:00
mathieui
0efdcd12e2
Make use of the $POEZIO_VENV and $POEZIO_VENV_COMMAND env variables if they exist
(instead of having the user edit the scripts to tailor it to their
needs)
2015-01-15 16:47:29 +01:00
mathieui
778581c480
Check the py3k version AFTER loading the virtualenv 2014-12-15 16:24:21 +01:00
mathieui
a208dc87ee
Add a check for the python version in the scripts 2014-11-30 16:29:50 +01:00
mathieui
7f0227b7d4
Make the update script pull from master 2014-11-29 17:36:38 +01:00
mathieui
76ead122e7
Change the update.sh script
use . instead of source
and add a var for the pyvenv command
2014-11-13 23:37:44 +01:00
mathieui
6924f55d29
Add a message to update.sh if there is a src/slixmpp directory
if someone will ever read it
2014-11-12 21:34:34 +01:00
mathieui
d98f2dde25
Make update.sh install the deps in a venv, and use them
simplifies the script and avoid cluttering the poezio/ directory.

also fix an unrelated test with slixmpp
2014-11-02 20:08:31 +01:00
Florent Le Coz
0da967850d Fix the git pull in update.sh 2014-07-30 18:09:48 +02:00
Florent Le Coz
9c3fece96b Use slixmpp 2014-07-24 02:11:45 +02:00
mathieui
d6a2b10995 Make the script posix-compliant 2013-03-07 12:22:21 +01:00
mathieui
a6aca88531 Upgrade update.sh to stop when an update fails
(and tell what is failing)
2013-03-06 23:15:23 +01:00
mathieui
c5cc462963 Move to the upstream SleekXMPP
- remove the decline command that is not in the trunk (and mediated
  declines are supported nowhere anyway)
- change a bit xhtml-im support
- change the bookmarks management a bit
- Add a verification to avoid crashing when poezio will be launched the
  next time
- Fix the (unrelated) bug when setting a jid affiliation
2013-01-17 17:37:06 +01:00
Florent Le Coz
5c493111fc Fix the 2 .sh scripts shebang to /bin/sh. 2012-10-03 23:51:05 +02:00
Florent Le Coz
30f38f6002 Fix update.sh again, for bsd(re)tar(d). 2012-10-02 23:02:27 +02:00
Florent Le Coz
cf470cec74 update.sh: fix the tar arguments to work with bsdtar as well. 2012-10-02 22:58:39 +02:00
mathieui
b7b7d6b3aa Remove the need for hg and the dnspython fork
(upstream works, now)
2012-07-24 18:10:46 +02:00
mathieui
b26c9e33af Add make in the update.sh 2011-11-08 02:31:44 +01:00
Florent Le Coz
354006a850 actually does it correctly 2011-10-17 23:13:57 +02:00
Florent Le Coz
ce5fa543f2 fix the git pull line 2011-10-17 23:12:51 +02:00
Florent Le Coz
d07b1d1e0d update update.sh 2011-10-16 19:32:41 +02:00
Florent Le Coz
4968ff02d9 Fix links in the update.sh script 2011-04-21 17:04:37 +02:00
Florent Le Coz
8bbe01d74f Fix update.sh one last time. 2011-04-17 13:20:37 +02:00
Florent Le Coz
56695b3cb6 Fix update.sh 2011-04-17 02:11:37 +02:00
Florent Le Coz
4c01b70a22 Add the udate of poezio’s sources in update.sh + comment + check of the directory 2011-04-16 01:28:37 +02:00
Florent Le Coz
60e0b2caab Add a update.sh to download, update and install dependencies in the src dir 2011-04-13 02:14:35 +02:00