Commit Graph

1748 Commits

Author SHA1 Message Date
Fabio Erculiani
3d2eb09213 Release Entropy 224 2013-10-29 23:31:40 +01:00
Fabio Erculiani
28cb398069 Release Entropy 223 2013-10-28 16:51:52 +01:00
Fabio Erculiani
d7b9cd30b7 Release Entropy 222 2013-10-28 12:52:33 +01:00
Fabio Erculiani
93bc50c539 Release Entropy 221 2013-10-28 12:28:04 +01:00
Fabio Erculiani
c95955c1ae Release Entropy 220 2013-10-27 18:35:00 +01:00
Fabio Erculiani
594656e03d [solo] try to append a category to package names in case of no match
When matching strings like "entropy" against the available packages
repositories, entropy may not be able to find the right package due
to name collisions (packages with same name and different categories).
So, try to guess the category part by looking at the installed packages
repository.
2013-10-24 11:16:17 +02:00
Fabio Erculiani
85a653ba65 Release Entropy 219 2013-10-17 16:36:52 +02:00
Fabio Erculiani
d842b47396 Release Entropy 218 2013-10-14 12:37:08 +02:00
Fabio Erculiani
4313baf4b6 [solo.utils] enlightenatom: add slot substring support 2013-10-11 16:16:46 +02:00
Fabio Erculiani
5fead492a1 Release Entropy 217 2013-10-09 21:23:14 +02:00
Fabio Erculiani
0b7423a7fd [solo.commands.*] properly use the return value of _install_action() 2013-10-08 16:00:55 +02:00
Fabio Erculiani
d5dc497dcc [solo.commands.conf] drop access() usage 2013-09-18 08:52:18 +02:00
Fabio Erculiani
e836630db4 [solo.commands.ugc] drop access() usage 2013-09-18 08:51:30 +02:00
Fabio Erculiani
95e291bd62 [solo.utils] drop access() usage 2013-09-18 08:50:46 +02:00
Fabio Erculiani
577fcf32c6 [solo.main] use _exit() rather than SystemExit() exception.
The former is reentrant and safe to be used in signal handlers.
2013-09-05 19:21:51 +02:00
Fabio Erculiani
385c2934c5 [client] deal with Python bug #16308 2013-08-23 10:57:36 +02:00
Fabio Erculiani
a0cd08d1de [solo.commands.query] use quiet=True with calculate_updates()
This avoids tainting stdout with unwanted output
2013-08-23 10:41:48 +02:00
Fabio Erculiani
e929e6f440 Release Entropy 216 2013-08-12 15:38:07 +02:00
Fabio Erculiani
7a02df16a1 Release Entropy 215 2013-08-10 11:48:19 +02:00
Fabio Erculiani
8604b84280 Release Entropy 214 2013-08-10 11:45:29 +02:00
Fabio Erculiani
cd55a7a043 [solo.commands.command] call shutdown() before releasing locks
shutdown() calls EntropyCacher.sync() and stop()...
2013-08-10 11:03:24 +02:00
Fabio Erculiani
0f9a34133a Release Entropy 213 2013-07-30 10:42:02 +02:00
Fabio Erculiani
ca4a27f8f9 Release Entropy 212 2013-07-29 18:40:17 +02:00
Fabio Erculiani
0df198c976 Release Entropy 211 2013-07-22 10:59:54 +02:00
Fabio Erculiani
4883d8f86e Release Entropy 210 2013-07-16 15:07:02 +02:00
Fabio Erculiani
a37ebf1ae9 Release Entropy 209 2013-07-16 09:47:04 +02:00
Fabio Erculiani
575d5929dc Release Entropy 208 2013-07-09 11:21:38 +02:00
Fabio Erculiani
2e350056bc Release Entropy 207 2013-07-05 12:18:48 +02:00
Fabio Erculiani
26556828b2 Release Entropy 206 2013-07-02 07:25:03 +02:00
Fabio Erculiani
bddea392f3 Release Entropy 205 2013-06-11 17:18:38 +02:00
Fabio Erculiani
b36c55573c Release Entropy 203 2013-06-10 19:27:26 +02:00
Fabio Erculiani
37342904d6 Release Entropy 202 2013-06-10 14:32:27 +02:00
Fabio Erculiani
72bc9ca452 Release Entropy 201 2013-06-08 07:13:49 +02:00
Fabio Erculiani
08bd609d87 Release Entropy 200 2013-06-07 21:59:44 +02:00
Fabio Erculiani
6c802a88d6 Release Entropy 199 2013-05-30 10:24:03 +02:00
Fabio Erculiani
01e7fa7db6 Release Entropy 198 2013-05-27 11:26:44 +02:00
Fabio Erculiani
56a7c9fa3a Release Entropy 197 2013-05-27 11:24:45 +02:00
Fabio Erculiani
4902974b21 Release Entropy 196 2013-05-27 11:20:47 +02:00
Fabio Erculiani
df6c716983 [solo.commands.update] drop download accounting for repositories, no longer used 2013-05-27 10:24:37 +02:00
Fabio Erculiani
942ff7151f Release Entropy 195 2013-05-16 11:37:25 +02:00
Fabio Erculiani
4149e6efff [solo.commands.match] add "--showdownload" to "equo match"
While we don't have an "equo metadata" command yet, this command
may be used to determine the package file name belonging to a package
2013-05-16 11:37:03 +02:00
Fabio Erculiani
8d095c74cd Release Entropy 194 2013-05-14 06:38:08 +02:00
Fabio Erculiani
6931a303b3 [client] update translations 2013-05-14 06:36:08 +02:00
Fabio Erculiani
93debd109d [equo] wait indefinitely to acquire the resources lock using a spinner 2013-05-03 09:12:04 +02:00
Fabio Erculiani
0ffe7a9f9f [equo] implement "equo repo rename" command 2013-05-01 23:51:23 +02:00
Fabio Erculiani
7fa078a0f8 Release Entropy 193 2013-04-29 00:53:34 +02:00
Fabio Erculiani
01c163bec4 [client] update translations 2013-04-05 16:09:38 +01:00
Fabio Erculiani
032bb9a96d Release Entropy 192 2013-04-05 14:38:43 +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