| Commit message (Expand) | Author | Age | Files | Lines |
* | Make automatic "global updates" always use the config instance that's associa... | Zac Medico | 2007-05-31 | 1 | -1/+1 |
* | Create one unified dbapi.update_ents() method and use it for both fixpackages... | Zac Medico | 2007-05-31 | 1 | -17/+1 |
* | catch GetoptError | Marius Mauch | 2007-05-31 | 1 | -1/+5 |
* | For bug #61732, support -flag in USE (instead of just +flag). Given the curr... | Zac Medico | 2007-05-30 | 1 | -1/+1 |
* | For bug #180222, make ecompressdir use -f for the automatic decompression phase. | Zac Medico | 2007-05-30 | 1 | -3/+3 |
* | Fix emaint world $ROOT handling. | Zac Medico | 2007-05-28 | 1 | -2/+2 |
* | Add new emaint targets called "moveinst" and "movebin" for applying package m... | Zac Medico | 2007-05-28 | 1 | -1/+121 |
* | Make emaint prune stale entires from $PKGDIR/Packages. | Zac Medico | 2007-05-27 | 1 | -2/+36 |
* | Add an emaint "binhost" target which does the time consuming population of $P... | Zac Medico | 2007-05-27 | 1 | -1/+59 |
* | Fix a typo. | Zac Medico | 2007-05-27 | 1 | -1/+1 |
* | Fix an UnboundLocalError when there's no tty. | Zac Medico | 2007-05-27 | 1 | -1/+2 |
* | Add SIGWINCH support so that the progress bar is resized if the xterm is resi... | Zac Medico | 2007-05-27 | 1 | -2/+7 |
* | Add progress support to emaint (similar to wget's progress bar). | Zac Medico | 2007-05-27 | 1 | -4/+33 |
* | In the WorldHandler class, add support for an onProgress callback that can be... | Zac Medico | 2007-05-27 | 1 | -3/+14 |
* | xmlint can produce garbage output even on success, so only dump the ouput whe... | Zac Medico | 2007-05-26 | 1 | -3/+8 |
* | In the econf die message, don't mention bugs.gentoo.org specifically. | Zac Medico | 2007-05-26 | 1 | -1/+1 |
* | s/filing a report to/seeking support at/ Thanks to marienz. | Zac Medico | 2007-05-26 | 1 | -1/+1 |
* | Skip fetching of metadata.dtd when mymode == "manifest". | Zac Medico | 2007-05-25 | 1 | -2/+4 |
* | Fix the ignore-previously-merged option so that it compares the original file... | Zac Medico | 2007-05-24 | 1 | -1/+2 |
* | Add a 'ignore-previously-merged' config option which gives similar behavior t... | Zac Medico | 2007-05-23 | 1 | -0/+8 |
* | Pass a temporary file name to the package phase in the environment variable P... | Zac Medico | 2007-05-23 | 1 | -15/+4 |
* | When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ins... | Zac Medico | 2007-05-22 | 1 | -3/+11 |
* | Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly. | Zac Medico | 2007-05-22 | 1 | -3/+3 |
* | For bug #179380, make support for ECONF_SOURCE in the default src_compile() c... | Zac Medico | 2007-05-22 | 1 | -1/+3 |
* | For bug #179008, just use metadata.dtd directly from $DISTDIR. | Zac Medico | 2007-05-20 | 1 | -14/+13 |
* | Use device number and i-node number (like os.path.samefile does) to check if ... | Zac Medico | 2007-05-19 | 1 | -1/+18 |
* | For bug #178378, make the default src_compile() check for configure in ${ECON... | Zac Medico | 2007-05-19 | 1 | -1/+1 |
* | For bug #176539, add a "manifest" target to repoman so that there's a simple ... | Zac Medico | 2007-05-19 | 1 | -2/+16 |
* | fix from James C. Georgas to not modify EXTRA_EINSTALL #178544 | Mike Frysinger | 2007-05-19 | 1 | -3/+4 |
* | remove old import | Zac Medico | 2007-05-13 | 1 | -1/+0 |
* | import dispatch_conf from the new namespace | Zac Medico | 2007-05-13 | 1 | -1/+1 |
* | tabs -> spaces | Zac Medico | 2007-05-13 | 1 | -3/+3 |
* | Make sure FEATURES=test and USE=test are consistently enabled for all request... | Zac Medico | 2007-05-10 | 1 | -8/+9 |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-10 | 1 | -1/+6 |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-09 | 1 | -0/+3 |
* | For bug #177211, use chmod -R on the children of the current directory in ord... | Zac Medico | 2007-05-05 | 1 | -1/+2 |
* | s/dir/actual_dir/ (branches/prefix r6463:6464 | Zac Medico | 2007-05-02 | 1 | -1/+1 |
* | Fix eend so that it works properly on a standard BSD console. Thanks to Uber... | Zac Medico | 2007-05-02 | 1 | -0/+2 |
* | fix typo | Alec Warner | 2007-04-24 | 1 | -1/+1 |
* | Pretty up the repoman imports, use cPickle over pickle for performance | Alec Warner | 2007-04-24 | 1 | -3/+14 |
* | Use portable sh syntax rather than bash syntax. Thanks to drizzt. | Zac Medico | 2007-04-21 | 1 | -1/+1 |
* | For bug #175344, handle a potential InvalidDependString exception when parsin... | Zac Medico | 2007-04-20 | 1 | -2/+8 |
* | strip .comment by default, add a comment as to what we need before we can do ... | Mike Frysinger | 2007-04-17 | 1 | -4/+10 |
* | convert `type -p` to `type -P` as noted by grobian | Mike Frysinger | 2007-04-15 | 7 | -17/+17 |
* | do stripping after compression dequeueing | Mike Frysinger | 2007-04-14 | 1 | -1/+2 |
* | queue compression | Mike Frysinger | 2007-04-14 | 2 | -2/+2 |
* | revise tests so that `insinto /` does not trigger an error | Mike Frysinger | 2007-04-14 | 1 | -9/+9 |
* | Prefix the hardlink source with ${D} like we always have. | Zac Medico | 2007-04-14 | 1 | -1/+1 |
* | create leading directories to match behavior of other do* programs | Mike Frysinger | 2007-04-14 | 1 | -4/+5 |
* | simplify unsafe file checking so files/paths with spaces dont cause troubles | Mike Frysinger | 2007-04-13 | 1 | -14/+5 |