Commit graph

34 commits

Author SHA1 Message Date
kaliko
262583133e Dereference potential linked launch.sh file
It can be useful to have launch.sh linked somewhere outside the
repository clone. For instance to expose launch.sh in the $PATH.

Exposing launch.sh with a symbolic link outside the git repository
breaks poezio execution through launch.sh. “ cd dirname "$0" ” will get
to the directory holding the link and not within the git repository.
2021-01-30 11:01:20 +01:00
mathieui
d8785ae0bd Update version to 0.13.1
And remove some annoying logic
2020-05-31 17:50:19 +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
mathieui
d6952f675b
Rename hidden -v option to --custom-version and add a real -v (#3429) 2019-02-24 15:41:16 +01:00
0ec5250056 Update version string in launch script
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-20 00:02:18 +01:00
a6f840e7ba Only check if .git exists, not more
`git worktree` has `.git` as a file, not a directory.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-20 00:02:15 +01:00
Emmanuel Gil Peyrot
41db37eb26 Update the required Python version in the docs 2018-08-13 22:38:01 +02:00
Emmanuel Gil Peyrot
7e51947f47 Launch poezio as a module package. 2016-06-27 23:54:50 +01:00
Emmanuel Gil Peyrot
332a5c2553 Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +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
ea7d86ed51
Update CHANGELOG and versions 2014-12-17 21:31:15 +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
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
mathieui
a3556a793a
Remove the -OO in launch.sh 2014-07-19 00:36:44 +02:00
mathieui
cf37785edc Fix the launch script from directory with spaces in them 2014-03-30 13:56:12 +02:00
mathieui
42769dd28f Make launch.sh runnable from any directory 2014-03-29 16:36:14 +01:00
mathieui
d165f13a81
Bump dev version 2014-02-22 14:28:08 +01:00
mathieui
1dc423505b
Bump version 2014-02-22 01:41:19 +01:00
Florent Le Coz
4965ee1618 Fix the shebang. 2012-10-05 14:58:09 +00:00
Florent Le Coz
5c493111fc Fix the 2 .sh scripts shebang to /bin/sh. 2012-10-03 23:51:05 +02:00
mathieui
ec5bb3b213 Use the revision/date for the poezio version if a .git is found 2012-08-05 02:04:52 +02:00
mathieui
0dc819b9ce Turn on optimization, because of reasons 2012-03-29 12:54:54 +02:00
Florent Le Coz
eaf9af6b2d Re-make launch.sh executable… 2011-05-04 22:33:44 +02:00
mathieui
c93aafa8f5 fixes #2148, #2156, #2155 2011-05-04 22:05:02 +02:00
Florent Le Coz
81143e7125 Use exec in launch.sh 2011-02-26 14:16:19 +01:00
Florent Le Coz
6cbcd08a03 launch.sh is executable 2011-01-10 16:46:45 +01:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f4d4a205f1 a few renamings, and some other stuff 2010-11-15 11:59:09 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
7fd6153720 fix some little issues. Rename gui to core, use logging lib instead of the custom debug option. Add a -d option 2010-11-09 20:37:39 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
17eb99eea7 python 3 only. Fixes all EncodingError bugs :)))) 2010-09-03 18:01:43 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
36c5269b0e non-anonymous authentication, fixed #1185 2010-05-21 13:16:40 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
5a9c4fae0d autiste 2010-02-01 20:45:26 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
246761b7a8 /usr/bin/environ c'est mieux 2010-02-01 20:28:33 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
9faeb0674c cleanup, launch.sh, makefile 2010-01-31 05:33:54 +00:00