Commit Graph

4725 Commits

Author SHA1 Message Date
Fabio Erculiani
9b25177b22 [tests] db: fix EntropyCacher status handling 2010-03-28 22:51:58 +02:00
Fabio Erculiani
4f15fedf1a [entropy.spm] disable chost default fallback (error prone) 2010-03-28 17:36:46 +02:00
Fabio Erculiani
51b531f56e Tagging Entropy version 0.99.39 2010-03-26 17:25:03 +01:00
Fabio Erculiani
a7d8558a1f [entropy.db] add support for "or" dependencies
OR dependencies support has been always postponed because every
solution wasn't good enough, until today.
Future Entropy Server versions will enable "OR" dependencies support
when generating package metadata improving current Portage<->Entropy
support.

Syntax is: app-foo/foo;app-bar/baz?
Calling EntropyRepository.atomMatch(), the first matched dependencies
will be returned.
2010-03-26 16:24:17 +01:00
Fabio Erculiani
45e549281f [entropy.spm] PortagePlugin: fix package metadata extraction when CHOST file is not available 2010-03-26 13:34:47 +01:00
Fabio Erculiani
233bba17ed [entropy.spm] PortagePlugin: add support for "fif" and "dev" file types 2010-03-26 12:54:25 +01:00
Fabio Erculiani
4ff791d072 [entropy.spm] PortagePlugin.add_installed_package: create CONTENTS file when not available (injected pkgs) 2010-03-26 10:48:49 +01:00
Fabio Erculiani
1d3cee77a6 [entropy.client.interfaces.package] complete module refactoring 2010-03-23 21:11:39 +01:00
Fabio Erculiani
c59edaffe0 [entropy.client.interfaces.methods] complete module refactoring 2010-03-23 20:46:38 +01:00
Fabio Erculiani
d3050e6d33 Tagging Entropy version 0.99.38.7 2010-03-21 07:42:01 +01:00
Fabio Erculiani
33ef15eab6 [entropy.fetchers] urlFetcher: catch socket.timeout exceptions 2010-03-19 15:19:40 +01:00
Fabio Erculiani
de8b7e6fd7 [entropy.services.repository] when monitoring repositories, also check packages.db.revision mtime 2010-03-18 20:02:18 +01:00
Fabio Erculiani
f16d427907 [entropy.services.repository] remove dead code 2010-03-18 19:49:58 +01:00
Fabio Erculiani
e862b57b6e Tagging Entropy version 0.99.38.6 2010-03-18 19:20:57 +01:00
Fabio Erculiani
704b85a0b0 [entropy.client.interfaces.repository] properly retrieve EAPI3 revision and handle revision file update in a proper way 2010-03-18 19:19:37 +01:00
Fabio Erculiani
89bb19bba9 [entropy.transceivers] tweak Entropy Transceiver SSH plugin connection timeout 2010-03-18 10:40:02 +01:00
Fabio Erculiani
6fd83910ed [entropy.spm] PortagePlugin: remove deprecated argument from getvirtuals() 2010-03-18 10:24:29 +01:00
Fabio Erculiani
9aadd3a6fe [entropy.spm] catch OSError exceptions while recursively cleaning overlayed ebuild dir 2010-03-17 07:08:18 +01:00
Fabio Erculiani
0fafa52dbc [entropy.client] more refactoring work in entropy.client.interfaces.methods 2010-03-14 15:54:41 +01:00
Fabio Erculiani
70066042c4 [entropy.client.interfaces.cache] fix EntropyCacher handling 2010-03-14 15:53:44 +01:00
Fabio Erculiani
8a8cb4c529 [entropy.cache] EntropyCacher: add more debugging output 2010-03-14 15:53:21 +01:00
Fabio Erculiani
5aac9aa76a Tagging Entropy version 0.99.38.5 2010-03-14 08:13:31 +01:00
Fabio Erculiani
9ac947ed8f [entropy.spm] PortagePlugin: remove self-created temporary directory, do not leak files around 2010-03-14 08:06:56 +01:00
Fabio Erculiani
0097c97ac1 [entropy.tools] check if traceback instance is not None in print_exception 2010-03-14 07:29:51 +01:00
Fabio Erculiani
38c8f33f61 [entropy.client] more refactoring work in entropy.client.interfaces.methods 2010-03-13 22:19:44 +01:00
Fabio Erculiani
8ea8816946 [entropy.server] fix typo 2010-03-12 19:11:26 +01:00
Fabio Erculiani
ea55b757a6 [entropy.server.interfaces] relax repository database constraints while preparing for upload 2010-03-12 19:07:44 +01:00
Fabio Erculiani
acdcc3ce8a [entropy.server] fix the way items are sorted for upload 2010-03-12 19:00:41 +01:00
Fabio Erculiani
008602e08d [entropy.const] remove unused const 2010-03-12 18:00:42 +01:00
Fabio Erculiani
413dc61d9d Tagging Entropy version 0.99.38.4 2010-03-12 17:54:30 +01:00
Fabio Erculiani
0dc0376797 [entropy.client.interfaces.repository] checking against EAPI3 repo file is not required anymore 2010-03-12 17:53:52 +01:00
Fabio Erculiani
774b646d0b [entropy.services.repository] rewrite EAPI3 repository updates handling 2010-03-12 17:24:07 +01:00
Fabio Erculiani
4d9efc545b [entropy.services.repository] also consider revision file mtime for cache evaluation 2010-03-12 16:20:24 +01:00
Fabio Erculiani
38593b9bd8 Tagging Entropy version 0.99.38.3 2010-03-12 12:20:31 +01:00
Fabio Erculiani
1e5a44a613 [entropy.server] append packages.db.revision upload to the end of the upload queue 2010-03-12 12:12:13 +01:00
Fabio Erculiani
320d91da1c [entropy.services.repository] use repo database mtime for cache validation 2010-03-12 08:05:43 +01:00
Fabio Erculiani
b975de2907 Tagging Entropy version 0.99.38.2 2010-03-11 19:46:04 +01:00
Fabio Erculiani
230e38d6a0 [entropy.server] fix undefined reference 2010-03-11 19:45:36 +01:00
Fabio Erculiani
a32fb2d4a6 Tagging Entropy version 0.99.38.1 2010-03-11 19:27:03 +01:00
Fabio Erculiani
8747dc8ebb [entropy.db] EntropyRepository.checksum() check against gpg column 2010-03-11 19:24:13 +01:00
Fabio Erculiani
2e388f45d4 [entropy.client.interfaces.repository] fix EAPI handling among various repositories 2010-03-11 19:20:23 +01:00
Fabio Erculiani
86487e1794 [entropy.services/entropy.client] when syncing repos with EAPI3, get repo revision via EAPI3 services 2010-03-11 18:55:36 +01:00
Fabio Erculiani
92b66d0ca8 Tagging Entropy version 0.99.38 2010-03-11 17:12:39 +01:00
Fabio Erculiani
f18ef4225f [entropy.client.misc] fix regression in FileUpdates class 2010-03-11 16:41:40 +01:00
Fabio Erculiani
e9ae2fd188 [entropy.client] more module refactoring work 2010-03-10 07:20:52 +01:00
Fabio Erculiani
ed351f2950 [entropy.server] trivial code style update 2010-03-09 15:55:45 +01:00
Fabio Erculiani
8855433af2 Tagging Entropy version 0.99.37.2 2010-03-08 12:42:29 +01:00
Fabio Erculiani
a1cb1e8bc5 [entropy.spm] PortagePlugin: fix rc evaluation in ebuild phase calls 2010-03-08 12:37:30 +01:00
Fabio Erculiani
ee73a0d782 [entropy.spm] PortagePlugin: improve _portage_doebuild reliability (also add --debug support) 2010-03-08 12:23:29 +01:00
Fabio Erculiani
b0e3942287 [entropy.db] EntropyRepository._cleanup_stale_cur_conn: catch OperationalError on connection.close() 2010-03-08 11:11:39 +01:00