summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
...
* Attribute errorMarius Mauch2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5703
* locking, try 100Alec Warner2007-01-181-16/+16
| | | | svn path=/main/trunk/; revision=5701
* lock file around chown/chmodAlec Warner2007-01-181-2/+5
| | | | svn path=/main/trunk/; revision=5700
* fix apply_permissions import and use keyworded args in the call, as well as ↵Alec Warner2007-01-181-3/+5
| | | | | | PORTAGE_INST_UID instead of root, also fix some spacies in emerge, thanks for Zac for reporting svn path=/main/trunk/; revision=5699
* dump emerge's normpath in favor of portage_util's normalize_pathAlec Warner2007-01-181-0/+5
| | | | svn path=/main/trunk/; revision=5698
* add try finally blocks around locking for newsAlec Warner2007-01-181-29/+50
| | | | svn path=/main/trunk/; revision=5697
* Use elif where appropriate. Thanks to ferringb.Zac Medico2007-01-171-1/+1
| | | | svn path=/main/trunk/; revision=5691
* For bug #162404, spawn tee outside the sesandbox domain so that it reads ↵Zac Medico2007-01-171-6/+50
| | | | | | from a pipe between two domains. svn path=/main/trunk/; revision=5690
* Fix elimination of duplicate virtuals between the binpkg repo and installed ↵Zac Medico2007-01-171-3/+4
| | | | | | packages. svn path=/main/trunk/; revision=5684
* For --usepkgonly, allow _expand_new_virtuals() to fall back to the vardb in ↵Zac Medico2007-01-161-2/+10
| | | | | | case all binaries aren't available. svn path=/main/trunk/; revision=5682
* Prevent packages that are installed but masked from being incorrectly ↵Zac Medico2007-01-161-1/+4
| | | | | | flagged as "available" (unless --usepkgonly is enabled, which currently has no package.mask support). svn path=/main/trunk/; revision=5679
* Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs ↵Zac Medico2007-01-161-0/+2
| | | | | | aren't available for some packages. Thanks to Brent Baude <ranger@gentoo.org> for reporting. svn path=/main/trunk/; revision=5675
* For consistency, respect the use_binaries flag inside _expand_new_virtuals().Zac Medico2007-01-161-0/+2
| | | | svn path=/main/trunk/; revision=5674
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-162-2/+3
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
| | | | svn path=/main/trunk/; revision=5672
* dirty dirty liesAlec Warner2007-01-161-6/+5
| | | | svn path=/main/trunk/; revision=5665
* ferringb pointed out this portroot parameter, ended up not using it, try an ↵Alec Warner2007-01-162-24/+16
| | | | | | os.path.exists to save a very common (and slow) except on missing repo_name files for overlays, use a dict to facility a nicer regex comparison loop for news restrictions. svn path=/main/trunk/; revision=5662
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5660
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
| | | | svn path=/main/trunk/; revision=5659
* merge glep42 into trunkAlec Warner2007-01-162-8/+52
| | | | svn path=/main/trunk/; revision=5658
* Clean up imports in portage_locks.pyAlec Warner2007-01-161-24/+20
| | | | svn path=/main/trunk/; revision=5657
* Make invalid deps non-fatal for some phases.Zac Medico2007-01-151-1/+6
| | | | svn path=/main/trunk/; revision=5655
* Clean up variables when finished.Zac Medico2007-01-151-0/+2
| | | | svn path=/main/trunk/; revision=5654
* For bug #162275, make doebuild validate *DEPEND and bail out if necessary.Zac Medico2007-01-151-0/+17
| | | | svn path=/main/trunk/; revision=5653
* Don't warn about /etc/make.profile not being a symlink if it has a parent file.Zac Medico2007-01-141-0/+1
| | | | svn path=/main/trunk/; revision=5647
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
| | | | svn path=/main/trunk/; revision=5635
* Fix 'TypeError: not all arguments converted during string formatting'. ↵Zac Medico2007-01-131-2/+2
| | | | | | Thanks to marienz. svn path=/main/trunk/; revision=5634
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-131-1/+1
| | | | svn path=/main/trunk/; revision=5633
* remove the last of the string module from portage.pyAlec Warner2007-01-121-4/+4
| | | | svn path=/main/trunk/; revision=5620
* Fix another typo.Zac Medico2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5609
* Fix more typos.Zac Medico2007-01-121-2/+2
| | | | svn path=/main/trunk/; revision=5608
* purge string from portage.py, fix minor bug in portage_utilAlec Warner2007-01-122-42/+41
| | | | svn path=/main/trunk/; revision=5604
* another annoy space bugAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5602
* Fix typos from the previous commit.Zac Medico2007-01-121-2/+2
| | | | svn path=/main/trunk/; revision=5599
* Use startswith and endswith to simplify code.Zac Medico2007-01-121-3/+3
| | | | svn path=/main/trunk/; revision=5598
* more string deprecationAlec Warner2007-01-125-20/+19
| | | | svn path=/main/trunk/; revision=5595
* Begin the deprecation of the string moduleAlec Warner2007-01-122-16/+15
| | | | svn path=/main/trunk/; revision=5594
* Remove a duplicate % character.Zac Medico2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5593
* Fix incremental virtuals code for the new stricter catpkgsplit behavior.Zac Medico2007-01-121-1/+5
| | | | svn path=/main/trunk/; revision=5592
* Prevent an InvalidData exception during global updates due to the new ↵Zac Medico2007-01-121-1/+7
| | | | | | stricter catpkgsplit behavior. svn path=/main/trunk/; revision=5591
* Return early from finddigest if findname2 found nothing.Zac Medico2007-01-121-0/+2
| | | | svn path=/main/trunk/; revision=5589
* FIx a bunch of random Except: statements in portage.py, most of them are ↵Alec Warner2007-01-121-27/+9
| | | | | | IO/OS related svn path=/main/trunk/; revision=5588
* os.cwd can return OSError (maybe IOError with wrong perms for ./, will test ↵Alec Warner2007-01-121-30/+11
| | | | | | actually), load_mod should be IMportError, nuke a stupid try except around shuffle which used to break years ago with old glibcs, remove try except around what appears to be a regex? and make the try except around the unlink a bit cleaner svn path=/main/trunk/; revision=5587
* EOFError is also important according to ZacAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5586
* getbinpkg.py fix except: open can be IOERror or OSError and cPickle can ↵Alec Warner2007-01-121-3/+1
| | | | | | throw an unpicklingError svn path=/main/trunk/; revision=5585
* comment the excepts in a few placesAlec Warner2007-01-123-3/+3
| | | | svn path=/main/trunk/; revision=5584
* Fix broad except statement, should only be KeyErrorAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5583
* portage_versions.py, more string.atoi -> int, fix another except: that ↵Alec Warner2007-01-121-10/+10
| | | | | | should be ValueError svn path=/main/trunk/; revision=5582
* Change vercmp to use int() instead of string atoi, catch ValueError in pkgcmpAlec Warner2007-01-122-6/+4
| | | | svn path=/main/trunk/; revision=5581
* For bug #147512, don't print a cryptic error message when an ↵Zac Medico2007-01-121-10/+23
| | | | | | EnvironmentError occurs. Also, allow the user to get a traceback via --debug. svn path=/main/trunk/; revision=5580