summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* For bug #167667, add support for ${PORTDIR}/manifest1_obsolete and automatica...Zac Medico2007-02-221-3/+51
* Add some sanity checks for file list handling when repolevel < 3.Zac Medico2007-02-221-0/+12
* Fix broken file list handling for FEATUES=sign when only the Manifest has cha...Zac Medico2007-02-221-0/+6
* Fix more broken commitmessagefile handling.Zac Medico2007-02-221-2/+7
* Use startdir instead of mydir since mydir has a trailing slash which triggers...Zac Medico2007-02-221-3/+3
* Avoid a TypeError when commitmessagefile is None.Zac Medico2007-02-221-1/+1
* Fix stardir and repodir logic from the previous commit.Zac Medico2007-02-211-5/+3
* For consistency, replace multiple os.getcwd() calls with the "mydir" variable.Zac Medico2007-02-211-4/+4
* s/x/xs/ to fix a typo in a variable name.Zac Medico2007-02-211-1/+1
* Don't exclude . since that excludes the entire contents of some tar files.Zac Medico2007-02-181-1/+1
* When calling tar, always exclud . in order to preserver PORTAGE_WORKDIR_MODE....Zac Medico2007-02-181-6/+6
* For bug #166785, check for invalid categories in the world file.Zac Medico2007-02-181-3/+16
* For full backwards compat (with symlinks or other weird stuff) import everyth...Marius Mauch2007-02-171-3/+3
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t...Marius Mauch2007-02-171-5366/+5
* Print hostname in xterm title if sheridan is available in the environmentMarius Mauch2007-02-171-4/+5
* Print filename when displaying package.mask commentsMarius Mauch2007-02-171-2/+3
* Add support for RSYNC_EXTRA_OPTS to webrsyncMarius Mauch2007-02-171-2/+2
* Add missing quotes.Zac Medico2007-02-151-1/+1
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ...Zac Medico2007-02-151-1/+2
* Optimize merge order calculation for --tree output when necessary.Zac Medico2007-02-141-1/+2
* For bug #158100, use an exact reversal of the actual merge order for --tree o...Zac Medico2007-02-141-0/+5
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-1016-16/+16
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-1016-16/+32
* Create namespace for emergeMarius Mauch2007-02-081-3/+4
* die requires diefunc and dump_trace too; duh; also move extdebug into isolate...Alec Warner2007-02-082-66/+31
* Make the "lfull" output more succinct by omitting categories for which there ...Zac Medico2007-02-081-2/+1
* For bug #165783, handle a potential InvalidDependString exception in repoman ...Zac Medico2007-02-071-14/+25
* Enable strict dep checking for repoman.Zac Medico2007-02-071-0/+1
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-072-2/+3
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is e...Zac Medico2007-02-071-1/+2
* move die into isolated-functions.shAlec Warner2007-02-072-12/+45
* For bug #165783, handle an InvalidDependString exception triggered by an inva...Zac Medico2007-02-071-3/+9
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-072-0/+3
* For bug #165382, show a helpful message if an exception is raised from cpv_ex...Zac Medico2007-02-051-3/+16
* Fix another UnboundLocalError (branches/prefix r5893)Zac Medico2007-02-051-2/+2
* For bug #165349, use the portage_versions regex (via pkgsplit) instead of the...Zac Medico2007-02-051-24/+1
* Fix "UnboundLocalError: local variable 'portage' referenced before assignment...Zac Medico2007-02-031-2/+2
* Fix a typo from the previos commit.Zac Medico2007-02-031-1/+1
* Use ! -type l to exclude symlinks better. Thanks to marienz.Zac Medico2007-02-031-5/+1
* For bug #165034, make sure that symlinks are excluded from chmod calls.Zac Medico2007-02-031-1/+5
* Rename dir.bz2 since that's the most likely case now.Zac Medico2007-02-011-1/+1
* Fix --newuse so that it works correctly with --usepkg.Zac Medico2007-02-011-2/+1
* Load the most current variables from /etc/profile.env for post_emerge stuff.Zac Medico2007-02-011-0/+6
* try and fix $Rev$Mike Frysinger2007-01-311-1/+1
* try and fix $LastChangedRevision$Mike Frysinger2007-01-311-1/+1
* add some useful optionsMike Frysinger2007-01-311-29/+60
* Use find + xargs to avoid a potential 'Argument list too long' from bash. Th...Zac Medico2007-01-311-3/+1
* For bug #164617, don't change permissions on ${WORKDIR} with unpack().Zac Medico2007-01-301-1/+5
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be em...Zac Medico2007-01-301-2/+4