summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add warning about storing data in PORTDIRAlec Warner2007-02-011-0/+9
| | | | svn path=/main/trunk/; revision=5866
* Rename dir.bz2 since that's the most likely case now.Zac Medico2007-02-011-1/+1
| | | | svn path=/main/trunk/; revision=5865
* apparently I'm retarded and missed some of the tests..Alec Warner2007-02-0123-644/+0
| | | | svn path=/main/trunk/; revision=5864
* A somewhat more intelligent layout, move tests into portaage namespace so we ↵Alec Warner2007-02-0123-0/+643
| | | | | | can import them easier, seems to be a more common layout from what I've seen. Also rewrite the test runner to work with new layout svn path=/main/trunk/; revision=5863
* fix doc typo; more test fiddlingAlec Warner2007-02-013-10/+15
| | | | svn path=/main/trunk/; revision=5862
* Fix --newuse so that it works correctly with --usepkg.Zac Medico2007-02-011-2/+1
| | | | svn path=/main/trunk/; revision=5859
* Load the most current variables from /etc/profile.env for post_emerge stuff.Zac Medico2007-02-011-0/+6
| | | | svn path=/main/trunk/; revision=5858
* fix regression in test changesAlec Warner2007-02-011-11/+20
| | | | svn path=/main/trunk/; revision=5857
* increase test coverage to cover slots, uncovering a few corner cases that ↵Alec Warner2007-02-012-6/+12
| | | | | | need fixing svn path=/main/trunk/; revision=5856
* Round one of dep_getusedeps()Alec Warner2007-02-011-1/+31
| | | | svn path=/main/trunk/; revision=5855
* rename fileAlec Warner2007-02-011-0/+0
| | | | svn path=/main/trunk/; revision=5854
* add some new testsAlec Warner2007-02-013-7/+52
| | | | svn path=/main/trunk/; revision=5853
* Don't use os.path.isdir() because it can swallow errors related to ↵Zac Medico2007-01-311-2/+8
| | | | | | filesystem/disk corruption. svn path=/main/trunk/; revision=5852
* try and fix $Rev$Mike Frysinger2007-01-311-1/+1
| | | | svn path=/main/trunk/; revision=5849
* try and fix $LastChangedRevision$Mike Frysinger2007-01-311-1/+1
| | | | svn path=/main/trunk/; revision=5848
* add some useful optionsMike Frysinger2007-01-311-29/+60
| | | | svn path=/main/trunk/; revision=5847
* Use find + xargs to avoid a potential 'Argument list too long' from bash. ↵Zac Medico2007-01-311-3/+1
| | | | | | Thanks to solar for reporting. svn path=/main/trunk/; revision=5845
* For bug #164617, don't change permissions on ${WORKDIR} with unpack().Zac Medico2007-01-301-1/+5
| | | | svn path=/main/trunk/; revision=5842
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be ↵Zac Medico2007-01-301-2/+4
| | | | | | empty. svn path=/main/trunk/; revision=5840
* Fix "UnboundLocalError: local variable 'portage' referenced before ↵Zac Medico2007-01-301-1/+0
| | | | | | assignment" caused by an unnecessary local import hiding a global import. svn path=/main/trunk/; revision=5838
* For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo().Zac Medico2007-01-301-0/+2
| | | | svn path=/main/trunk/; revision=5833
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean ↵Zac Medico2007-01-291-4/+5
| | | | | | operations since those are most likely unattended. Thanks to Dan <hydrogen@notyetimplemented.com> for the initial patch. svn path=/main/trunk/; revision=5827
* add support for transparently decompressing gz/Z/bz2 files since some ↵Mike Frysinger2007-01-281-10/+36
| | | | | | upstream packages will compress for us svn path=/main/trunk/; revision=5825
* Minor cleanup for the LIVEVCS.stable code.Zac Medico2007-01-281-4/+12
| | | | svn path=/main/trunk/; revision=5821
* Can't delete variable that doesn't exist anymore (bug #164280)Marius Mauch2007-01-281-1/+1
| | | | svn path=/main/trunk/; revision=5817
* use errno.EACCES as suggested by Brian HarringAlec Warner2007-01-281-2/+2
| | | | svn path=/main/trunk/; revision=5814
* translate unicode quotes to ascii ones so we can keep our regex simpleMike Frysinger2007-01-281-3/+4
| | | | svn path=/main/trunk/; revision=5804
* Catch EACCESS when running env-update, orignal patch by ↵Marius Mauch2007-01-281-1/+8
| | | | | | <phajdan.jr@gmail.com> (bug #106061) svn path=/main/trunk/; revision=5803
* Add a warning about confcache to make.conf(5)Marius Mauch2007-01-282-8/+0
| | | | svn path=/main/trunk/; revision=5802
* Remove a stray print statement. Thanks to Rick Warner in bug #125261.Zac Medico2007-01-281-1/+0
| | | | svn path=/main/trunk/; revision=5799
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ↵Zac Medico2007-01-272-4/+8
| | | | | | instead of ENOTEMPTY. svn path=/main/trunk/; revision=5798
* add support for parsing of unicode quotesMike Frysinger2007-01-271-2/+4
| | | | svn path=/main/trunk/; revision=5796
* fix minor sed overzeallousnessAlec Warner2007-01-271-1/+1
| | | | svn path=/main/trunk/; revision=5795
* Move tests into new directory structureAlec Warner2007-01-2719-0/+0
| | | | svn path=/main/trunk/; revision=5794
* add test to entice svn mvAlec Warner2007-01-271-0/+83
| | | | svn path=/main/trunk/; revision=5793
* fix namespacing in testsAlec Warner2007-01-2719-21/+21
| | | | svn path=/main/trunk/; revision=5792
* if requested argv cannot be matched to anything, exit with non-zero statusMike Frysinger2007-01-271-1/+6
| | | | svn path=/main/trunk/; revision=5791
* For consistency, do not imply --pretend with --changelog since that prevents ↵Zac Medico2007-01-271-5/+0
| | | | | | --changelog from being usable in EMERGE_DEFAULTS_OPTS. Thanks to Ryan Hill <dirtyepic@gentoo.org> in #151250. svn path=/main/trunk/; revision=5790
* Fix automatic path detection to account for new locationMarius Mauch2007-01-251-1/+1
| | | | svn path=/main/trunk/; revision=5789
* Fix broken symlink caused by exec module renameMarius Mauch2007-01-251-1/+1
| | | | svn path=/main/trunk/; revision=5788
* Document namespace sanitizingMarius Mauch2007-01-252-0/+9
| | | | svn path=/main/trunk/; revision=5786
* Namespace sanitizing, step 5Marius Mauch2007-01-252-91/+92
| | | | svn path=/main/trunk/; revision=5785
* Namespace sanitizing, step 4Marius Mauch2007-01-258-58/+58
| | | | svn path=/main/trunk/; revision=5784
* Fix some breakage caused by script malfunctionMarius Mauch2007-01-252-2/+2
| | | | svn path=/main/trunk/; revision=5783
* Namespace sanitizing, step 3Marius Mauch2007-01-2520-79/+79
| | | | svn path=/main/trunk/; revision=5782
* Namespace sanitizing, step 2bMarius Mauch2007-01-258-16/+16
| | | | svn path=/main/trunk/; revision=5781
* Namespace sanitizing, step 2Marius Mauch2007-01-2517-304/+304
| | | | | | | Rename portage.exec to portage.process to avoid syntax errors svn path=/main/trunk/; revision=5780
* Adding compat symlinks for cache and elog packagesMarius Mauch2007-01-252-0/+2
| | | | svn path=/main/trunk/; revision=5779
* Namespace sanitizing, step 1Marius Mauch2007-01-2570-6992/+7016
| | | | svn path=/main/trunk/; revision=5778
* demote KEYWORDS.missing to a warning to make KEYWORDS='' validMarius Mauch2007-01-241-0/+1
| | | | svn path=/main/trunk/; revision=5768