summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Don't use os.path.isdir() because it can swallow errors related to filesystem...v2.1.2-r6Zac Medico2007-02-011-2/+8
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...v2.1.2-r5Zac Medico2007-01-291-3/+6
* Fix broken line number counting for CONTENTS. (trunk r5764:5765)Zac Medico2007-01-241-2/+2
* For bug #142279, detect and warn about null bytes in CONTENTS. (trunk r5762:5...Zac Medico2007-01-231-0/+8
* Add new ** for package.keywords token to bypass keyword visibility layer (tru...Zac Medico2007-01-231-1/+3
* For bug #163219, handle binpkgs that have missing PF metadata. (trunk r5756:5...Zac Medico2007-01-231-2/+3
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm phas...v2.1.2-r2Zac Medico2007-01-212-4/+11
* To ease transition while Manifest 1 is being removed, only require hashes tha...Zac Medico2007-01-211-4/+6
* Don't require MANIFEST2 hashes since that can trigger excessive fetches when ...Zac Medico2007-01-211-1/+3
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-201-2/+8
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-191-0/+5
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is explic...Zac Medico2007-01-191-1/+7
* Validate ebuild names in portdbapi.cp_list() and raise an raise an informativ...Zac Medico2007-01-182-2/+10
* For bug #162404, spawn tee outside the sesandbox domain so that it reads from...Zac Medico2007-01-171-6/+50
* Merge doebuild *DEPEND validation from trunk r5652:5655.Zac Medico2007-01-171-0/+24
* Fix elimination of duplicate virtuals between the binpkg repo and installed p...Zac Medico2007-01-171-3/+4
* Make dep_check() work correctly with --usepkgonly. This solves issues reporte...Zac Medico2007-01-171-72/+17
* Prevent packages that are installed but masked from being incorrectly flagged...Zac Medico2007-01-161-1/+4
* Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs a...Zac Medico2007-01-161-0/+2
* For consistency, respect the use_binaries flag inside _expand_new_virtuals().Zac Medico2007-01-161-0/+2
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G...Alec Warner2007-01-162-2/+3
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
* dirty dirty liesAlec Warner2007-01-161-6/+5
* ferringb pointed out this portroot parameter, ended up not using it, try an o...Alec Warner2007-01-162-24/+16
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
* merge glep42 into trunkAlec Warner2007-01-162-8/+52
* Clean up imports in portage_locks.pyAlec Warner2007-01-161-24/+20
* Make invalid deps non-fatal for some phases.Zac Medico2007-01-151-1/+6
* Clean up variables when finished.Zac Medico2007-01-151-0/+2
* For bug #162275, make doebuild validate *DEPEND and bail out if necessary.Zac Medico2007-01-151-0/+17
* Don't warn about /etc/make.profile not being a symlink if it has a parent file.Zac Medico2007-01-141-0/+1
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
* Fix 'TypeError: not all arguments converted during string formatting'. Thank...Zac Medico2007-01-131-2/+2
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-131-1/+1
* remove the last of the string module from portage.pyAlec Warner2007-01-121-4/+4
* Fix another typo.Zac Medico2007-01-121-1/+1
* Fix more typos.Zac Medico2007-01-121-2/+2
* purge string from portage.py, fix minor bug in portage_utilAlec Warner2007-01-122-42/+41
* another annoy space bugAlec Warner2007-01-121-1/+1
* Fix typos from the previous commit.Zac Medico2007-01-121-2/+2
* Use startswith and endswith to simplify code.Zac Medico2007-01-121-3/+3
* more string deprecationAlec Warner2007-01-125-20/+19
* Begin the deprecation of the string moduleAlec Warner2007-01-122-16/+15
* Remove a duplicate % character.Zac Medico2007-01-121-1/+1
* Fix incremental virtuals code for the new stricter catpkgsplit behavior.Zac Medico2007-01-121-1/+5
* Prevent an InvalidData exception during global updates due to the new stricte...Zac Medico2007-01-121-1/+7
* Return early from finddigest if findname2 found nothing.Zac Medico2007-01-121-0/+2
* FIx a bunch of random Except: statements in portage.py, most of them are IO/O...Alec Warner2007-01-121-27/+9
* os.cwd can return OSError (maybe IOError with wrong perms for ./, will test a...Alec Warner2007-01-121-30/+11