| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "UnboundLocalError: local variable 'portage' referenced before assignment... | Zac Medico | 2007-01-30 | 1 | -1/+0 |
* | For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo(). | Zac Medico | 2007-01-30 | 1 | -0/+2 |
* | For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat... | Zac Medico | 2007-01-29 | 1 | -4/+5 |
* | add support for transparently decompressing gz/Z/bz2 files since some upstrea... | Mike Frysinger | 2007-01-28 | 1 | -10/+36 |
* | Minor cleanup for the LIVEVCS.stable code. | Zac Medico | 2007-01-28 | 1 | -4/+12 |
* | Can't delete variable that doesn't exist anymore (bug #164280) | Marius Mauch | 2007-01-28 | 1 | -1/+1 |
* | use errno.EACCES as suggested by Brian Harring | Alec Warner | 2007-01-28 | 1 | -2/+2 |
* | translate unicode quotes to ascii ones so we can keep our regex simple | Mike Frysinger | 2007-01-28 | 1 | -3/+4 |
* | Catch EACCESS when running env-update, orignal patch by <phajdan.jr@gmail.com... | Marius Mauch | 2007-01-28 | 1 | -1/+8 |
* | Add a warning about confcache to make.conf(5) | Marius Mauch | 2007-01-28 | 2 | -8/+0 |
* | Remove a stray print statement. Thanks to Rick Warner in bug #125261. | Zac Medico | 2007-01-28 | 1 | -1/+0 |
* | Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins... | Zac Medico | 2007-01-27 | 2 | -4/+8 |
* | add support for parsing of unicode quotes | Mike Frysinger | 2007-01-27 | 1 | -2/+4 |
* | fix minor sed overzeallousness | Alec Warner | 2007-01-27 | 1 | -1/+1 |
* | Move tests into new directory structure | Alec Warner | 2007-01-27 | 19 | -0/+0 |
* | add test to entice svn mv | Alec Warner | 2007-01-27 | 1 | -0/+83 |
* | fix namespacing in tests | Alec Warner | 2007-01-27 | 19 | -21/+21 |
* | if requested argv cannot be matched to anything, exit with non-zero status | Mike Frysinger | 2007-01-27 | 1 | -1/+6 |
* | For consistency, do not imply --pretend with --changelog since that prevents ... | Zac Medico | 2007-01-27 | 1 | -5/+0 |
* | Fix automatic path detection to account for new location | Marius Mauch | 2007-01-25 | 1 | -1/+1 |
* | Fix broken symlink caused by exec module rename | Marius Mauch | 2007-01-25 | 1 | -1/+1 |
* | Document namespace sanitizing | Marius Mauch | 2007-01-25 | 2 | -0/+9 |
* | Namespace sanitizing, step 5 | Marius Mauch | 2007-01-25 | 2 | -91/+92 |
* | Namespace sanitizing, step 4 | Marius Mauch | 2007-01-25 | 8 | -58/+58 |
* | Fix some breakage caused by script malfunction | Marius Mauch | 2007-01-25 | 2 | -2/+2 |
* | Namespace sanitizing, step 3 | Marius Mauch | 2007-01-25 | 20 | -79/+79 |
* | Namespace sanitizing, step 2b | Marius Mauch | 2007-01-25 | 8 | -16/+16 |
* | Namespace sanitizing, step 2 | Marius Mauch | 2007-01-25 | 17 | -304/+304 |
* | Adding compat symlinks for cache and elog packages | Marius Mauch | 2007-01-25 | 2 | -0/+2 |
* | Namespace sanitizing, step 1 | Marius Mauch | 2007-01-25 | 70 | -6992/+7016 |
* | demote KEYWORDS.missing to a warning to make KEYWORDS='' valid | Marius Mauch | 2007-01-24 | 1 | -0/+1 |
* | Fix broken line number counting for CONTENTS.v2.1.2-r3 | Zac Medico | 2007-01-23 | 1 | -2/+2 |
* | For bug #142279, detect and warn about null bytes in CONTENTS. | Zac Medico | 2007-01-23 | 1 | -0/+8 |
* | Update package.keywords section in portage(5) with info about new ** token | Marius Mauch | 2007-01-23 | 1 | -9/+17 |
* | Add new ** for package.keywords token to bypass keyword visibility layer | Marius Mauch | 2007-01-23 | 2 | -3/+11 |
* | For bug #163219, handle binpkgs that have missing PF metadata. | Zac Medico | 2007-01-22 | 1 | -2/+3 |
* | For bug #163083, handle an UnsupportedAPIException thrown from the prerm phase. | Zac Medico | 2007-01-21 | 2 | -4/+11 |
* | To ease transition while Manifest 1 is being removed, only require hashes tha... | Zac Medico | 2007-01-21 | 1 | -4/+6 |
* | Don't require MANIFEST2 hashes since that can trigger excessive fetches when ... | Zac Medico | 2007-01-21 | 1 | -1/+3 |
* | Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647. | Zac Medico | 2007-01-20 | 1 | -7/+7 |
* | Use XARGS for portable xargs handling when find doesn't find any files. (bran... | Zac Medico | 2007-01-20 | 1 | -1/+1 |
* | For bug #161356, prevent an AttributeError if the exception has no __module__... | Zac Medico | 2007-01-20 | 1 | -1/+1 |
* | For bug #161356, fix the SLOT match code to handle a KeyError thrown due to a... | Zac Medico | 2007-01-20 | 1 | -2/+8 |
* | Some minor fixes for manifest code | Marius Mauch | 2007-01-20 | 2 | -8/+15 |
* | fix programlisting output to match the sections they are in | Mike Frysinger | 2007-01-20 | 1 | -3/+4 |
* | forgot to document strict alias warnings | Mike Frysinger | 2007-01-20 | 1 | -0/+14 |
* | Fix syntax. | Zac Medico | 2007-01-19 | 1 | -1/+1 |
* | For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is explic... | Zac Medico | 2007-01-19 | 1 | -1/+7 |
* | Simplify rsync timestamp.chk handling and print the correct path for bug #507... | Zac Medico | 2007-01-18 | 1 | -50/+43 |
* | Raise an informative InvalidData exception instead of 'TypeError: unsubscript... | Zac Medico | 2007-01-18 | 1 | -0/+2 |