Fabio Erculiani
d6295b3e00
[entropy*] create const_mkstemp() as tempfile.mkstemp() wrapper.
...
using /tmp as TMPDIR is a no go, since on modern systems, /tmp is on
tmpfs with a very limited amount of fs size assigned. Use /var/tmp/entropy
(or /var/tmp as fallback) instead.
2013-03-29 12:09:17 +00:00
Fabio Erculiani
1e53daf23d
[eit] monkey patch argparse.ArgumentParser to fix UTF-8 strings handling
...
See bug 4049.
2013-03-11 01:02:22 +00:00
Fabio Erculiani
a1e59c352f
[server] fix --help output when redirected through pipes, fix bug 4049
2013-03-08 12:55:59 +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
a77c4e832a
[eit.commands.pkgmove] sort entries by unix time
2011-10-29 14:22:39 +02:00
Fabio Erculiani
622bda034d
[eit.commands.pkgmove] keep date information across pkgmove data handling
...
Throwing date information away on every pkgmove edit will cause
data duplication in the db, due to the nature of entropy.server
cross-repo data sync logic.
2011-10-29 13:16:05 +02:00
Fabio Erculiani
0a89667eb2
[eit.*] complete basic bashcomp support
2011-10-28 22:52:12 +02:00
Fabio Erculiani
7608102e5f
[eit.commands.pkgmove] new command "eit pkgmove"
2011-10-19 17:46:37 +02:00