Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | Dereference potential linked launch.sh file | kaliko | |
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. | |||
2020-05-31 | Update version to 0.13.1v0.13.1 | mathieui | |
And remove some annoying logic | |||
2020-05-01 | Update Python version minimum requirement to 3.7 | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-24 | Rename hidden -v option to --custom-version and add a real -v (#3429) | mathieui | |
2018-08-20 | Update version string in launch script | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-20 | Only check if `.git` exists, not more | Maxime “pep” Buquet | |
`git worktree` has `.git` as a file, not a directory. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-13 | Update the required Python version in the docs | Emmanuel Gil Peyrot | |
2016-06-27 | Launch poezio as a module package. | Emmanuel Gil Peyrot | |
2016-06-11 | Move the src directory to poezio, for better cython compatibility. | Emmanuel Gil Peyrot | |
2015-01-15 | Make use of the $POEZIO_VENV and $POEZIO_VENV_COMMAND env variables if they ↵ | mathieui | |
exist (instead of having the user edit the scripts to tailor it to their needs) | |||
2014-12-17 | Update CHANGELOG and versions | mathieui | |
2014-12-15 | Check the py3k version AFTER loading the virtualenv | mathieui | |
2014-11-30 | Add a check for the python version in the scripts | mathieui | |
2014-11-02 | Make update.sh install the deps in a venv, and use them | mathieui | |
simplifies the script and avoid cluttering the poezio/ directory. also fix an unrelated test with slixmpp | |||
2014-07-19 | Remove the -OO in launch.sh | mathieui | |
2014-03-30 | Fix the launch script from directory with spaces in them | mathieui | |
2014-03-29 | Make launch.sh runnable from any directory | mathieui | |
2014-02-22 | Bump dev version | mathieui | |
2014-02-22 | Bump versionv0.8 | mathieui | |
2012-10-05 | Fix the shebang. | Florent Le Coz | |
2012-10-03 | Fix the 2 .sh scripts shebang to /bin/sh. | Florent Le Coz | |
2012-08-05 | Use the revision/date for the poezio version if a .git is found | mathieui | |
2012-03-29 | Turn on optimization, because of reasons | mathieui | |
2011-05-04 | Re-make launch.sh executable… | Florent Le Coz | |
2011-05-04 | fixes #2148, #2156, #2155 | mathieui | |
2011-02-26 | Use exec in launch.sh | Florent Le Coz | |
2011-01-10 | launch.sh is executable | Florent Le Coz | |
2010-11-15 | a few renamings, and some other stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-09 | fix some little issues. Rename gui to core, use logging lib instead of the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
custom debug option. Add a -d option | |||
2010-09-03 | python 3 only. Fixes all EncodingError bugs :)))) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-05-21 | non-anonymous authentication, fixed #1185 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-01 | autiste | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-01 | /usr/bin/environ c'est mieux | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-31 | cleanup, launch.sh, makefile | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |