Fabio Erculiani
e480256b33
Release Entropy 1.0_rc84
2012-01-24 16:40:57 +01:00
Fabio Erculiani
4175177430
[todo] update TODO
2012-01-24 15:12:18 +01:00
Fabio Erculiani
d08812879c
[eit] update man pages
2012-01-24 15:12:09 +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
c169f0e4b2
[entropy.graph] Graph.get_adjacency_map: hold the original data
...
Graph caching must hold copies of cache objects instead of giving
them away for free and risk of having them polluted or even completely
cleared out under its own chair.
Example:
$ equo remove linux-sabayon:3.1 [--deep]
The --deep version doesn't pull in all the reverse deps due to
Graph.solve() being called twice in
entropy.client.interfaces.dep's _generate_reverse_dependency_tree()
when deep = True.
Fixes bug #2989
2012-01-23 12:50:26 +01:00
Fabio Erculiani
71d150f670
Tagging Entropy version 1.0_rc83
1.0_rc83
2012-01-15 18:25:29 +01:00
Fabio Erculiani
1a83081f0d
Release Entropy 1.0_rc83
2012-01-15 18:25:07 +01:00
Fabio Erculiani
e3622615af
[entropy.tools] add /etc/ld.so.conf.d support
...
Packages started to install files inside /etc/ld.so.conf.d/, this
commit adds support for reading files in the above mentioned
directory.
2012-01-15 18:18:33 +01:00
Fabio Erculiani
b481a2338a
[entropy.qa] /etc/ld.so.conf can be unavailable, do not check for it
2012-01-15 18:18:00 +01:00
Fabio Erculiani
309ce12db9
[matter] make sure to not account the same atom twice on the compiled list
2012-01-15 11:28:35 +01:00
Fabio Erculiani
67a2d34af7
[matter] filter out broken Portage Package objects, those with broken "cpv" attr
2012-01-15 11:27:55 +01:00
Fabio Erculiani
daec2d3fb3
Tagging Entropy version 1.0_rc82
1.0_rc82
2012-01-12 11:08:10 +01:00
Fabio Erculiani
52640c1be3
Release Entropy 1.0_rc82
2012-01-12 11:08:00 +01:00
Fabio Erculiani
c6795d3cf8
[entropy.spm] PortagePlugin: always discard FEATURES=ccache when calling doebuild()
2012-01-12 10:55:24 +01:00
Fabio Erculiani
5773450f9a
[matter] use threading Lock instead of multiprocessing, make it work under qemu-user
2012-01-11 22:44:44 +01:00
Fabio Erculiani
d70ef7121b
[todo] update TODO
2012-01-02 21:12:43 +01:00
Sławomir Nizio
38bd3c8fbe
[po] add plural forms settings for Polish
2012-01-02 20:58:23 +01:00
Fabio Erculiani
970978ee97
[entropy.i18n] add P_(), for supporting gettext plural forms
2012-01-02 19:45:11 +01:00
Sławomir Nizio
926107dd5e
[po] update Polish translation
2012-01-01 23:26:04 +01:00
Fabio Erculiani
75a48ee85f
[services] entropy-updates-services: avoid loading/unloading Entropy but rather keep an instance alive
...
This hopefully fixes GC related memleaks exposed here:
https://forum.sabayon.org/viewtopic.php?f=24&t=26171
2011-12-30 23:04:27 +01:00
Fabio Erculiani
8252628251
Tagging Entropy version 1.0_rc81
1.0_rc81
2011-12-28 10:07:36 +01:00
Fabio Erculiani
217ae14345
Release Entropy 1.0_rc81
2011-12-28 10:07:06 +01:00
Fabio Erculiani
e6ecf02ee3
[entropy.server] _run_package_files_qa_checks is I/O bound, no need for parallelization
2011-12-27 08:23:09 +01:00
Fabio Erculiani
bf327ce01e
[entropy.const] install debug signal handler on SIGUSR1, thread dump on SIGQUIT
2011-12-27 08:03:05 +01:00
Fabio Erculiani
146343107d
[entropy.const] make possible to override ROOT from env using ETP_ROOT
2011-12-23 16:21:16 +01:00
Fabio Erculiani
bb008eaa22
[entropy.spm] PortagePlugin: vardb._plib_registry might be None (Portage 2.1)
2011-12-21 21:58:09 +01:00
Fabio Erculiani
d76aba5c9e
Tagging Entropy version 1.0_rc80
1.0_rc80
2011-12-21 13:54:48 +01:00
Fabio Erculiani
769638eb60
Release Entropy 1.0_rc80
2011-12-21 13:54:25 +01:00
Fabio Erculiani
938b6bcf71
[todo] update TODO
2011-12-12 15:24:03 +01:00
Fabio Erculiani
8958f947d5
[entropy.const] rework automatic ARM architecture and keywords detection (will be moved to repositories.conf)
2011-12-12 15:21:52 +01:00
Fabio Erculiani
86db7bc8f5
[entropy.spm] PortagePlugin: add support for NEEDED.ELF.2
2011-12-02 17:54:33 +01:00
Fabio Erculiani
790fe3b1e1
[entropy.spm] PortagePlugin: keep INHERITED and FEATURES metadata entries (used by portage-repository-converter)
2011-12-02 17:39:47 +01:00
Fabio Erculiani
384f281f47
[todo] update TODO
2011-12-02 12:06:35 +01:00
Fabio Erculiani
e5da3c3063
[entropy.spm] PortagePlugin: INHERITED is not used
2011-12-02 12:06:10 +01:00
Fabio Erculiani
c80fb76ab9
[todo] update TODO
2011-12-02 12:04:43 +01:00
Fabio Erculiani
5fa3e58679
[entropy.spm] PortagePlugin: drop FEATURES usage completely
...
Removing "splitdebug" from FEATURES if splitdebug is disabled is
pointless and not really needed. Better leave FEATURES untouched.
Moreover, pkgcore doesn't provide FEATURES at all.
2011-12-02 12:03:18 +01:00
Fabio Erculiani
104fb3b151
[todo] update TODO
2011-12-02 11:36:55 +01:00
Fabio Erculiani
6e0396aa03
[entropy.core.settings.base] spit more user-friendly error messages
2011-12-02 11:36:35 +01:00
Fabio Erculiani
8756ccc65f
[entropy.transceivers] use os.EX_OK
2011-12-02 11:36:19 +01:00
Fabio Erculiani
27d3e3a71b
Tagging Entropy version 1.0_rc79
1.0_rc79
2011-11-30 19:11:45 +01:00
Fabio Erculiani
7c4a7a2cc6
Release Entropy 1.0_rc79
2011-11-30 19:11:18 +01:00
Fabio Erculiani
906e7781ea
[entropy.spm] PortagePlugin: make sure to always filter out FEATURES=noauto before calling doebuild()
2011-11-29 17:42:16 +01:00
Fabio Erculiani
522bb22aba
[equo] text_repositories: improve error messages, apply David Narvaez patches
2011-11-29 10:10:33 +01:00
Fabio Erculiani
54de559224
[entropy.server] fix undefined reference in _update_rss
2011-11-28 23:13:13 +01:00
Fabio Erculiani
2d57e507db
[services] repository-webinstall-generator: trivial code fix
2011-11-26 19:11:44 +01:00
Fabio Erculiani
83a5bfbc10
[services] repository-webinstall-generator: actually remove ancient .etp files
2011-11-26 19:03:42 +01:00
Fabio Erculiani
a67e30c04e
[services] repository-webinstall-generator: use print_info instead of print_warning
2011-11-26 18:13:03 +01:00
Fabio Erculiani
11f1eee75a
[services] entropy-pkgdelta-generator: write to stdout
2011-11-26 18:11:46 +01:00
Fabio Erculiani
5d39b4c423
[services] repository-webinstall-generator: execute cleanup even if no new .etp files have to be created
2011-11-26 18:09:51 +01:00
Fabio Erculiani
a03536bb18
[services] fix $@ usage
2011-11-26 17:56:45 +01:00