summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update test notesAlec Warner2007-02-101-3/+8
| | | | svn path=/main/trunk/; revision=5934
* Create namespace for emergeMarius Mauch2007-02-083-4/+5
| | | | svn path=/main/trunk/; revision=5931
* die requires diefunc and dump_trace too; duh; also move extdebug into ↵Alec Warner2007-02-082-66/+31
| | | | | | isolated-functions.sh svn path=/main/trunk/; revision=5930
* Make the "lfull" output more succinct by omitting categories for which there ↵Zac Medico2007-02-081-2/+1
| | | | | | are no violations. svn path=/main/trunk/; revision=5928
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
| | | | svn path=/main/trunk/; revision=5926
* Synchronize required hash code in all relevant places.Zac Medico2007-02-072-5/+10
| | | | svn path=/main/trunk/; revision=5924
* For bug #165783, handle a potential InvalidDependString exception in repoman ↵Zac Medico2007-02-071-14/+25
| | | | | | and report a SRC_URI.syntax failure. svn path=/main/trunk/; revision=5922
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-5/+11
| | | | | | doebuild(). svn path=/main/trunk/; revision=5920
* Enable strict dep checking for repoman.Zac Medico2007-02-071-0/+1
| | | | svn path=/main/trunk/; revision=5918
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-3/+9
| | | | | | digestgen(). svn path=/main/trunk/; revision=5916
* For bug #165780, make config-protect code consistently ignore '.*~' and ↵Zac Medico2007-02-072-2/+3
| | | | | | '.*.bak'. svn path=/main/trunk/; revision=5914
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is ↵Zac Medico2007-02-071-1/+2
| | | | | | enabled). svn path=/main/trunk/; revision=5912
* move die into isolated-functions.shAlec Warner2007-02-072-12/+45
| | | | svn path=/main/trunk/; revision=5910
* For bug #165783, handle an InvalidDependString exception triggered by an ↵Zac Medico2007-02-071-3/+9
| | | | | | invalid SRC_URI. svn path=/main/trunk/; revision=5908
* For backward compatibility with api consumers, _dep_check_strict behavior ↵Zac Medico2007-02-073-2/+6
| | | | | | will be explicitly enabled as necessary. Thanks to Brian <dol-sen@telus.net> for reporting issues with porthole and equery. svn path=/main/trunk/; revision=5907
* Update modules doc for the new portage namespace.Zac Medico2007-02-061-1/+1
| | | | svn path=/main/trunk/; revision=5906
* Document PORTAGE_WORKDIR_MODE for bug #8688. Thanks to Peter Hjalmarsson in ↵Zac Medico2007-02-061-0/+3
| | | | | | bug #164617. svn path=/main/trunk/; revision=5904
* Make sure to fetch files if MANIFEST2_REQUIRED_HASH is missing.Zac Medico2007-02-061-0/+1
| | | | svn path=/main/trunk/; revision=5903
* Check if entries contain the required hashes before writing the ManifestMarius Mauch2007-02-061-2/+10
| | | | svn path=/main/trunk/; revision=5902
* For bug #165382, show a helpful message if an exception is raised from ↵Zac Medico2007-02-051-3/+16
| | | | | | cpv_expand(). svn path=/main/trunk/; revision=5897
* Fix another UnboundLocalError (branches/prefix r5893)Zac Medico2007-02-051-2/+2
| | | | svn path=/main/trunk/; revision=5895
* Ensure that the code for bug #165342 only affects name collisions with virtuals.Zac Medico2007-02-051-2/+4
| | | | svn path=/main/trunk/; revision=5891
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only ↵Zac Medico2007-02-051-2/+12
| | | | | | two matches and one of them is a virtual. Prefer the non-virtual instead. svn path=/main/trunk/; revision=5890
* Document --config-root for bug #165334.Zac Medico2007-02-051-2/+7
| | | | svn path=/main/trunk/; revision=5889
* For bug #165349, use the portage_versions regex (via pkgsplit) instead of ↵Zac Medico2007-02-051-24/+1
| | | | | | the incompatible ones that repoman currently uses. svn path=/main/trunk/; revision=5888
* Fix "UnboundLocalError: local variable 'portage' referenced before ↵Zac Medico2007-02-031-2/+2
| | | | | | assignment" caused by a local import hiding a global import. svn path=/main/trunk/; revision=5887
* In order to correctly handl the case of target caches that don't have ↵Zac Medico2007-02-031-1/+3
| | | | | | complete eclass entries, validate the set of interited eclasses to make sure it is correct (since timestamp validation is not applicable). svn path=/main/trunk/; revision=5880
* Fix a typo from the previos commit.Zac Medico2007-02-031-1/+1
| | | | svn path=/main/trunk/; revision=5879
* Use ! -type l to exclude symlinks better. Thanks to marienz.Zac Medico2007-02-031-5/+1
| | | | svn path=/main/trunk/; revision=5878
* For bug #165034, make sure that symlinks are excluded from chmod calls.Zac Medico2007-02-031-1/+5
| | | | svn path=/main/trunk/; revision=5877
* Make the tests pass.Zac Medico2007-02-031-1/+1
| | | | svn path=/main/trunk/; revision=5876
* For bug #165065, use the proper RESTRICT setting when fetching files in ↵Zac Medico2007-02-031-9/+19
| | | | | | digestgen(). svn path=/main/trunk/; revision=5875
* grrr I thought I removed thisAlec Warner2007-02-021-4/+0
| | | | svn path=/main/trunk/; revision=5872
* remove redundant directory nowAlec Warner2007-02-0221-1/+1
| | | | svn path=/main/trunk/; revision=5871
* For bug #153109, replace our old chflags module with the one provided by the ↵Zac Medico2007-02-011-28/+13
| | | | | | py-freebsd package. Thanks to Diego Pettenò <flameeyes@gentoo.org> for the initial patch. svn path=/main/trunk/; revision=5870
* 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