| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #165349, use the portage_versions regex (via pkgsplit) instead of the... | Zac Medico | 2007-02-05 | 1 | -24/+1 |
* | Fix "UnboundLocalError: local variable 'portage' referenced before assignment... | Zac Medico | 2007-02-03 | 1 | -2/+2 |
* | In order to correctly handl the case of target caches that don't have complet... | Zac Medico | 2007-02-03 | 1 | -1/+3 |
* | Fix a typo from the previos commit. | Zac Medico | 2007-02-03 | 1 | -1/+1 |
* | Use ! -type l to exclude symlinks better. Thanks to marienz. | Zac Medico | 2007-02-03 | 1 | -5/+1 |
* | For bug #165034, make sure that symlinks are excluded from chmod calls. | Zac Medico | 2007-02-03 | 1 | -1/+5 |
* | Make the tests pass. | Zac Medico | 2007-02-03 | 1 | -1/+1 |
* | For bug #165065, use the proper RESTRICT setting when fetching files in diges... | Zac Medico | 2007-02-03 | 1 | -9/+19 |
* | grrr I thought I removed this | Alec Warner | 2007-02-02 | 1 | -4/+0 |
* | remove redundant directory now | Alec Warner | 2007-02-02 | 21 | -1/+1 |
* | For bug #153109, replace our old chflags module with the one provided by the ... | Zac Medico | 2007-02-01 | 1 | -28/+13 |
* | add warning about storing data in PORTDIR | Alec Warner | 2007-02-01 | 1 | -0/+9 |
* | Rename dir.bz2 since that's the most likely case now. | Zac Medico | 2007-02-01 | 1 | -1/+1 |
* | apparently I'm retarded and missed some of the tests.. | Alec Warner | 2007-02-01 | 23 | -644/+0 |
* | A somewhat more intelligent layout, move tests into portaage namespace so we ... | Alec Warner | 2007-02-01 | 23 | -0/+643 |
* | fix doc typo; more test fiddling | Alec Warner | 2007-02-01 | 3 | -10/+15 |
* | Fix --newuse so that it works correctly with --usepkg. | Zac Medico | 2007-02-01 | 1 | -2/+1 |
* | Load the most current variables from /etc/profile.env for post_emerge stuff. | Zac Medico | 2007-02-01 | 1 | -0/+6 |
* | fix regression in test changes | Alec Warner | 2007-02-01 | 1 | -11/+20 |
* | increase test coverage to cover slots, uncovering a few corner cases that nee... | Alec Warner | 2007-02-01 | 2 | -6/+12 |
* | Round one of dep_getusedeps() | Alec Warner | 2007-02-01 | 1 | -1/+31 |
* | rename file | Alec Warner | 2007-02-01 | 1 | -0/+0 |
* | add some new tests | Alec Warner | 2007-02-01 | 3 | -7/+52 |
* | Don't use os.path.isdir() because it can swallow errors related to filesystem... | Zac Medico | 2007-01-31 | 1 | -2/+8 |
* | try and fix $Rev$ | Mike Frysinger | 2007-01-31 | 1 | -1/+1 |
* | try and fix $LastChangedRevision$ | Mike Frysinger | 2007-01-31 | 1 | -1/+1 |
* | add some useful options | Mike Frysinger | 2007-01-31 | 1 | -29/+60 |
* | Use find + xargs to avoid a potential 'Argument list too long' from bash. Th... | Zac Medico | 2007-01-31 | 1 | -3/+1 |
* | For bug #164617, don't change permissions on ${WORKDIR} with unpack(). | Zac Medico | 2007-01-30 | 1 | -1/+5 |
* | For bug #164532, don't rely on ${USERLAND} since the portage tree might be em... | Zac Medico | 2007-01-30 | 1 | -2/+4 |
* | 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 |