Commit Graph

6921 Commits

Author SHA1 Message Date
Fabio Erculiani
2211047501 Tagging Entropy version 0.99.51.12 0.99.51.12 2010-12-14 19:48:33 +01:00
Fabio Erculiani
b84ddc5f88 Release Entropy 0.99.51.12 2010-12-14 19:48:30 +01:00
Fabio Erculiani
4f440fb35f Tagging Entropy version 0.99.51.5 0.99.51.5 2010-12-14 19:40:08 +01:00
Fabio Erculiani
242402cb92 Release Entropy 0.99.51.5 2010-12-14 19:40:00 +01:00
Fabio Erculiani
1ea5871f1f [entropy.spm] add workaround for Portage 2.1.9x, having package sets configuration disabled by default 2010-12-14 19:38:04 +01:00
Fabio Erculiani
ff51f9d938 [entropy.fetchers] avoid to re-read the downloaded file for making the md5 when using urllib 2010-12-12 14:26:20 +01:00
Fabio Erculiani
ab1e111502 [services] entropy-pkgdelta-generator: add --lock support
Add --lock <lock_file_path> switch in order to make possible to
control the execution of the tool and avoid to have multiple instances
running.
2010-12-12 10:12:02 +01:00
Fabio Erculiani
a4122850c4 [entropy.tools] update API of generate_entropy_delta() and generate_entropy_delta_file_name(), improve reliability of fetching the right file. 2010-12-11 23:01:00 +01:00
Fabio Erculiani
95d0d9139d [entropy.output] always return unicode data (when possible) out of _my_raw_input(), close bug 2006. 2010-12-10 12:43:35 +01:00
Fabio Erculiani
af39de27a6 [entropy.security] Security.get_pubkey() catch GPGError in case of issues exporting pubkey, and raise KeyError 2010-12-09 21:38:42 +01:00
Fabio Erculiani
689f5dd95e [entropy.client.interfaces.package] deal with badly encoded file names in cleanup 2010-12-09 21:34:35 +01:00
Fabio Erculiani
d5cdff3191 Tagging Entropy version 0.99.51.11 0.99.51.11 2010-12-08 16:47:57 +01:00
Fabio Erculiani
2325d2dc82 Release Entropy 0.99.51.11 2010-12-08 16:47:56 +01:00
Fabio Erculiani
ae8cc9bfcf [entropy.spm] PortagePlugin: improve speed of get_package_sets(False) as used by entropy.server 2010-12-08 16:47:17 +01:00
Fabio Erculiani
5697c2ee3c [services/entropy-pkgdelta-generator] add --quiet support 2010-12-08 15:55:06 +01:00
Fabio Erculiani
e1fd7a2da5 Tagging Entropy version 0.99.51.10 0.99.51.10 2010-12-08 15:44:11 +01:00
Fabio Erculiani
5abfc112f8 Release Entropy 0.99.51.10 2010-12-08 15:44:02 +01:00
Fabio Erculiani
74e7a5102e [services/entropy-pkgdelta-generator] skip invalid package file names silently 2010-12-07 21:05:36 +01:00
Fabio Erculiani
b3e6aeb0ea [entropy.dep] improve exploit_package_name, raise AttributeError if input validation fails 2010-12-07 21:04:11 +01:00
Fabio Erculiani
6cefc18268 [services/entropy-pkgdelta-generator] use etpConst .md5 extension constant and remove stale .md5 files too on cleanup 2010-12-07 20:57:49 +01:00
Fabio Erculiani
f78e69056e [services/entropy-pkgdelta-generator] also generate .md5 file 2010-12-07 20:54:59 +01:00
Fabio Erculiani
33e36a30d9 [services] add entropy package deltas generator tool 2010-12-07 20:14:16 +01:00
Fabio Erculiani
f3171344fe [entropy.const] move package delta subdir name to etpConst 2010-12-07 20:14:02 +01:00
Fabio Erculiani
b75a3400e1 [todo] update TODO 2010-12-04 13:09:18 +01:00
Fabio Erculiani
13258fe903 [entropy.tools] add package delta updates support function
Implement generate_entropy_delta and apply_entropy_delta functions
2010-12-04 13:09:18 +01:00
Fabio Erculiani
821eac28c2 [entropy.dep] two new handy function strip_entropy_package_extension and exploit_package_filename 2010-12-04 13:09:18 +01:00
Fabio Erculiani
91468af5d9 [entropy.exceptions] move some exception to respective modules
Create entropy.transceivers.exceptions package containing transceiver
related stuff.
Create entropy.services.exceptions package containing services
related stuff.

