Commit Graph

8736 Commits

Author SHA1 Message Date
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
Fabio Erculiani
4c0008f628 Tagging Entropy version 1.0_rc78 1.0_rc78 2011-11-24 16:33:43 +01:00
Fabio Erculiani
2c55308018 Release Entropy 1.0_rc78 2011-11-24 16:33:38 +01:00
Fabio Erculiani
fd96d36a71 [entropy.client.interfaces.dep] fix dependency calculation when ASAP scheduling is enabled (default)
internal levels dict must be reinitialized every time deptree object
is actually modified. At the same time, when making room on a certain
deptree key (moving the entries to another key), make sure to always
drop the dep item that is going to be written back.

"equo install --empty --pretend lighttpd" triggered the issue.
Thanks to micia for reporting.
2011-11-24 16:09:30 +01:00
Fabio Erculiani
563cf65ed6 [entropy.client.interface.dep] fix typo in comment 2011-11-24 16:08:05 +01:00
Fabio Erculiani
46f9819f56 [todo] update TODO 2011-11-23 22:45:03 +01:00
Fabio Erculiani
6d39dfb284 Tagging Entropy version 1.0_rc77 1.0_rc77 2011-11-23 22:38:03 +01:00
Fabio Erculiani
5dec2edb5d Release Entropy 1.0_rc77 2011-11-23 22:37:50 +01:00
Fabio Erculiani
1d46c240e3 [entropy.server] initialize_repository: make sure to have all the repository directories in place 2011-11-23 22:35:08 +01:00
Fabio Erculiani
ae48fea5a9 [sulfur] if exit status is > 255, pass it through the mod operator (this fixes Sulfur respawns with kdesu) 2011-11-23 14:52:30 +01:00
Fabio Erculiani
d97bc58346 [po] update translations 2011-11-22 19:40:00 +01:00
Fabio Erculiani
01d09ecfce [eit] add more man pages
- eit merge
- eit pkgmove
- eit push
- eit query
- eit remove
- eit repo
- eit reset
- eit test
2011-11-22 19:32:40 +01:00
Fabio Erculiani
27de6bea46 [todo] update TODO 2011-11-22 19:32:17 +01:00
Fabio Erculiani
e46999556a [po] remove vacuum.py from POTFILES.in 2011-11-22 19:03:07 +01:00
Fabio Erculiani
7195ca4d8e [eit] add more man pages
- eit cleanup
- eit inject
- eit key
- eit list
- eit lock
- eit unlock
- eit match
2011-11-22 19:03:01 +01:00
Fabio Erculiani
16ea86b711 [sulfur.views] catch TypeError in case of concatenation failure 2011-11-21 18:42:31 +01:00
Fabio Erculiani
65aaad61d9 [eit.commands.commit] make sure that store_dir exists 2011-11-21 18:34:50 +01:00