| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...v2.1.2-r5 | Zac Medico | 2007-01-29 | 2 | -4/+8 |
* | Catch EACCESS when running env-update, orignal patch by <phajdan.jr@gmail.com... | Zac Medico | 2007-01-29 | 1 | -2/+9 |
* | For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat... | Zac Medico | 2007-01-29 | 1 | -4/+5 |
* | add support for transparently decompressing gz/Z/bz2 files since some upstrea... | Zac Medico | 2007-01-29 | 1 | -10/+36 |
* | Remove a stray print statement. Thanks to Rick Warner in bug #125261. (trunk... | Zac Medico | 2007-01-28 | 1 | -1/+0 |
* | translate unicode quotes to ascii ones so we can keep our regex simple (trunk... | Zac Medico | 2007-01-28 | 1 | -1/+4 |
* | Can't delete variable that doesn't exist anymore (bug #164280) (trunk r5816:5... | Zac Medico | 2007-01-28 | 1 | -4/+12 |
* | demote KEYWORDS.missing to a warning to make KEYWORDS='' valid (trunk r5767:5...v2.1.2-r4 | Zac Medico | 2007-01-24 | 1 | -0/+1 |
* | Fix broken line number counting for CONTENTS. (trunk r5764:5765) | Zac Medico | 2007-01-24 | 1 | -2/+2 |
* | For bug #142279, detect and warn about null bytes in CONTENTS. (trunk r5762:5... | Zac Medico | 2007-01-23 | 1 | -0/+8 |
* | Add new ** for package.keywords token to bypass keyword visibility layer (tru... | Zac Medico | 2007-01-23 | 3 | -12/+23 |
* | For bug #163219, handle binpkgs that have missing PF metadata. (trunk r5756:5... | Zac Medico | 2007-01-23 | 1 | -2/+3 |
* | For bug #163083, handle an UnsupportedAPIException thrown from the prerm phas...v2.1.2-r2 | 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-21 | 1 | -7/+7 |
* | Use XARGS for portable xargs handling when find doesn't find any files. | Zac Medico | 2007-01-20 | 1 | -1/+1 |
* | For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737) | Zac Medico | 2007-01-20 | 2 | -3/+9 |
* | dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1 | Zac Medico | 2007-01-19 | 2 | -13/+6 |
* | 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 | -109/+43 |
* | Validate ebuild names in portdbapi.cp_list() and raise an raise an informativ... | Zac Medico | 2007-01-18 | 2 | -2/+10 |
* | arm and superh support exec stack stuff now (trunk r5693:5695) | Zac Medico | 2007-01-18 | 1 | -6/+2 |
* | For bug #162404, spawn tee outside the sesandbox domain so that it reads from... | Zac Medico | 2007-01-17 | 1 | -6/+50 |
* | Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento... | Zac Medico | 2007-01-17 | 1 | -1/+1 |
* | Merge repoman fixes from trunk r5660:5661 and r5665:5669. | Zac Medico | 2007-01-17 | 0 | -0/+0 |
* | Merge doebuild *DEPEND validation from trunk r5652:5655. | Zac Medico | 2007-01-17 | 1 | -0/+24 |
* | Fix elimination of duplicate virtuals between the binpkg repo and installed p... | Zac Medico | 2007-01-17 | 1 | -3/+4 |
* | Make dep_check() work correctly with --usepkgonly. This solves issues reporte... | Zac Medico | 2007-01-17 | 1 | -72/+17 |
* | make sure we rename links and not just what they point to #162451 (trunk r567... | Zac Medico | 2007-01-16 | 0 | -0/+0 |
* | 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 |
* | If repo/profiles/news doesn't exist, return 0 updates | Alec Warner | 2007-01-16 | 1 | -0/+4 |
* | fix a few typos in tests | Alec Warner | 2007-01-16 | 3 | -2/+6 |
* | Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th... | Alec Warner | 2007-01-16 | 2 | -9/+23 |
* | Replace mktemp with mkstemp since the former is deprecated for security reasons. | Zac Medico | 2007-01-16 | 1 | -4/+4 |
* | Fix broken commitmessagefile handling. | Zac Medico | 2007-01-16 | 1 | -9/+13 |
* | For consistency, just use os.environ. | Zac Medico | 2007-01-16 | 1 | -1/+1 |
* | Make repoman commit removals together with the other changes (instead of with... | Zac Medico | 2007-01-16 | 1 | -3/+8 |
* | dirty dirty lies | Alec Warner | 2007-01-16 | 1 | -6/+5 |
* | make.conf is not a manual so only list common FEATURES #161985 | Mike Frysinger | 2007-01-16 | 1 | -29/+4 |
* | document FEATURES=sesandbox #161985 | Mike Frysinger | 2007-01-16 | 1 | -0/+3 |
* | ferringb pointed out this portroot parameter, ended up not using it, try an o... | Alec Warner | 2007-01-16 | 2 | -24/+16 |
* | Enable repoman to commit a Manifest alone instead of bailing out with "Didn't... | Zac Medico | 2007-01-16 | 1 | -7/+7 |
* | fix minor syntax issues with locking | Alec Warner | 2007-01-16 | 1 | -4/+4 |