Commit Graph

143 Commits

Author SHA1 Message Date
Fabio Erculiani
e29c3dcd56 [eit] query: fix bug with --in argument for revdeps and needed 2012-04-22 14:42:21 +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
a67a52f49a [eit] enable shared locking usage for "unlocked" methods 2012-02-15 20:08:09 +01:00
Fabio Erculiani
affcf20425 [entropy.i18n] rename P_() into ngettext().
intltool-update doesn't understand ngettext function exposed as
P_().
2012-02-13 14:14:45 +01:00
Sławomir Nizio
a8420b5ad5 [i18n] use ngettext in some places where it's most useful 2012-02-12 15:47:58 +01:00
Fabio Erculiani
c7253fdab2 [eit.commands.commit] open repository in write mode to force treeupdates 2012-01-26 20:24:57 +01:00
Fabio Erculiani
9e7055f6be [entropy.server,eit] split push from pull (in repo sync)
From now on, any push request will not have the side effect of
pulling new repo metadata if required, and vice versa.
2012-01-24 15:08:32 +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
65aaad61d9 [eit.commands.commit] make sure that store_dir exists 2011-11-21 18:34:50 +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
2c1e69fcf4 [eit.commands.branch] add --no-copy argument, add man support 2011-11-10 16:22:44 +01:00
Fabio Erculiani
e5d6980267 [eit.commands.command] move man() from eit.commands.commit to eit.commands.command (rename to _eit()) 2011-11-10 16:22:03 +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
Fabio Erculiani
33cec7d102 [eit.commands.list] fix command description 2011-10-31 19:15:24 +01:00
Fabio Erculiani
b165633c44 [eit.commands.push] read the commit file using codecs.open() and always generate unicode strings 2011-10-30 16:50:36 +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
8e24e0388d [eit.commands.push] catch OnlineMirrorError exception 2011-10-29 13:06:10 +02:00
Fabio Erculiani
9b0333f757 [eit.commands.lock] implement bash completion 2011-10-29 11:28:11 +02:00
Fabio Erculiani
0a89667eb2 [eit.*] complete basic bashcomp support 2011-10-28 22:52:12 +02:00
Fabio Erculiani
7e24c6878f [eit.commands.bump] bashcomp: avoid printing more than one repo 2011-10-28 22:24:10 +02:00
Fabio Erculiani
19aa227f9e [eit.commands.bump] filter out last argument from outcome to avoid looping 2011-10-28 21:40:01 +02:00
Fabio Erculiani
aa698b4a6d [eit.commands.bump] add bash-completion support 2011-10-28 20:40:32 +02:00
Fabio Erculiani
25323d4a07 [eit] implement initial bash-completion support 2011-10-28 19:47:19 +02:00
Fabio Erculiani
88321c8484 [eit.commands.commit] beautify "Scanning..." string 2011-10-27 14:07:23 +02:00
Fabio Erculiani
e8b4974476 [eit.commands.commit] fix "Scanning..." string 2011-10-27 14:06:35 +02:00
Fabio Erculiani
645d09b2fc [eit.commands.checkout] fix alias, it's "co", and not "ci" 2011-10-26 12:08:00 +02:00
Fabio Erculiani
747c6f2a4d [eit.commands.commit] update i18n string, scanning database -> scanning 2011-10-24 11:26:20 +02:00
Fabio Erculiani
dd2dd8c546 [eit.colorful] drop unused imports 2011-10-20 19:41:47 +02:00
Fabio Erculiani
a34233f106 [eit.commands.help] rewrite ColorfulFormatter, drop side effects completely 2011-10-20 18:39:42 +02:00
Fabio Erculiani
7608102e5f [eit.commands.pkgmove] new command "eit pkgmove" 2011-10-19 17:46:37 +02:00
Fabio Erculiani
37eaa4ae99 [eit.commands.query] fix undefined reference 2011-10-18 22:33:04 +02:00
Fabio Erculiani
d9ebffa786 [text_query] move graph, revgraph drawing functions to entropy.cli 2011-10-18 22:24:33 +02:00
Fabio Erculiani
57a25ff512 [entropy.cli] move print_package_info to entropy.cli module 2011-10-18 17:26:45 +02:00
Fabio Erculiani
fc4452ff0a [entropy] move text_tools module from client/ to entropy package (entropy.cli) 2011-10-18 17:09:48 +02:00
Fabio Erculiani
7ee8f75552 [eit.commands.{graph,revgraph}] drop etpUi usage from eit code 2011-10-18 06:29:27 +02:00
Fabio Erculiani
07f5080d4f [eit.commands.own] drop etpUi usage 2011-10-18 06:19:11 +02:00
Fabio Erculiani
a1010fb6ca [eit.*] more code cleanup 2011-10-18 05:52:42 +02:00
Fabio Erculiani
905a01ea1f [eit.*] some code cleanup 2011-10-17 22:28:30 +02:00
Fabio Erculiani
86fdfbaba0 [eit.*] split ArgumentParser object creation from parsing code 2011-10-17 15:36:49 +02:00
Fabio Erculiani
4cc4407eaa [entropy.server] drop etpConst['community']['mode'], move setting into server.conf 2011-10-17 11:26:46 +02:00