Commit Graph

160 Commits

Author SHA1 Message Date
(no author)
c3c7906e0a - totally rewritten Entropy modules and interface
the biggest commit, ever

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@982 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-01-03 17:48:57 +00:00
(no author)
db9b8cdbd7 - misc bug fixes
- moving askquestion to EquoInterface (that is gonna be renamed to EntropyInterface when done)

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@973 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-01-01 14:34:24 +00:00
(no author)
b545e7a1ad - added expired packages support to --initialize
- added injected packages support to --initialize


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@947 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-27 17:35:43 +00:00
(no author)
73e8370aa3 completed packages move server side, slotmove will hit soon
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@946 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-27 17:14:53 +00:00
(no author)
b12f27e258 - added kbuildsycoca4 trigger
- fixed a bug in gentoosync
- fixed a bug with maskingparser.py
- misc bug fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@904 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-18 17:11:09 +00:00
(no author)
a0ccf902d4 added query functionalities to reagent + some spare bug fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@889 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-16 11:57:20 +00:00
(no author)
125fadce84 initial exception infrastructure ready and implemented
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@875 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-14 18:13:24 +00:00
(no author)
64040fdb46 code review done
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@861 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-13 19:37:17 +00:00
(no author)
b7f81d673c added a clean tool for multipackages
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@854 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-12 23:46:05 +00:00
(no author)
234dc6103b fix tbz2Handler function call
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@832 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-11 00:04:42 +00:00
(no author)
80995670bb completed multipackage support server side
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@826 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-10 16:41:48 +00:00
(no author)
f834623688 fixing two small bugs in atomMatch
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@819 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-09 22:55:14 +00:00
(no author)
067e8c81fd updates and bug fixes, preparing entropy 0.8.40
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@817 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-09 17:49:06 +00:00
(no author)
285308f0dc added a workaround to handle tbz2s without COUNTER
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@808 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-06 20:11:06 +00:00
(no author)
0a477c4127 - switching to global vars etpUi to handle --verbose --pretend --ask --quiet
- usual set of bug fixes


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@806 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-06 11:31:51 +00:00
(no author)
ec48e49a9f - fixed an issue in the grub trigger
- fixed an issue in the python trigger
- updated portage functions to work with multiple vartree locations
- fixed ETP_TMPDIR creation
- added a deep check when connecting through ftplib and internet access is not available
- check if upload dir exists before starting to copy files over


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@798 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-05 11:28:45 +00:00
(no author)
b13983515d workaround broken database when trying to get current revisions
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@776 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-29 13:24:35 +00:00
(no author)
883a8a564a fixing create-empty-database again
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@775 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-29 13:20:08 +00:00
(no author)
3505f81696 fixing create-empty-database function
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@774 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-29 13:18:42 +00:00
(no author)
a801228e7d move databaseStatus class inside entropyTools
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@750 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-21 19:18:51 +00:00
(no author)
cb2b5859be - added revision to package archives
- remove packages from mirrors only when they are expired -> etpConst['packagesexpirationdays']
- minor changes/updates


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@746 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-21 13:00:54 +00:00
(no author)
b1e370de5e - fix a bug at the end of equo world
- fix a huge bug inside dep_getkey for tagged packages
- correctly handle reagent update when tagged packages are processed
- fix a small equo conf update bug
- minor changes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@743 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-20 21:25:08 +00:00
(no author)
00083fc75f - improved removePackage files removal loop
- beautified removal tool (not enough btw)
- some small nice improvements

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@720 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-18 10:23:02 +00:00
(no author)
d63162b402 - add --noask option to reagent update
- do not use sys.exit inside a function but return exit status to caller
- other minor fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@708 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-16 23:51:22 +00:00
(no author)
d58f0c386f fix typo
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@692 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-16 08:50:12 +00:00
(no author)
ceec919246 remove unneeded countersdata table
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@690 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-15 18:02:38 +00:00
(no author)
c6ddcbfafd two fixes for the latest changes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@688 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-15 16:55:36 +00:00
(no author)
ad53b759b4 - speed improvements for reagent
- added portage <-> entropy database syncronization tool
- added counters table management for entropy client (equo)
- some misc code review and bug fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@685 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-15 16:33:31 +00:00
(no author)
48d5dd4285 adding inflate/deflate smart tools, plus rc = -10 when wrong command is typed
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@676 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-14 13:55:40 +00:00
(no author)
214263274c updates to support new content layout
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@674 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-14 10:20:45 +00:00
(no author)
2576847254 some misc updates and fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@669 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-13 18:41:48 +00:00
(no author)
b6fc56293e add quickpkg tool
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@668 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-13 15:41:53 +00:00
(no author)
0ce6dc6738 do some bugfixing
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@667 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-13 13:45:16 +00:00
(no author)
8e29077a1a splitting some libraries into multiple ones
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@664 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-12 12:55:15 +00:00
(no author)
956fa96e7b new experimental depgraph code
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@661 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-12 02:43:58 +00:00
(no author)
7b921f4d09 reagent md5remote scan atoms in all branches
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@658 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-11 18:53:52 +00:00
(no author)
d331c2caac adding reagent tool md5remote that remotely checks packages hash
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@657 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-11 16:44:38 +00:00
(no author)
a1c2fe3f95 modules reduction and various fixes/improvements
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@656 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-11 16:11:05 +00:00
(no author)
2453e49a17 - fix openClientDatabase during 'equo database generate'
- first part of the external triggers support


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@649 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-10 12:00:46 +00:00
(no author)
2de0b00569 introducing smart applications and smart packages
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@646 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-10 02:32:06 +00:00
(no author)
a9607cdba2 general bug fixing and updated dependency sorting function
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@640 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-08 12:16:27 +00:00
(no author)
07f4d147b0 adding some important fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@632 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-07 12:02:39 +00:00
(no author)
35cedf66b6 fix two small bugs
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@631 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-07 08:53:12 +00:00
(no author)
cd8bb3a63b fix two misc bugs
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@622 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-06 22:57:23 +00:00
(no author)
36164a2636 entropy, some misc updates and interface cleanups
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@621 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-06 22:36:25 +00:00
(no author)
0bae99c7dc some misc updates
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@620 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-06 17:56:20 +00:00
(no author)
30b6872fb4 some speed optimizations
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@619 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-06 08:31:08 +00:00
(no author)
67a8d5b89b disable xcache in reagent
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@614 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-05 08:56:49 +00:00
(no author)
523e9bafeb equo: a lot of new things, break backward compatibility for good
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@604 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-03 16:56:47 +00:00
(no author)
0f765252ff a lot of work is taking place, something could be a little bit broken, please be patient
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@600 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-03 01:37:19 +00:00