summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Make spawning of `id -G portage` happen lazily when userpriv_groups is firstZac Medico2010-04-101-17/+22
* Handle IOError when trying to cache the Packages file from the binhost.Zac Medico2010-04-091-1/+1
* When caching Packages file from binhost, ignore failure to write in casesZac Medico2010-04-091-2/+1
* Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since weZac Medico2010-04-071-7/+4
* In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary modeZac Medico2010-04-071-1/+1
* Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unusedZac Medico2010-04-071-44/+19
* Handle pkg_pretend output properlySebastian Luther2010-04-072-16/+46
* Make ensure_dirs() behave correctly for DragonFly when EPERM is raised forZac Medico2010-04-061-7/+12
* Cleanup $T earlier to prevent old messages from being displayed - bug 279041Sebastian Luther2010-04-062-3/+4
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-063-9/+5
* also check quoting on the Prefix variables added in EAPI=3, thanks jlec for t...Fabian Groffen2010-04-051-0/+3
* Merge remote branch 'fews-portage-branch/pkg_pretend'Zac Medico2010-04-023-5/+86
|\
| * Implement emerge part of pkg_pretendSebastian Luther2010-04-023-5/+86
* | Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-0/+42
* | Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-022-3/+12
* | Update copyright header.Zac Medico2010-04-021-1/+1
* | Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.Zac Medico2010-04-021-1/+1
|/
* Update copyright header.Zac Medico2010-04-011-1/+1
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-312-20/+98
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-304-6/+12
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
* Make sure portage.VERSION is saved in the mtimedb as type str rather thanZac Medico2010-03-271-2/+3
* Implement __unicode__ for python2.Zac Medico2010-03-271-0/+3
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-272-1/+19
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
* Process help and version actions asap. Thanks to Brian Harring.Zac Medico2010-03-261-9/+10
* Use PORTAGE_USERNAME when populating userpriv_groups.Zac Medico2010-03-251-1/+1
* Implement PortageException.__unicode__ so the string formatin operator willZac Medico2010-03-251-1/+5
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-24229-229/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
* Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environmentZac Medico2010-03-232-2/+6
* Add check of herds in metadata.xmlSebastian Pipping2010-03-232-1/+119
* Prepare further checks on metadata.xmlSebastian Pipping2010-03-231-2/+2
* Show masking reasons for --binpkg-respect-use. Thanks to Sebastian LutherZac Medico2010-03-211-0/+2
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-201-5/+2
* Bug #309907 - Fix update_config_files() to handle package.license.Zac Medico2010-03-171-1/+1
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-161-4/+6
* Revert tar error handling changes from bug #309001 since we can't necessarilyZac Medico2010-03-141-1/+7
* Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.Zac Medico2010-03-131-0/+3
* Trust tar exit status and ignore bzip2 exit status as in bug #309001.Zac Medico2010-03-111-7/+1
* Only try to merge portage asap when the new version is different.v2.2_rc67Zac Medico2010-03-101-1/+3
* Only create implicit libc deps when the version changes.Zac Medico2010-03-092-1/+14
* Disable implicit libc deps for ROOT != "/" since it's probably not needed.Zac Medico2010-03-092-3/+6
* Merge libc asap for all roots instead of just ROOT="/".Zac Medico2010-03-091-6/+7
* Add periods.Zac Medico2010-03-091-2/+2
* Use ewarn output style to add some color.Zac Medico2010-03-091-7/+7
* Import 'email' and 'smtlib' locally since python ebuilds remove the 'email'Zac Medico2010-03-091-11/+21
* Add --debug output for the scheduler digraph.Zac Medico2010-03-091-0/+4
* If _implicit_libc_deps() finds both a new-style virtual and an old-styleZac Medico2010-03-091-8/+32