Commit Graph

9897 Commits

Author SHA1 Message Date
Fabio Erculiani f2cf417979 [equo] implement the "--injected" switch for "equo match" 2012-12-08 12:57:44 +01:00
Fabio Erculiani 74f774e796 [matter] save one weird print to stdout 2012-12-04 20:21:54 +01:00
Fabio Erculiani cc8b0b4143 [entropy.spm] PortagePlugin: guess modinfo in /sbin, /usr/bin, /bin
Upstream is idiot
2012-12-04 20:21:05 +01:00
Fabio Erculiani 4b38e262cd [Rigo] provide emblem-system icon by default, fixes bug #3822 2012-12-03 00:56:05 +01:00
Fabio Erculiani 73242009ba Tagging Entropy version 154 154 2012-12-02 09:23:46 +01:00
Fabio Erculiani 3b27f40c20 Release Entropy 154 2012-12-02 09:23:46 +01:00
Fabio Erculiani 5b5812f612 [matter] fix typo in changing repo detection code 2012-12-02 09:22:52 +01:00
Fabio Erculiani a39e44f93c [rigo] update translations, add tr and hr 2012-12-01 19:29:41 +01:00
Fabio Erculiani 9c67b9dfa1 [client] update translations 2012-12-01 19:28:28 +01:00
Fabio Erculiani 18038cf469 Tagging Entropy version 153 153 2012-12-01 19:26:22 +01:00
Fabio Erculiani 8e42f387ea Release Entropy 153 2012-12-01 19:26:21 +01:00
Fabio Erculiani 943e91f74d [eit] convert all the sys.argv elements to unicode in main()
This avoids potential issues with entropy.db and other entropy.server
components.
2012-12-01 19:16:26 +01:00
Fabio Erculiani ea7a559f45 [equo] convert all the sys.argv elements to unicode in main()
This avoids potential issues with entropy.db and other entropy.client
components.
2012-12-01 19:15:55 +01:00
Fabio Erculiani 1d20a3e358 [matter] move post-graph filters execution to a separate method 2012-12-01 13:56:05 +01:00
Fabio Erculiani 79c63fef14 [matter] implement support for package dependencies grouping
Previously, each package in the particle was analyzed on its own and
spawning portage against multiple packages was not possible.
This commit introduces the ability to aggregate packages in particles
in "groups", so that they can be considered together in the same
portage merge transaction.

The previously exported environment variable MATTER_PACKAGE_NAME has
been renamed into MATTER_PACKAGE_NAMES and contains a space separated
list of package dependencies that are in the merge transaction.
2012-12-01 13:31:20 +01:00
Fabio Erculiani e85b511732 [matter] some PEP8 related cleanup 2012-12-01 09:06:10 +01:00
Fabio Erculiani 5ce930fc8d [equo] update man pages 2012-11-25 21:24:42 +01:00
Fabio Erculiani 4d77e96f58 Tagging Entropy version 152 152 2012-11-25 20:04:59 +01:00
Fabio Erculiani 6576830df5 Release Entropy 152 2012-11-25 20:04:58 +01:00
Fabio Erculiani 6f8682af3c [equo] add new command "equo query updates"
This command can be used in update-motd scripts for generating system
update status information.
2012-11-25 19:28:56 +01:00
Fabio Erculiani 0f20b74aae [entropy.client.interfaces.dep] add "quiet" keyword arg to calculate_updates() 2012-11-25 19:28:31 +01:00
Fabio Erculiani 3d04b69b7d [equo] trivial: remove unused import 2012-11-25 19:03:41 +01:00
Fabio Erculiani 0685cd4132 [equo] add "equo version (or --version)" command 2012-11-25 18:59:38 +01:00
Fabio Erculiani afb6d4e2c9 [equo] write license text to file in binary mode, don't use codecs.open() 2012-11-25 18:51:28 +01:00
Fabio Erculiani db91ce20b4 [entropy.db] catch idiotic "no transaction is active" sqlite3 OperationalError 2012-11-25 18:33:21 +01:00
Fabio Erculiani 2ff854789c [equo] update all the supported translations 2012-11-25 18:13:46 +01:00
Fabio Erculiani fda0450aaf [equo] add Romanian translation 2012-11-25 18:13:30 +01:00
Fabio Erculiani 48c3870932 [matter] use portage.dep.dep_getkey for SPM package atoms 2012-11-25 12:50:49 +01:00
Fabio Erculiani 7743050d69 [matter] add support for "spm-repository-change-if-upstreamed"
If SPM repository changes are not allowed when a package needs to be bumped,
the package won't be bumped/recompiled.
However, there is a case in where the SPM repo change constraint loses its
importance, and it's when the current SPM repository no longer contains the
target package (thus, changes have been upstreamed or they're just not needed
anymore).
Using "spm-repository-change-if-upstreamed: yes" makes possible to ignore
SPM repo changes in this case.

