Commit Graph

275 Commits

Author SHA1 Message Date
Fabio Erculiani
403f59e9ec [reagent] when editing package dependencies, automatically bump package revision 2010-01-25 00:31:19 +01:00
Fabio Erculiani
8441b5094f [activator] print commit message to stdout when done writing it 2010-01-24 17:45:27 +01:00
Fabio Erculiani
a0cfc6e8df [reagent] when editing deps and user hit cancel, go to the next package 2010-01-23 18:21:35 +01:00
Fabio Erculiani
36be7ff9d3 [reagent] fix atom_match call in package-dep tool 2010-01-23 17:00:42 +01:00
Fabio Erculiani
28b86c5c5d [reagent/equo] implement full repository dependency editor 2010-01-23 02:07:30 +01:00
Fabio Erculiani
89fefc4df0 [reagent] do not directly use print() 2010-01-23 00:22:16 +01:00
Fabio Erculiani
02837597c6 [entropy.tools] more module API rework work done 2010-01-20 12:55:04 +01:00
Fabio Erculiani
88660a018f [reagent] actually make "match" query tool working 2010-01-20 12:17:42 +01:00
Fabio Erculiani
d0dff15b12 [reagent] add support for "query match" tool 2010-01-20 12:16:05 +01:00
Fabio Erculiani
0b02e6c6f7 [reagent] fix description query tool 2010-01-20 12:11:14 +01:00
Fabio Erculiani
1d661285f4 [reagent] catch CTRL+C on tedious function call 2010-01-20 08:11:31 +01:00
Fabio Erculiani
43f62fe86c [entropy.client/entropy.db] drop matchTag argument from atom_match and atomMatch (use proper atom syntax instead!) 2010-01-13 17:44:51 +01:00
Fabio Erculiani
477e135134 [entropy/equo] implement bash completion (yay!), move CLI related functions to text_tools module 2010-01-12 15:52:12 +01:00
Fabio Erculiani
40f090310b [entropy.output] rename TextInterface.inputBox into input_box 2010-01-11 18:05:47 +01:00
Fabio Erculiani
41212188f5 [entropy.output] rename TextInterface.askQuestion into ask_question 2010-01-11 17:59:26 +01:00
Fabio Erculiani
8f94c4a8b4 [entropy.output] TextInterface: rename updateProgress into output 2010-01-11 17:38:55 +01:00
Fabio Erculiani
ccc292eba4 [entropy] ban print_info calls from entropy package, create text_tools module 2010-01-11 10:29:48 +01:00
Fabio Erculiani
866f1702e6 [activator] when notice board is empty, always remove online 2010-01-02 23:53:06 +01:00
Fabio Erculiani
bdcd4d696c [activator] actually remove notice board 2010-01-02 23:43:49 +01:00
Fabio Erculiani
4db3908f4c [activator] fix syntax error 2010-01-02 23:31:31 +01:00
Fabio Erculiani
493e364b63 [activator] code style update 2010-01-02 23:30:03 +01:00
Fabio Erculiani
0f71962e86 [reagent] fix return code of query functions 2010-01-01 16:44:06 +01:00
Fabio Erculiani
5b99d1ae43 [entropy] handle Repository.KeyExpired exceptions 2009-12-31 23:57:07 +01:00
Fabio Erculiani
7c07379c8b [reagent] advice user to send GPG keys to a public keyserver 2009-12-31 18:29:36 +01:00
Fabio Erculiani
ffc69a0ddd [reagent] provide more tips to user regarding GPG usage 2009-12-31 11:03:54 +01:00
Fabio Erculiani
9b86f6ac44 [reagent] use coloured output when calling spm compile_packages() method 2009-12-30 21:52:31 +01:00
Fabio Erculiani
2bc05e8440 [reagent] fix SPM function call 2009-12-30 21:48:34 +01:00
Fabio Erculiani
5bffe4b37e [reagent] fix spm tool 2009-12-30 21:47:15 +01:00
Fabio Erculiani
1eab5b086f [entropy.security/entropy.server] add GPG keys import/export feature 2009-12-29 21:55:07 +01:00
Fabio Erculiani
fc5456e3f1 [activator] do not overlap rc variable 2009-12-28 15:02:43 +01:00
Fabio Erculiani
747cb8a71b [reagent] add missing server_key module 2009-12-28 10:56:23 +01:00
Fabio Erculiani
9158b0f19b [entropy.server] remove rssMetadata dict from Server class, add ServerRssMetadata class 2009-12-28 07:57:37 +01:00
Fabio Erculiani
03efb1383d [entropy.server] complete server-side implementation of GPG features 2009-12-28 00:18:19 +01:00
Fabio Erculiani
1aedb9fafb [entropy*] several code cleanup, tweakings and small API changes/polishing 2009-12-22 17:02:50 +01:00
Fabio Erculiani
7309d1446d [entropy*] move sabayonlinux.org domain info to sabayon.org, move more distro specific info to entropy.const 2009-12-21 23:50:31 +01:00
Fabio Erculiani
32230aee42 [entropy] add support for build dependencies, entropy will now store them in repos (future task: make possible to install build deps too) 2009-12-20 22:32:28 +01:00
Fabio Erculiani
3a972cdf39 [reagent] add graphing commands (reagent query graph, reagent query revgraph) 2009-12-15 21:35:14 +01:00
Fabio Erculiani
37989bea0c [reagent] fix spm repo move warning check 2009-12-13 11:19:57 +01:00
Fabio Erculiani
1aeffa138b [reagent] do not show warnings about SPM repo moves if info is not available 2009-12-12 17:01:42 +01:00
Fabio Erculiani
0e8bd4dc68 [reagent] inform developer that package has been compiled from a different repository 2009-12-11 11:25:22 +01:00
Fabio Erculiani
36a614849a [entropy/equo/server] improve support of non-TTY stdout 2009-12-06 20:36:52 +01:00
Fabio Erculiani
99ee02f20c [entropy] goodbye etpConst['spm'], implement new SpmPlugin methods, bump SpmPlugin API 2009-12-03 16:59:44 +01:00
Fabio Erculiani
aa09a1c196 [reagent] properly catch InvalidAtom exceptions 2009-11-30 20:24:37 +01:00
Fabio Erculiani
279f5ab4bb [reagent] fix trivial bug 2009-11-29 22:27:36 +01:00
Fabio Erculiani
0aef0d2da7 [entropy.services/reagent] use Spm directly when quickpkging 2009-11-23 20:11:56 +01:00
Fabio Erculiani
758890b06b [reagent] fix options alignment 2009-11-21 13:34:48 +01:00
Fabio Erculiani
94c21df507 [activator] align options 2009-11-21 13:32:32 +01:00
Fabio Erculiani
ecca56ef5b [reagent/activator] fix options parsing issue 2009-11-21 13:31:28 +01:00
Fabio Erculiani
4f80650685 [entropy.transceivers] migrate code to EntropyTransceiver infrastructure, w00t! 2009-11-15 23:46:49 +01:00
Fabio Erculiani
eeb5970ec3 [activator] fix old_default variable referencing 2009-11-10 22:03:37 +01:00