summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix CHOST masking logic wrt installed packages so that it's consistentZac Medico2008-02-101-1/+1
* Bug #209144 - For emerge --sync, show an informative error and don'tZac Medico2008-02-101-0/+6
* Fix the exitcode logic for bug #209144 so that when the server isZac Medico2008-02-101-1/+4
* Fix get_mask_info() to properly pass the "installed" attribute intoZac Medico2008-02-101-1/+1
* Bug #208708 - Show informative warning messages for installedZac Medico2008-02-091-96/+152
* Fix some broken variable references found by pyflakes.Zac Medico2008-02-081-2/+2
* Bug #208708 - Fix masked package display some more:Zac Medico2008-02-081-3/+29
* Don't show unmasked packages (currently installed packages) inZac Medico2008-02-081-0/+2
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse.Zac Medico2008-02-081-1/+1
* Bug #208708 - Fix warnings for system or world packages that are masked.Zac Medico2008-02-081-1/+3
* Bug #208782 - Consistently use double quotes rather than mixining in singleZac Medico2008-02-081-1/+1
* Bug #209144 - For emerge --sync, don't return 0 when the serverZac Medico2008-02-081-0/+1
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-072-1/+5
* don't try to copy manually removed libraries (bug #208946)Marius Mauch2008-02-052-1/+24
* display errors that occured during package set initalizationMarius Mauch2008-02-051-0/+4
* Use local time for elog summariesMarius Mauch2008-02-052-2/+2
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-011-1/+0
* Make the manifest1_compat constructor parameter default to FalseZac Medico2008-02-011-1/+1
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-2/+1
* Add 'local' to the list of non_category_dirs since it's commonlyZac Medico2008-01-311-1/+1
* * Bug #205966 - Don't show binhost password when displaying the uri.Zac Medico2008-01-311-2/+5
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-301-14/+1
* use strip(os.sep) on paths prior to os.path.join (branches/prefixZac Medico2008-01-301-2/+3
* Pull more functions out of repoman proper and into repoman.utilitiesAlec Warner2008-01-271-2/+178
* import ordering, prevent errors from mucking up module namespace in checks, f...Alec Warner2008-01-271-18/+26
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-261-0/+188
* Check for quoted ${A}. Thanks to maekke for this patch.Zac Medico2008-01-181-1/+12
* Bug #205318 - Handle errno.ENOTDIR thrown from the lstat callZac Medico2008-01-111-1/+1
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-4/+18
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-112-11/+18
* Bug #203316 - Fix isvalidatom() to properly detect invalid operatorsZac Medico2008-01-111-1/+1
* Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.Zac Medico2008-01-111-1/+0
* Bug #162542 - When dropping privileges for FEATURES=userpriv,Zac Medico2008-01-101-1/+12
* When spawing the "depend" phase, use file descriptors from sys.std*Zac Medico2008-01-081-1/+5
* Bug #204753 - Add "distfiles" and "packages" to the list ofZac Medico2008-01-071-2/+2
* Bug #204651 - Make repoman respect NOCOLOR=true.Zac Medico2008-01-061-1/+2
* Bug #204020 - Make grabfile() properly raise PermissionDenied whenZac Medico2008-01-021-1/+3
* When searching for "test" in IUSE, account for IUSE defaults.Zac Medico2007-12-311-1/+1
* Fix config.setcpv() to properly call config.regenerate() in casesZac Medico2007-12-311-1/+8
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-3/+1
* Fix broken Darwin USERLAND detection.Zac Medico2007-12-291-1/+3
* Add PKGDIR to the config.environ() whitelist so that people'sZac Medico2007-12-291-2/+1
* Make the global counter file correspond toZac Medico2007-12-291-24/+37
* Remove redundant USERLAND sanity check code from doebuild() sinceZac Medico2007-12-291-4/+1
* Add back support for silent definition of the dummy lchown()Zac Medico2007-12-291-0/+4
* Simplify the userland detection code in portage.data and addZac Medico2007-12-291-10/+5
* Remove redundant lchown() compatibility code since theZac Medico2007-12-291-6/+0
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-1/+1
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-3/+0
* Add support for showing binary package file sizes in emergeZac Medico2007-12-291-6/+14