Commit Graph

363 Commits

Author SHA1 Message Date
(no author) f7db4525d8 - added slot search query
- improved portage ebuild triggers
- added --nochecksum option for equo world and equo install
- parallelized package cleanups step
- usual set of misc bug fixes


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@923 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-21 03:38:36 +00:00
(no author) 8a118b7d8f - make portage_doebuild silent when etpUi['mute'] is set
- fix an issue with /lib/modules in extractPkgData that caused vmware-server to be tagged

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@922 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-20 14:37:23 +00:00
(no author) 1a1b663720 - added gentoo hooks to run pkg_{pre,post}{inst,rm} from ebuilds
- split unpacking action into a standalone step
- reorganized actionQueue dictionary
- bug fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@918 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-20 03:43:26 +00:00
(no author) 86ca8cb74b raise exception if path conversion fails
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@914 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-19 10:25:24 +00:00
(no author) 676c337ab7 fixed equo database generate issues with non utf-8 files
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@902 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-17 20:57:39 +00:00
(no author) b7579e7587 fixed issues reported by anielkis@gmail.com in entropyTools.getNewerVersion()
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@898 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-17 02:34:07 +00:00
(no author) 6baadfa08f redirect to dev/null
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@894 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-17 01:28:54 +00:00
(no author) d22d97db3d fix triggers duplicated execution and added a workaround for .tar.bz2 unpacking with python 2.4
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@893 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-17 01:24:53 +00:00
(no author) fa5902c0fc fix CompressionError exception
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@882 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-15 08:13:20 +00:00
(no author) 241d6329fd updated TODO, solved a memory leak with tarinfo
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@880 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-14 23:44:25 +00:00
(no author) 2fff550c42 support both python 2.4 and 2.5
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@879 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-14 19:10:06 +00:00
(no author) 1cf2f80b4f committing a fix for python 2.4 support
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@878 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-14 19:07:46 +00:00
(no author) 815d0d066a workaround for packages with no keywords set
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@877 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-14 18:33:32 +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) 01c14a6396 massively reduced memory consumption
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@870 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-14 14:43:34 +00:00
(no author) be9f5ded9c print more information when raising an exception
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@867 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-14 09:56:30 +00:00
(no author) 46a1cda014 fixed a huge memory leak with portage+python
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@865 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-13 23:27:14 +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) 054b3a28a9 - added preliminary exception library
- added a check for tbz2 files integrity
- added support for multiple compressions for tbz2s
- usual set of bug fixes


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@857 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-13 14:08:47 +00:00
(no author) 100dafbcb2 - fixed a problem with activator and directory tree generation
- organized all entropy caches in a single location

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@852 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-12 22:43:23 +00:00
(no author) 7a4158657f - fixed utf8 conversion issues
- delete dbconn class everywhere


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@850 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-12 15:06:28 +00:00
(no author) fdfb4252b7 typo in function call
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@844 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-11 23:21:04 +00:00
(no author) 2c927f3c5e fix xpak module import conflicts by renaming it to etpXpak
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@843 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-11 22:40:21 +00:00
(no author) edf1d7a49f - improved etpDbStatus scope
- misc bug fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@838 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-11 15:18:17 +00:00
(no author) 06ce3a7458 say goodbye to databaseStatus class, say hello to etpDatabase dict
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@828 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-10 18:45:31 +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) ae8a15ac38 added basic multipackages functionalities, must be exported to GUI/CLI
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@825 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-10 14:07:21 +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) 833af52a09 usual set of bug fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@816 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-09 12:29:28 +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) 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) c0a49a60dd - fixed an issue with opening text files that cointain >chr(128) characters
- added eclasses printout for reagent database search
- added CONFIG_PROTECT_SKIP feature
- added java-config trigger


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@744 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-21 11:24:39 +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) 82ed4ac902 - fix in databaseTools.atomMatch that didn't pull some virtual packages
- added our revdep-rebuild tool
- some misc fixes and improvements


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@738 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-19 23:09:41 +00:00
(no author) 5dddb23bf2 - update dumpTools to use a while loop to trap CTRL+C
- fix tarinfo paths by encoding them to unicode

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@736 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-19 13:48:29 +00:00
(no author) 6859bc1511 - fixed uncompression of empty tbz2s
- added removalQueue validation


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@732 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-19 11:27:29 +00:00
(no author) 3a643f70d8 - fixed a lot of memory leaks
- updated some functions inside triggerTools
- improved speed of content table by indexing the content
- added --resume support for remove,install,world tools 
- removed memory hog contentCache (set())
- some misc fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@728 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-19 04:07:28 +00:00
(no author) 8874e4998d fix reagent path issue
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@725 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-18 16:55:04 +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) f44703cb8f add stronger workaround for badly encoded file types
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@693 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-16 09:26:36 +00:00
(no author) 8c579034e4 some small improvements to equo database generate
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@682 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-15 08:06:38 +00:00
(no author) d6e06c3cda update equo database generate
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@681 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-15 00:21:30 +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) 65f910996a updated quickpkg() function
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@672 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-14 10:04:47 +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