Commit Graph

10010 Commits

Author SHA1 Message Date
Fabio Erculiani
cf8d217fe4 [entropy.server] drop one more useless output() 2013-01-14 23:11:21 +00:00
Fabio Erculiani
5a7a6a7289 [entropy.server] other tweaks to drained_dependencies_test() 2013-01-14 23:08:44 +00:00
Fabio Erculiani
36f5412de5 [entropy.server] last output tweaks to drained_repositories_test() 2013-01-14 23:01:04 +00:00
Fabio Erculiani
8dd13a5f09 [entropy.server] tweak output() in merged_dependencies_test() 2013-01-14 22:56:34 +00:00
Fabio Erculiani
15a27a0efd [entropy.server] tweak merged_repositories_test() a bit more 2013-01-14 22:54:03 +00:00
Fabio Erculiani
b4092de36b [entropy.server] improve output of drained_dependencies_test() even more 2013-01-14 22:48:15 +00:00
Fabio Erculiani
d6adf4e81e [entropy.server] improve output of drained_dependencies_test() 2013-01-14 22:35:24 +00:00
Fabio Erculiani
8fdd06cbd9 [entropy.server] fix reversed() usage 2013-01-14 22:24:00 +00:00
Fabio Erculiani
2d2c6a8c60 [entropy.server] add drained and merged repositories dependencies testing
It happens that during our workflow, we bump packages into overlay repositories
like sabayon-limbo and sabayon-hell. However, potential dependencies issues
may pop up only when repositories are merged (their content drained) into
others. This features assumes that repositories are listed in order of priority,
where the first one is the base repo and others are layers on top of the first one.
2013-01-14 22:19:23 +00:00
Fabio Erculiani
09c554a702 Tagging Entropy version 168 168 2013-01-14 00:50:27 +00:00
Fabio Erculiani
7d9e76db1c Release Entropy 168 2013-01-14 00:50:27 +00:00
Fabio Erculiani
e9aad1ce39 [matter] fixup ACCEPT_KEYWORDS handling, broken due to weirdo and whacky Portage API 2013-01-14 00:32:36 +00:00
Fabio Erculiani
27e1755f70 [matter] print particle file name together with particle execution status 2013-01-13 23:36:14 +00:00
Fabio Erculiani
326a52a3e0 [matter] fix --pretend behaviour. Matter is required to return after dep calculation. 2013-01-13 23:02:17 +00:00
Fabio Erculiani
ef7a892d36 [matter] fix handling of --pretend in build_args, myopts is not available at that stage 2013-01-13 20:14:08 +00:00
Fabio Erculiani
6d87079e10 [matter] show the list of uninstalled packages at the end of the execution 2013-01-13 20:12:49 +00:00
Fabio Erculiani
f242eb4c1f [matter] add --pretend flag, makes possible to run matter in pretend mode directly 2013-01-13 20:09:41 +00:00
Fabio Erculiani
fb9d47bdb8 [matter] return exit_st out of matter_main() and main() instead of raising SystemExit 2013-01-13 19:43:15 +00:00
Fabio Erculiani
db74c9f5df Tagging Entropy version 167 167 2013-01-12 14:37:03 +00:00
Fabio Erculiani
c2829066e2 Release Entropy 167 2013-01-12 14:37:03 +00:00
Fabio Erculiani
fb1dd2fb96 [entropy.client] fix repository database download using the rsync:// protocol 2013-01-12 14:33:30 +00:00
Fabio Erculiani
7b120b4b63 Tagging Entropy version 166 166 2013-01-12 14:00:12 +00:00
Fabio Erculiani
04419d0a0a Release Entropy 166 2013-01-12 14:00:12 +00:00
Fabio Erculiani
17a32a6041 [entropy.server] small code cleanup 2013-01-12 13:59:49 +00:00
Fabio Erculiani
d6b7a21314 [entropy.server] make sure to not overwrite old package files, always bump package revision
See bug #3904
2013-01-12 13:57:03 +00:00
Fabio Erculiani
9f5f0d1c95 [entropy.server] cleanup whitespaces 2013-01-12 13:03:56 +00:00
Fabio Erculiani
3ec775c5a9 [entropy.server] split _move_packages() in order to ease debugging 2013-01-12 13:03:34 +00:00
Fabio Erculiani
fd1d3a6e2b [magneto] stop nagging user about the availability of the dbus service 2013-01-12 12:01:36 +00:00
Fabio Erculiani
18e9641e0c Tagging Entropy version 165 165 2013-01-06 17:19:57 +00:00
Fabio Erculiani
ca40d783b1 Release Entropy 165 2013-01-06 17:19:56 +00:00
Fabio Erculiani
4e1caa7b5b [todo] update TODO 2013-01-06 17:19:08 +00:00
Fabio Erculiani
1cc776e25e [matter.builder] correctly handle Portage package uninstalls
Package uninstalls were accounted as built packages, fooling the
entropysrv plugin.
2013-01-06 17:17:41 +00:00
Fabio Erculiani
5cc95a03a6 [matter] allow local, in-git execution for debugging purposes 2013-01-06 17:17:09 +00:00
Fabio Erculiani
746c2d2d53 [matter.utils] avoid circular module dependency with matter.output 2013-01-06 16:58:22 +00:00
Fabio Erculiani
8950893039 [matter] rename matter.py to matter_app.py to avoid name clashing 2013-01-06 16:56:30 +00:00
Fabio Erculiani
afccc337cc [matter] add exception handler that also prints local variables in the stack 2013-01-06 16:37:11 +00:00
Fabio Erculiani
8d110732d3 [matter] add support for --sync-best-effort 2013-01-06 09:54:12 +00:00
Fabio Erculiani
aaa0074e7d Tagging Entropy version 164 164 2013-01-05 12:49:50 +00:00
Fabio Erculiani
7f26af3710 Release Entropy 164 2013-01-05 12:49:50 +00:00
Fabio Erculiani
79e0c5f804 [matter] fix SyntaxError 2013-01-05 12:49:32 +00:00
Fabio Erculiani
db3bdc407d Tagging Entropy version 163 163 2013-01-05 12:43:36 +00:00
Fabio Erculiani
024f42093b Release Entropy 163 2013-01-05 12:43:36 +00:00
Fabio Erculiani
dda574e080 [matter] add soft-blocker parameter support 2013-01-05 12:36:01 +00:00
Fabio Erculiani
0288622c7c Tagging Entropy version 162 162 2013-01-02 18:33:23 +00:00
Fabio Erculiani
66360b9912 Release Entropy 162 2013-01-02 18:33:23 +00:00
Fabio Erculiani
327445ac4b [matter] fix handling of "stable:", disable keywords set by make.conf 2013-01-02 00:47:03 +00:00
Fabio Erculiani
02f092843f [entropy.client] fix unicode comparison warning generated by ca-certificates 2012-12-30 17:10:21 +01:00
Fabio Erculiani
7ed9d050f9 Tagging Entropy version 161 161 2012-12-30 16:25:47 +01:00
Fabio Erculiani
0ef31e9021 Release Entropy 161 2012-12-30 16:25:47 +01:00
Fabio Erculiani
059339e1f4 [matter] fix mkstemp() when suffix is None 2012-12-30 16:24:52 +01:00