The default behaviour does not change, spm-repository-change-if-upstreamed is
disabled by default (== no as default config value).
2012-11-25 12:44:05 +01:00
Fabio Erculiani 996231c08d Tagging Entropy version 151 151 2012-11-23 22:58:44 +01:00
Fabio Erculiani 922bf6e0a7 Release Entropy 151 2012-11-23 22:58:43 +01:00
Fabio Erculiani 4f5832040e [equo] fix package set and package from repo string matching 2012-11-23 22:57:36 +01:00
Fabio Erculiani 2e9840e5b0 [equo] add --quiet support to "equo repo list" 2012-11-20 21:17:31 +01:00
Fabio Erculiani 0c8de888f8 Tagging Entropy version 150 150 2012-11-18 19:58:54 +01:00
Fabio Erculiani dc27835fd8 Release Entropy 150 2012-11-18 19:58:54 +01:00
Fabio Erculiani a9755d67ce [equo] fix "equo conf update" interactive merge
subprocess.call() arguments were generated before mkstemp()
2012-11-18 19:54:32 +01:00
Fabio Erculiani 29b8f266cc [equo] fix tty colored output handling, re-add --color 2012-11-15 21:05:52 +01:00
Fabio Erculiani 281c9b5bcf [equo] add "-q" argument support to "equo unused" 2012-11-15 21:05:25 +01:00
Fabio Erculiani 25ee44ea79 [equo] fix DependenciesNotRemovable handling in "equo remove" 2012-11-12 23:30:31 +01:00
Fabio Erculiani 04e30cc3d3 Tagging Entropy version 149 149 2012-11-12 12:30:42 +01:00
Fabio Erculiani 4001e0f4b2 Release Entropy 149 2012-11-12 12:30:41 +01:00
Fabio Erculiani 09f3669842 [Solo] make enlightenatom() work with package keys 2012-11-11 23:55:31 +01:00
Fabio Erculiani b7d7006505 [equo] fix ugc vote float (or int) to string conversion 2012-11-11 21:30:24 +01:00
Fabio Erculiani 7f99aa787d [equo] fix "equo ugc vote" command, add missing positional argument 2012-11-11 21:16:11 +01:00
Sławomir Nizio 6670438445 [Solo] fix typo, improve message 2012-11-11 19:00:31 +01:00
Fabio Erculiani 45314881e7 [eit] fix print_table() usage in "eit status" 2012-11-11 14:01:38 +01:00
Fabio Erculiani 04daf0210d Tagging Entropy version 148 148 2012-11-11 09:41:16 +01:00
Fabio Erculiani 8194608d2d Release Entropy 148 2012-11-11 09:41:15 +01:00
Fabio Erculiani eadf576359 [matter] fix Portage import paths due to upstream changes 2012-11-11 09:39:25 +01:00
Fabio Erculiani c5fb8d1f99 [matter] fix undefined variable "p" issue 2012-11-11 09:32:11 +01:00