Commit Graph

8677 Commits

Author SHA1 Message Date
Fabio Erculiani
6a69307f4c [eit] add eit-notice man page (and improve automatic man generation functions) 2011-11-14 23:34:37 +01:00
Fabio Erculiani
f436f65f53 [entropy.server] fix typo in codecs_fdopen() usage 2011-11-14 12:02:48 +01:00
Fabio Erculiani
87f5ae732a [sulfur] PkgInfoMenu: some metadata can be not available at load time 2011-11-13 10:10:47 +01:00
Fabio Erculiani
9025ba68b5 Tagging Entropy version 1.0_rc76 1.0_rc76 2011-11-13 07:52:11 +01:00
Fabio Erculiani
f41ee1e413 Release Entropy 1.0_rc76 2011-11-13 07:52:00 +01:00
Fabio Erculiani
1e60fa9890 [entropy.spm] PortagePlugin: do not pass use_cache to doebuild() 2011-11-13 07:43:35 +01:00
Fabio Erculiani
ccb18bcb6f [entropy.spm] fixup doebuild() call 2011-11-13 07:43:10 +01:00
Fabio Erculiani
c1e1dd656f [matter] make possible to disable the "preserved libraries" QA check using --disable-preserved-libs 2011-11-13 07:38:05 +01:00
Fabio Erculiani
9ef0a01638 Tagging Entropy version 1.0_rc75 1.0_rc75 2011-11-12 22:22:52 +01:00
Fabio Erculiani
c5bbde02f6 Release Entropy 1.0_rc75 2011-11-12 22:22:42 +01:00
Fabio Erculiani
2f02cf0672 [server] fix installation of eit modules 2011-11-12 22:21:56 +01:00
Fabio Erculiani
c8343a356d [server/doc] Makefile: create man/ if it doesn't exist 2011-11-12 22:16:04 +01:00
Fabio Erculiani
63c0881277 [eit] move eit bash completion script to server/ 2011-11-12 22:07:33 +01:00
Fabio Erculiani
7d3515ddaf Tagging Entropy version 1.0_rc74 1.0_rc74 2011-11-12 20:49:31 +01:00
Fabio Erculiani
8f98f35022 Release Entropy 1.0_rc74 2011-11-12 20:49:02 +01:00
Fabio Erculiani
4d343233dc [entropy.*] drop usage of another_entropy_running(), wait_resources() or similar methods should be used 2011-11-12 16:10:33 +01:00
Fabio Erculiani
032fb24740 [entropy.client.interfaces.package] handle dump_entropy_metadata() errors properly 2011-11-12 13:05:54 +01:00
Fabio Erculiani
bda1c3c4cc [entropy.tools] dump_entropy_metadata: check against None rather than using "not" 2011-11-12 13:05:25 +01:00
Fabio Erculiani
e29e5c6424 [conf] uncomment sabayon-limbo entries by default (repo is still not available ootb btw) 2011-11-12 12:00:40 +01:00
Fabio Erculiani
d123f7c58a [entropy.tools] raise _locate_edb() size threshold to 500Mb (due to xonotic-data) 2011-11-11 18:04:38 +01:00
Fabio Erculiani
389c30ed24 [entropy.client.interfaces.dep] do not pull in a random package only matched by the key if key+slot is not available in repos 2011-11-11 14:59:45 +01:00
Fabio Erculiani
a84a304070 [todo] update TODO 2011-11-10 16:37:39 +01:00
Fabio Erculiani
396f8714a0 [server/doc] add eit-branch man page 2011-11-10 16:22:58 +01:00
Fabio Erculiani
2c1e69fcf4 [eit.commands.branch] add --no-copy argument, add man support 2011-11-10 16:22:44 +01:00
Fabio Erculiani
e5d6980267 [eit.commands.command] move man() from eit.commands.commit to eit.commands.command (rename to _eit()) 2011-11-10 16:22:03 +01:00
Fabio Erculiani
3e85e43daf [eit] cleanup doc/ directory 2011-11-10 15:36:02 +01:00
Fabio Erculiani
44471c5ba3 [entropy.server] move Makefile logic to server/, add man support to eit, move matter to server/ 2011-11-10 15:33:43 +01:00
Fabio Erculiani
7bd5694b91 [entropy.client.interfaces.methods] fix undefined reference "accomplished" 2011-11-09 10:31:04 +01:00
Fabio Erculiani
83038666a5 [sulfur] drop libglade warnings caused by editing sulfur.glade with latest Glade-3 2011-11-08 10:24:12 +01:00
Fabio Erculiani
8e01786474 [sulfur] cleanup sulfur.glade xml (drop dead code) 2011-11-08 10:22:14 +01:00
Fabio Erculiani
929eca46ba Tagging Entropy version 1.0_rc73 1.0_rc73 2011-11-06 19:09:52 +01:00
Fabio Erculiani
cc72585bab Release Entropy 1.0_rc73 2011-11-06 19:09:35 +01:00
Fabio Erculiani
e527cc7e2e [entropy.client.interfaces.methods] _create_pid_file_lock: handle ENOENT & EACCES correctly, close bug 2835 2011-11-06 19:08:35 +01:00
Fabio Erculiani
4df27228b9 Tagging Entropy version 1.0_rc72 1.0_rc72 2011-11-05 11:27:06 +01:00
Fabio Erculiani
6d1ff06c9c Release Entropy 1.0_rc72 2011-11-05 11:27:00 +01:00
Fabio Erculiani
b43adff637 [entropy.client.interfaces.dep] introduce the "Slot intersection" feature
Certain dependency strings could have
cross-SLOT scope (multiple slots for same package are valid)
causing unwanted dependencies to be pulled in.
For example: if dependency is "dev-lang/python"
and we have dev-lang/python-2 installed, python-3
should be filtered out (if possible) by checking if
the installed best dependency match slot is still
available in repositories.
If it is, restrict the dependency scope to the intersection
between available SLOTs and installed SLOT.
2011-11-05 11:01:18 +01:00
Fabio Erculiani
7b7ff9c82e [equo] if equo match finds nothing, return exit status 1 2011-11-03 14:25:13 +01:00
Fabio Erculiani
d5adabcb55 [sulfur] fix typo, thanks to Andrey Esin 2011-11-02 09:43:54 +01:00
Daniel Halens Rodríguez
659f290319 [i18n] update de translation 2011-11-01 13:48:07 +00:00
Fabio Erculiani
039fea49c0 [entropy.server.mirrors] use atomic lock()-ing mechanism when locking a mirror 2011-11-01 13:41:37 +01:00
Fabio Erculiani
a90e450433 [entropy.transceivers] add lock() method, bumpi API rev 2011-11-01 13:37:35 +01:00
Fabio Erculiani
3b1a1fd6e6 [entropy.transceivers] EntropySshUriHandler: provide stdout, stderr in unicode format 2011-10-31 23:00:49 +01:00
Fabio Erculiani
33cec7d102 [eit.commands.list] fix command description 2011-10-31 19:15:24 +01:00
Fabio Erculiani
cd3a53c1e5 [conf] server.conf: update config file title 2011-10-31 19:09:14 +01:00
Fabio Erculiani
30a7d565c6 [todo] update TODO (test) 2011-10-31 16:13:37 +01:00
Fabio Erculiani
623e66004f [po] update Russian translation, thanks to Andrey Esin 2011-10-31 10:56:38 +01:00
Fabio Erculiani
e59d58323f Tagging Entropy version 1.0_rc71 1.0_rc71 2011-10-31 10:36:44 +01:00
Fabio Erculiani
250f8fb9a5 Release Entropy 1.0_rc71 2011-10-31 10:36:34 +01:00
Fabio Erculiani
bdd48be87e [todo] update TODO 2011-10-30 23:07:46 +01:00
Fabio Erculiani
49bb75b272 [entropy.client] use codecs.open() 2011-10-30 22:09:17 +01:00