Fabio Erculiani
c0d1a548a5
[entropy.client.interfaces.trigger] fix issue that caused ebuild pkg_setup to not be called
2009-09-20 08:41:31 +02:00
Fabio Erculiani
46c136370a
[entropy.client] rename add_tbz2_to_repos to add_package_to_repos
2009-09-16 17:55:38 +02:00
Fabio Erculiani
f01efbf124
[entropy.const] etpSys cleanup, ditched unused keywords and dirstoclean
2009-09-16 17:52:42 +02:00
Fabio Erculiani
a1fc877434
[entropy.misc] LogFile, properly deal with /dev/null
2009-09-16 18:12:33 +02:00
Fabio Erculiani
d56fbc93ac
[entropy.tools] more docstrings merged
2009-09-16 13:33:20 +02:00
Fabio Erculiani
72cb6ac6ed
[entropy.const] pull HTTP_PROXY and FTP_PROXY env variables to fill etpConst['proxy']
2009-09-16 13:33:20 +02:00
Fabio Erculiani
161a8ea2b4
[entropy.spm] improve kernel automagic dep add code
2009-09-15 22:39:19 +02:00
Fabio Erculiani
730b956684
[entropy.spm] PortagePlugin: properly detect kernel packages
2009-09-15 21:35:08 +02:00
Fabio Erculiani
25307f8ee0
[entropy.spm] handle KeyError exceptions on remove_installed_package when calling get_installed_package_metadata()
2009-09-15 08:34:18 +02:00
Fabio Erculiani
70f516af53
[entropy.client.interfaces.package] fix handling of SPM entries with tagged packages
2009-09-14 09:31:54 +02:00
Fabio Erculiani
246a4817dd
[entropy.spm] new method convert_from_entropy_package_name
2009-09-14 09:31:54 +02:00
Fabio Erculiani
b2fb85b93e
[entropy.spm] use uncompress_tar_bz2 with catchEmpty
2009-09-11 15:05:59 +02:00
Fabio Erculiani
ab0719a8b3
[entropy.client.interfaces.client] improve old_branch_path file check
2009-09-11 13:55:55 +02:00
Fabio Erculiani
0821310af1
[entropy.server/entropy.db] when creating files, set proper permission bits
2009-09-11 11:29:10 +02:00
Fabio Erculiani
e3ac33270c
[entropy.db] autogenerate provided_libs metadata for client/server dbs
2009-09-11 11:29:10 +02:00
Fabio Erculiani
2d6dbbba09
[entropy.services] remove buggy line
2009-09-11 11:29:10 +02:00
Fabio Erculiani
354ee5aac8
[entropy.core] remove unused variable
2009-09-11 11:29:10 +02:00
Fabio Erculiani
7d438b61b0
[entropy.db/entropy.spm/entropy.server/entropy.services] remove old "needed libraries" metadata stuff
2009-09-11 11:29:10 +02:00
Fabio Erculiani
87784d441a
[entropy.spm] PortagePlugin: improve _extract_pkg_metadata_provided_libs
2009-09-11 11:29:09 +02:00
Fabio Erculiani
cd3fe8f096
[entropy.db/entropy.spm] add path metadatum to provided_libs metadata
2009-09-11 11:29:09 +02:00
Fabio Erculiani
054c82cc0e
[tests] fix aspell-es package to work with latest changes in metadata extractor
2009-09-11 11:29:09 +02:00
Fabio Erculiani
055a70b9cb
[entropy.spm] PortagePlugin: actually extract package to read provided_libs metadata
2009-09-11 11:29:09 +02:00
Fabio Erculiani
efd38bacad
[entropy.tools] add FIXME to function
2009-09-11 11:29:09 +02:00
Fabio Erculiani
2dcde6d3f8
[entropy.client.interfaces.dep] add library drops feature in dep calculator
2009-09-11 11:29:09 +02:00
Fabio Erculiani
0d0ef528c9
[entropy.db/entropy.spm] new entropy pkg metadata called "provided_libs"
...
"provided_libs" contains a list of libraries (including elf classes)
that package provides. This commit adds complete entropy.spm and
entropy.db support.
2009-09-11 11:29:09 +02:00
Fabio Erculiani
866e997c67
[entropy.tools] do not use ".tbz2" but etpConst['packagesext']
2009-09-11 11:29:08 +02:00
Fabio Erculiani
e03eb4b181
[entropy.db] fix listConfigProtectEntries SQL query to make it not pull in unused protect metadata
2009-09-10 17:05:44 +02:00
Fabio Erculiani
e62b1cde65
[entropy.tools] partial code review and API documentation merge
2009-09-07 15:29:41 +02:00
Fabio Erculiani
95fa271712
[entropy.i18n] trivial fixes to TEXTDOMAINDIR support
2009-09-06 21:09:23 +02:00
Fabio Erculiani
9b46f0fd8a
[entropy.const] when joining threads, wait at least 120 seconds
2009-09-05 19:26:20 +02:00
Fabio Erculiani
a23e010c82
[entropy.client.interfaces.package] do not remove resources lock twice
2009-09-05 18:47:56 +02:00
Fabio Erculiani
b2149f5660
[entropy] ditch os.F_OK everywhere
2009-09-05 14:35:55 +02:00
Fabio Erculiani
c469afeff7
[entropy] use sys.getfilesystemencoding() with care
2009-09-05 13:10:48 +02:00
Fabio Erculiani
7022da3e3a
[entropy.db] fix two potential iteration issues on dict objects
2009-09-04 16:17:05 +02:00
Fabio Erculiani
9381c76937
[entropy.spm] properly import entropy.tools in portage_plugin module
2009-09-04 11:40:22 +02:00
Fabio Erculiani
1399f64563
[entropy.client] use repository db settings feature to determine repository system arch
2009-09-04 11:34:03 +02:00
Fabio Erculiani
dad542e219
[entropy.client] move Portage related stuff in entropy.client to entropy.spm PortagePlugin
2009-09-04 11:31:48 +02:00
Fabio Erculiani
c83e8a451c
[entropy.spm] implement new SpmPlugin methods in PortagePlugin class
2009-09-04 11:31:39 +02:00
Fabio Erculiani
b9f9f651d0
[entropy.spm] implement two new methods in SpmPlugin class prototypes
2009-09-04 11:30:09 +02:00
Fabio Erculiani
0f83c4c5bb
[entropy.client] add new Spm_class method that returns default Spm class (instead of instance)
2009-09-04 11:29:42 +02:00
Fabio Erculiani
7f5baabac0
[entropy.db] add new settings table that stores repository settings
2009-09-04 11:29:13 +02:00
Fabio Erculiani
55af7fdb8f
[entropy.server] fix typo in function
2009-09-03 23:37:50 +02:00
Fabio Erculiani
6313d36751
[entropy.server] add ability to dump results to files in test_shared_objects
2009-09-03 20:54:53 +02:00
Fabio Erculiani
4780ed716a
[entropy.qa] add ability to dump results to files in test_shared_objects
2009-09-03 20:54:06 +02:00
Fabio Erculiani
f600a2f5a6
[entropy.client.interfaces.package] fix issues with file collisions
2009-09-02 03:00:19 +02:00
Fabio Erculiani
870f748108
[entropy.client] always remove in_branch_upgrade file when world updates returns 0 elements
2009-09-02 02:05:38 +02:00
Fabio Erculiani
dba9edcb46
[entropy.client] fix world updates calculation when branch hopping
2009-09-02 01:50:23 +02:00
Fabio Erculiani
331adfe357
[entropy.client.interfaces.package] use entropy.tools module directly
2009-09-02 01:20:23 +02:00
Fabio Erculiani
2ed29e6fe6
[entropy.client.interfaces.package] import entropy.tools globally
2009-09-02 01:20:23 +02:00
Fabio Erculiani
fa7a8d339a
[entropy.client.interfaces.package] code cleanup
2009-09-02 01:20:23 +02:00