Commit Graph

3141 Commits

Author SHA1 Message Date
Fabio Erculiani
3c6e229976 entropy.tools: fix typo in new function 2009-04-02 19:00:16 +02:00
Fabio Erculiani
2942ee3009 entropy.tools: new functions get_user_from_uid and get_group_from_gid 2009-04-02 18:54:00 +02:00
Fabio Erculiani
385224a448 update .gitignore 2009-04-02 18:53:42 +02:00
Fabio Erculiani
426addf3b4 entropy.tools: new functions get_uid_from_user and get_gid_from_user,
use them when tarinfo is used to extract tar files with proper uname
and gname bits
2009-04-02 18:45:34 +02:00
Fabio Erculiani
965bd60bd5 entropy.tools: where tarinfo is used to unpack packages, make sure
files are unpacked with correct permission bits even if uid or gid
don't exist at that time
2009-04-02 18:26:47 +02:00
Fabio Erculiani
4cf1c51d3b entropy.client.interfaces.package: when uncompress_tar_bz2 fails,
catch UnpicklingError exceptions too
2009-04-02 18:23:09 +02:00
Fabio Erculiani
c3e68b8982 Makefile: build pylzma in our custom location 2009-04-02 14:50:31 +02:00
Fabio Erculiani
563d1453cb adapt other makefiles to work with Entropy one 2009-04-02 14:21:48 +02:00
Fabio Erculiani
55be70d627 Entropy got a Makefile ! 2009-04-02 14:21:28 +02:00
Fabio Erculiani
1f1adabe88 removed unused spritz files 2009-04-02 14:21:02 +02:00
Fabio Erculiani
1669d4e219 update TODO 2009-04-02 13:50:58 +02:00
Fabio Erculiani
be785a52d3 update translation template file 2009-04-02 13:45:47 +02:00
Fabio Erculiani
7ab4d0e071 move pylzma outside libraries 2009-04-02 13:45:25 +02:00
Fabio Erculiani
927e83d8c4 removed etc-portage-bashrc 2009-04-02 13:44:21 +02:00
Fabio Erculiani
47a1c33337 rename etc-portage-bashrc into bashrc.entropy 2009-04-02 13:28:34 +02:00
Fabio Erculiani
03fbda0f79 misc/po Makefile: make it working with relative DESTDIR paths 2009-04-01 21:54:22 +02:00
Fabio Erculiani
96f2e6edf4 update TODO 2009-04-01 21:05:25 +02:00
Fabio Erculiani
09a535c9bf entropy.db: slightly improve addPackage performance 2009-04-01 21:04:59 +02:00
Fabio Erculiani
f29f2feaa4 update TODO 2009-04-01 20:22:06 +02:00
Fabio Erculiani
86746de6de reduce the amount of information printed by equo --help and advice
user to use --verbose to get the full content.
2009-04-01 20:21:27 +02:00
Fabio Erculiani
843e47f174 update TODO 2009-04-01 20:16:57 +02:00
Fabio Erculiani
e4028e23c9 entropy.client.interfaces.trigger.Trigger: add savedefault to grub trigger
we all know that this trigger will be removed from entropy very soon, but
in the meantime, add savedefault line at the bottom of new kernel strings.
2009-04-01 20:15:51 +02:00
Fabio Erculiani
95c3a0f59f Entropy Server and Community Repositories: make possible to specify
only a certain set of atoms to update through --atoms option.
Moreover, add --dbsync and --dbupdate options to the new spm pkgset
sub-tool
2009-04-01 15:03:34 +02:00
Fabio Erculiani
b63426810c update TODO 2009-04-01 15:03:02 +02:00
Fabio Erculiani
415f595927 server_activator.sync: return valid status
server_activator.sync did not return any status when called. Fix it!
2009-04-01 13:06:28 +02:00
Fabio Erculiani
59c9962c48 update .gitignore again 2009-04-01 12:53:24 +02:00
Fabio Erculiani
38aac61fd7 update .gitignore 2009-04-01 12:52:48 +02:00
Fabio Erculiani
501f0d7667 Entropy Server and Community Repositories: add new spm sub-tool "pkgset"
The new pkgset sub-tool allows maintainers to compile package sets from
entropy in a easier way.
2009-04-01 12:48:27 +02:00
Fabio Erculiani
b0b3cdc9ab entropy.spm: new method in PortagePlugin, get_set_atoms
this method returns a list (set) of atoms contained into a Portage
package set object. Those objects are returned, in a dict form,
by get_sets()
2009-04-01 12:13:47 +02:00
Fabio Erculiani
cddf5ddc33 entropy.server.interfaces.mirrors: fix output color when mirror is locked
when mirror is locked it was printed a completely red message. beautify it.
2009-04-01 12:02:48 +02:00
Fabio Erculiani
b020097b3a update TODO 2009-04-01 12:02:25 +02:00
Fabio Erculiani
671bd40c2e update .gitignore 2009-04-01 12:02:04 +02:00
Fabio Erculiani
d2449e2740 equo (community repos): export spm tool from reagent 2009-04-01 12:00:58 +02:00
Fabio Erculiani
4b471091e3 Spritz: remove pdb from code 2009-04-01 11:59:33 +02:00
Fabio Erculiani
b38051fd5a update TODO 2009-04-01 00:19:38 +02:00
Fabio Erculiani
aac6fa8b38 Spritz: add support for package install source. 2009-04-01 00:19:05 +02:00
Fabio Erculiani
70c1e9792a update .gitignore 2009-04-01 00:18:13 +02:00
Fabio Erculiani
df34d1627e client.text_ui (equo): fix grammar typo 2009-03-31 09:33:31 +02:00
Fabio Erculiani
7b3c1f1986 equo: add support for custom install source. 2009-03-31 09:32:54 +02:00
Fabio Erculiani
285c9c52aa entropy.client: export support for custom install source
entropy.client.interfaces.Package now supports installedtable
install source column. Clients can specify this parameter on
Package.prepare()'s metaopts argument

entropy.db.createInstalledTableSource: setting default value for
source column

entropy.const: add etpConst['install_sources'] constant
2009-03-31 09:29:28 +02:00
Fabio Erculiani
3bf21decd0 entropy.db: new column on installedtable
"source" column has been added to installedtable. The rationale is
that it is now possible to discriminate install sources. For
example, it's possible to know if a package has been installed as
a dependency or by explicit user request
2009-03-31 08:34:11 +02:00
Fabio Erculiani
282d510202 entropy.db: trivial code style update 2009-03-31 08:17:00 +02:00
Fabio Erculiani
5620018990 entropy.server: implement timestamp file handling
A simple timestamp file is now generated and uploaded with the
database to allow easy mirror maintenance and scriptability.
Detecting an outdated mirror is now easier.
2009-03-31 08:11:56 +02:00
Fabio Erculiani
ad6f4ab93f entropy.db: fix _write_rss_for_removed_package 2009-03-30 22:51:35 +02:00
Fabio Erculiani
21cd91f2ac entropy.*: general code error check passed 2009-03-30 17:19:15 +02:00
Fabio Erculiani
9979f52b6c update TODO 2009-03-30 17:18:54 +02:00
Fabio Erculiani
56e201b08e entropy.misc: code review and style update 2009-03-30 16:44:45 +02:00
Fabio Erculiani
4fe93041e6 entropy.db: code style update 2009-03-30 16:10:02 +02:00
Fabio Erculiani
88c961eb80 entropy.db: trivial header update 2009-03-30 15:07:08 +02:00
Fabio Erculiani
f8a8960c99 entropy.db: code check and partial code style update 2009-03-30 15:03:30 +02:00