| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix broken line number counting for CONTENTS.v2.1.2-r3 | Zac Medico | 2007-01-23 | 1 | -2/+2 |
* | For bug #142279, detect and warn about null bytes in CONTENTS. | Zac Medico | 2007-01-23 | 1 | -0/+8 |
* | Update package.keywords section in portage(5) with info about new ** token | Marius Mauch | 2007-01-23 | 1 | -9/+17 |
* | Add new ** for package.keywords token to bypass keyword visibility layer | Marius Mauch | 2007-01-23 | 2 | -3/+11 |
* | For bug #163219, handle binpkgs that have missing PF metadata. | Zac Medico | 2007-01-22 | 1 | -2/+3 |
* | For bug #163083, handle an UnsupportedAPIException thrown from the prerm phase. | Zac Medico | 2007-01-21 | 2 | -4/+11 |
* | To ease transition while Manifest 1 is being removed, only require hashes tha... | Zac Medico | 2007-01-21 | 1 | -4/+6 |
* | Don't require MANIFEST2 hashes since that can trigger excessive fetches when ... | Zac Medico | 2007-01-21 | 1 | -1/+3 |
* | Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647. | Zac Medico | 2007-01-20 | 1 | -7/+7 |
* | Use XARGS for portable xargs handling when find doesn't find any files. (bran... | Zac Medico | 2007-01-20 | 1 | -1/+1 |
* | For bug #161356, prevent an AttributeError if the exception has no __module__... | Zac Medico | 2007-01-20 | 1 | -1/+1 |
* | For bug #161356, fix the SLOT match code to handle a KeyError thrown due to a... | Zac Medico | 2007-01-20 | 1 | -2/+8 |
* | Some minor fixes for manifest code | Marius Mauch | 2007-01-20 | 2 | -8/+15 |
* | fix programlisting output to match the sections they are in | Mike Frysinger | 2007-01-20 | 1 | -3/+4 |
* | forgot to document strict alias warnings | Mike Frysinger | 2007-01-20 | 1 | -0/+14 |
* | Fix syntax. | Zac Medico | 2007-01-19 | 1 | -1/+1 |
* | For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is explic... | Zac Medico | 2007-01-19 | 1 | -1/+7 |
* | Simplify rsync timestamp.chk handling and print the correct path for bug #507... | Zac Medico | 2007-01-18 | 1 | -50/+43 |
* | Raise an informative InvalidData exception instead of 'TypeError: unsubscript... | Zac Medico | 2007-01-18 | 1 | -0/+2 |
* | Validate ebuild names inside portdbapi.cp_list() in order to prevent problems... | Zac Medico | 2007-01-18 | 1 | -2/+8 |
* | Unified try-except-finally only works with python-2.5 | Marius Mauch | 2007-01-18 | 1 | -11/+12 |
* | don't force a comparison | Alec Warner | 2007-01-18 | 1 | -1/+1 |
* | Don't load a module if there is nothing to process after filtering | Marius Mauch | 2007-01-18 | 1 | -0/+2 |
* | update make.conf.example with per-module filtering | Marius Mauch | 2007-01-18 | 1 | -1/+5 |
* | Allow per-module filtering based on loglevels in addition to the global PORTA... | Marius Mauch | 2007-01-18 | 1 | -21/+45 |
* | more trivial fixes | Marius Mauch | 2007-01-18 | 1 | -4/+6 |
* | but news lib path is global, not an attr | Alec Warner | 2007-01-18 | 1 | -1/+1 |
* | I really meant NEWS_LIB_PATH (/var/lib/gentoo) but decent idea to have a time... | Alec Warner | 2007-01-18 | 1 | -4/+5 |
* | Attribute error | Marius Mauch | 2007-01-18 | 1 | -1/+1 |
* | Syntax error | Marius Mauch | 2007-01-18 | 1 | -1/+1 |
* | locking, try 100 | Alec Warner | 2007-01-18 | 1 | -16/+16 |
* | lock file around chown/chmod | Alec Warner | 2007-01-18 | 1 | -2/+5 |
* | fix apply_permissions import and use keyworded args in the call, as well as P... | Alec Warner | 2007-01-18 | 2 | -4/+6 |
* | dump emerge's normpath in favor of portage_util's normalize_path | Alec Warner | 2007-01-18 | 2 | -13/+6 |
* | add try finally blocks around locking for news | Alec Warner | 2007-01-18 | 1 | -29/+50 |
* | arm supports sane exec stack stuff now | Mike Frysinger | 2007-01-18 | 1 | -1/+1 |
* | superh supports sane exec stack stuff now | Mike Frysinger | 2007-01-18 | 1 | -1/+1 |
* | start documenting qa notices so antarus stops whining | Mike Frysinger | 2007-01-18 | 6 | -0/+390 |
* | Use elif where appropriate. Thanks to ferringb. | Zac Medico | 2007-01-17 | 1 | -1/+1 |
* | For bug #162404, spawn tee outside the sesandbox domain so that it reads from... | Zac Medico | 2007-01-17 | 1 | -6/+50 |
* | Remove one last reference to ${tarvars}. | Zac Medico | 2007-01-17 | 1 | -1/+1 |
* | Fix elimination of duplicate virtuals between the binpkg repo and installed p... | Zac Medico | 2007-01-17 | 1 | -3/+4 |
* | For --usepkgonly, allow _expand_new_virtuals() to fall back to the vardb in c... | Zac Medico | 2007-01-16 | 1 | -2/+10 |
* | Prevent packages that are installed but masked from being incorrectly flagged... | Zac Medico | 2007-01-16 | 1 | -1/+4 |
* | make sure we rename links and not just what they point to #162451 | Mike Frysinger | 2007-01-16 | 1 | -1/+2 |
* | make it executable | Mike Frysinger | 2007-01-16 | 1 | -0/+0 |
* | Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento... | Zac Medico | 2007-01-16 | 1 | -12/+5 |
* | Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs a... | Zac Medico | 2007-01-16 | 1 | -0/+2 |
* | For consistency, respect the use_binaries flag inside _expand_new_virtuals(). | Zac Medico | 2007-01-16 | 1 | -0/+2 |
* | switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G... | Alec Warner | 2007-01-16 | 3 | -3/+5 |