Fabio Erculiani
7fa078a0f8
Release Entropy 193
2013-04-29 00:53:34 +02:00
Fabio Erculiani
91f5f3f798
[server] update translations
2013-04-05 16:09:58 +01:00
Fabio Erculiani
1df9e92578
[eit] update man pages
2013-04-05 16:08:00 +01:00
Fabio Erculiani
75254b5602
[eit.commands.{push,pull}] add --conservative support
2013-04-05 16:07:45 +01:00
Fabio Erculiani
956205b2b8
[server] update entropy-server.pot
2013-04-05 16:05:35 +01:00
Fabio Erculiani
fc15caafcd
[eit] update man pages
2013-04-05 16:05:14 +01:00
Fabio Erculiani
032bb9a96d
Release Entropy 192
2013-04-05 14:38:43 +01:00
Fabio Erculiani
fa634ad2e1
[eit.commands.{cp,mv}] add --conservative flag that disables implicit tree updates
2013-04-05 14:37:45 +01:00
Fabio Erculiani
35252b91e6
[eit.commands.{add,commit}] add --conservative flag that disables implicit tree updates
2013-04-05 14:34:53 +01:00
Fabio Erculiani
763ca45a54
[eit.commands.command] add _entropy_class() method
2013-04-05 14:32:33 +01:00
Fabio Erculiani
a3e717f031
[eit.commands.pull] make sure to generate the database index when pulling
2013-04-05 13:01:04 +01:00
Fabio Erculiani
e7e02ec050
Release Entropy 191
2013-04-05 08:58:20 +01:00
Fabio Erculiani
cda889539a
Release Entropy 190
2013-04-05 00:41:22 +01:00
Fabio Erculiani
8d0229d3c9
[eit.commands.log] fix bzless path, bzless moved from /bin to /usr/bin
2013-03-30 23:20:53 +00:00
Fabio Erculiani
086d440f41
Release Entropy 189
2013-03-30 12:56:19 +00:00
Fabio Erculiani
24c3b944df
[server] po: update translations
2013-03-30 12:54:39 +00:00
Fabio Erculiani
300235aa05
[server] update entropy-server.pot
2013-03-30 12:53:43 +00: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
cdeedfe483
[eit] main: do not execute command if not allowed
2013-03-30 11:51:28 +00:00
Fabio Erculiani
a5f447431c
[eit] utils: if sha1 or sha256 hashes are not available, print N/A
2013-03-29 17:40:56 +00:00
Fabio Erculiani
9493163db1
Release Entropy 188
2013-03-29 12:12:51 +00:00
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
c2d7ed7d72
Release Entropy 187
2013-03-25 08:56:19 +00:00
Fabio Erculiani
3e30d2414d
Release Entropy 186
2013-03-20 16:50:21 +00:00
Fabio Erculiani
7f24231978
[eit.utils] print_package_info: also print SHA1, SHA256 and GPG info
2013-03-20 15:07:49 +00:00
Fabio Erculiani
f0fad25ca5
Release Entropy 185
2013-03-19 15:27:33 +00:00
Fabio Erculiani
f0f3883a86
Release Entropy 184
2013-03-17 08:27:56 +00:00
Fabio Erculiani
bf766fe571
Release Entropy 183
2013-03-13 12:25:46 +00:00
Fabio Erculiani
d3fab6937c
Release Entropy 182
2013-03-12 14:13:56 +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
ef7342aea3
[server] update translations
2013-03-09 20:37:24 +00:00
Fabio Erculiani
1b18a831f1
Release Entropy 181
2013-03-08 13:42:32 +01: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
7573e0e1d5
Release Entropy 180
2013-03-03 01:08:10 +00:00
Fabio Erculiani
ee38930096
Release Entropy 179
2013-03-02 18:58:16 +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
1fa5b9acf3
Release Entropy 178
2013-02-21 00:11:14 +01:00
Fabio Erculiani
09adfa92e6
Release Entropy 177
2013-02-20 18:56:39 +01:00
Fabio Erculiani
65e5fcdb68
Release Entropy 176
2013-02-20 13:36:08 +01:00
Fabio Erculiani
9eb56dbc14
[entropy.const] drop several etpConst constants, replace with more OO vars
...
etpConst['clientdbid'] is kept for backward compatibility, but will be removed soon
While etpConst['serverdbid'] and etpConst['clientserverrepoid'] are gone.
2013-02-20 00:56:52 +00:00
Fabio Erculiani
19758885be
[eit.commands.test] if "eit test deps" reports missing deps, return != 0
2013-02-09 14:52:04 +00:00
Fabio Erculiani
877cf926d8
Release Entropy 175
2013-02-08 17:14:22 +01:00
Fabio Erculiani
c028464ebe
Release Entropy 174
2013-02-07 08:43:33 +01:00
Fabio Erculiani
2b4b258e8f
Release Entropy 173
2013-02-04 08:53:43 +00:00
Fabio Erculiani
4426b93254
Release Entropy 172
2013-01-24 22:18:43 +00:00
Fabio Erculiani
b40c10af3d
Release Entropy 171
2013-01-24 00:40:21 +00:00
Fabio Erculiani
9a2f4c00cd
Release Entropy 170
2013-01-21 09:12:37 +00:00
Fabio Erculiani
cecd3fa1ee
[server] update translations
2013-01-20 12:03:04 +00:00
Fabio Erculiani
86bd948b61
Release Entropy 169
2013-01-15 22:22:55 +00:00
Fabio Erculiani
7d9e76db1c
Release Entropy 168
2013-01-14 00:50:27 +00:00