Commit Graph

28 Commits

Author SHA1 Message Date
Sławomir Nizio
321d59614f update eit imports + minor rename in entropy_path_loader 2018-11-26 20:15:36 +01:00
Sławomir Nizio
252c260f06 use entropy_path_loader only for running from the checkout
After this commit alone it would not work when installed (unless module
paths are set in a special way). Next changes will introduce
installation to site-packages so no custom PYTHONPATH will be necessary.
2018-11-26 20:15:36 +01:00
Sławomir Nizio
41ba9b6d63 [*] be strict about Python modules paths being loaded
For convenience (seemingly, and it really is convenient) equo and other
tools can be run from the checkout, and Entropy modules are loaded from
the checkout. Now there is a strict separation when system paths and
when paths from the checkout are used.

It makes it a bit more robust, secure and preditable at the cost of
a little more complexity.

A pleasant side effect of this change is that it is not required to
change directory to the tool (to use non-system one), as paths in the
checkout are relative to scripts.

Imports in lib/tests were not adjusted.
2018-10-27 13:03:58 +02:00
Sławomir Nizio
9db87b99c3 [equo, eit] update man pages 2018-08-06 22:45:32 +02:00
Fabio Erculiani
bc4d4bd49f [eit] add "eit query required" command 2013-07-18 19:02:25 +02:00
Fabio Erculiani
d1c36ff848 [eit] update man page for eit-push(1) 2013-07-18 19:01:55 +02:00
Fabio Erculiani
1df9e92578 [eit] update man pages 2013-04-05 16:08:00 +01:00
Fabio Erculiani
fc15caafcd [eit] update man pages 2013-04-05 16:05:14 +01:00
Fabio Erculiani
b4a5201b62 [eit] add "eit repo add" and "eit repo remove" commands (and move "eit repo" to "eit repo show") 2013-03-30 12:52:54 +00:00
Fabio Erculiani
983b72d6a7 [eit] add --pretend support to push, pull and cleanup commands 2013-03-02 18:37:14 +00:00
Fabio Erculiani
796e71e9ac [repo] migrate shebangs to /usr/bin/python 2012-08-18 16:53:32 +02:00
Fabio Erculiani
ce3788aa59 [eit] add "eit remote" command 2012-04-16 22:07:27 +02:00
Fabio Erculiani
a4377f07e1 [eit] fix typo in "eit rm --from <repository>" help string, thanks to micia 2012-04-03 17:57:02 +02:00
Fabio Erculiani
d08812879c [eit] update man pages 2012-01-24 15:12:09 +01:00
Fabio Erculiani
01d09ecfce [eit] add more man pages
- eit merge
- eit pkgmove
- eit push
- eit query
- eit remove
- eit repo
- eit reset
- eit test
2011-11-22 19:32:40 +01:00
Fabio Erculiani
7195ca4d8e [eit] add more man pages
- eit cleanup
- eit inject
- eit key
- eit list
- eit lock
- eit unlock
- eit match
2011-11-22 19:03:01 +01:00
Fabio Erculiani
c44cb0195d [eit] add "eit init", "eit deps" man pages 2011-11-19 18:13:34 +01:00
Fabio Erculiani
4e7a895938 [eit] add "eit graph", "eit revgraph" man pages 2011-11-19 18:01:45 +01:00
Fabio Erculiani
6c39444d75 [eit] add "eit own" man page 2011-11-19 17:58:32 +01:00
Fabio Erculiani
2aae56dbe8 [eit] add "eit files" man page 2011-11-19 17:43:22 +01:00
Fabio Erculiani
5ea5915b47 [eit] add man page for "eit cp", "eit log", "eit mv" 2011-11-18 20:52:30 +01:00
Fabio Erculiani
c371785a96 [eit] add "eit-checkout" and "eit-cleanup" man pages 2011-11-18 16:40:21 +01:00
Fabio Erculiani
dd5855df25 [eit.commands.bump] add man page 2011-11-16 17:27:43 +01:00
Fabio Erculiani
6a69307f4c [eit] add eit-notice man page (and improve automatic man generation functions) 2011-11-14 23:34:37 +01:00
Fabio Erculiani
c8343a356d [server/doc] Makefile: create man/ if it doesn't exist 2011-11-12 22:16:04 +01:00
Fabio Erculiani
396f8714a0 [server/doc] add eit-branch man page 2011-11-10 16:22:58 +01:00
Fabio Erculiani
3e85e43daf [eit] cleanup doc/ directory 2011-11-10 15:36:02 +01:00
Fabio Erculiani
44471c5ba3 [entropy.server] move Makefile logic to server/, add man support to eit, move matter to server/ 2011-11-10 15:33:43 +01:00