Break API (yay!)
2010-12-03 18:20:56 +01:00
Fabio Erculiani
b08707414a [entropy.dep] fix undefined reference in expand_dependencies() 2010-12-03 17:42:17 +01:00
Fabio Erculiani
07db7a904f [equo] query: make print_package_info more fault tolerant towards corrupted repository entries 2010-12-02 08:04:20 +01:00
Fabio Erculiani
d5d0f8f26b [entropy.client.interfaces.dep] catch DatabaseError exception when calling atomMatch() 2010-12-02 08:03:42 +01:00
Fabio Erculiani
4cf921192d [conf] add new brazilian mirrors to repositories.conf and reorder mirrors a bit 2010-11-29 15:07:20 +01:00
Fabio Erculiani
e5a2d31191 Tagging Entropy version 0.99.51.4 0.99.51.4 2010-11-28 23:01:38 +01:00
Fabio Erculiani
bd153e7b34 Release Entropy 0.99.51.4 2010-11-28 23:01:34 +01:00
Fabio Erculiani
488e9cebf6 [equo] fix undefined reference in "equo community" code 2010-11-28 22:38:14 +01:00
Fabio Erculiani
65c4d3a282 [todo] update TODO 2010-11-28 13:13:23 +01:00
Fabio Erculiani
ccf38fd5e2 [equo] add --assimilate support to "equo security oscheck" to save checksums and mtimes of altered files 2010-11-28 13:12:34 +01:00
Fabio Erculiani
50fa121180 [entropy.db] EntropyRepositoryBase: implement new method "setContentSafety", the opposite of "retrieveContentSafety" 2010-11-28 13:11:55 +01:00
Fabio Erculiani
ad1254d029 Tagging Entropy version 0.99.51.3 0.99.51.3 2010-11-27 15:03:05 +01:00
Fabio Erculiani
f30b9e6ba6 Release Entropy 0.99.51.3 2010-11-27 15:03:05 +01:00
Fabio Erculiani
0a8d640bf5 Tagging Entropy version test.0 test.0 2010-11-27 15:02:15 +01:00
Fabio Erculiani
49fa5e7836 Release Entropy test.0 2010-11-27 15:02:15 +01:00
Fabio Erculiani
284b0539db [scripts] slightly tweak tag-version.sh script to make possible to list the new release in the released ChangeLog file. 2010-11-27 14:47:19 +01:00
Fabio Erculiani
17c7f9d951 Tagging Entropy version 0.99.51.2 0.99.51.2 2010-11-27 14:45:48 +01:00
Fabio Erculiani
a15d12445e Release Entropy 0.99.51.2 2010-11-27 14:45:48 +01:00
Fabio Erculiani
f7138f4a82 Tagging Entropy version 0.99.51.1 2010-11-27 14:35:41 +01:00
Fabio Erculiani
047dbf3aaf [reagent] call _update() instead of update(), entropy lock is already acquired 0.99.51.1 2010-11-27 14:32:51 +01:00
Fabio Erculiani
24df7a05af [activator] fix regression in repository sync handling, do not reinstantiante Entropy Server instance and lose repository information 2010-11-27 13:38:13 +01:00
Fabio Erculiani
dba41146dc [tests] make content_safety test more reliable on different platforms 2010-11-26 23:08:30 +01:00
Fabio Erculiani
0ff67b01c4 Tagging Entropy version 0.99.51 0.99.51 2010-11-26 20:23:38 +01:00
Fabio Erculiani
4aed13fec6 [todo] update TODO 2010-11-26 19:51:05 +01:00