2007-09-08 |
Zac Medico | In depgraph.altlist(), try to merge asap_nodes sooner... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Zac Medico | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Zac Medico | Bug #190268 - Avoid unwanted sandbox violations in... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Marius Mauch | Implement/fix testcases for some PackageSet subclasses |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Marius Mauch | Fix incorrect parse check as value lists in KeyListFile... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Marius Mauch | Undo some unwanted changes |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Marius Mauch | return the full path, not just the filename |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Marius Mauch | fix errors in call logic |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Alec Warner | Fix minor issues with loaders in the static file loader... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Alec Warner | dbapi currently depends on being subclassed and having... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Alec Warner | test news item filtering |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Alec Warner | Last commit added more tests for sets and taught me... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Alec Warner | fighting with svn over weirdness |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Alec Warner | Rewrite testing to use __test__ instead of hardcoded... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Zac Medico | For bug #190268, filter SANDBOX_* from the calling... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Zac Medico | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Zac Medico | In the topological sort for merge order, try to avoid... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Zac Medico | Move the note about not needing pycrypto with python... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Zac Medico | Reformat collision-protect output so that the list... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Zac Medico | Move some of the less expensive QA checks before dep_ch... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Zac Medico | Convert myoptions from a list to a dict. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Zac Medico | Skip the most expensive QA tests when --force in enable... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Zac Medico | Make the commit message indicate when the --force optio... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Zac Medico | Fix RepoMan's grammar. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Zac Medico | Bug #110443 - Add a KEYWORDS.stable check for ebuilds... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Zac Medico | Add a --force option that forces commit to proceed... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Zac Medico | Bug #190406 - Filter the myheaders list so that it... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Mike Frysinger | change directory to / in case $PWD doesnt exist |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Zac Medico | Move blocker handling from depgraph.create() to select_... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Zac Medico | Bug #190214 - Make the rpm phase use /usr/src/rpm inste... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Mike Frysinger | remove $Id$ as it gives us nothing useful |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Marius Mauch | Remove pointless information from --info output |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Zac Medico | Don't cache results from match_from_list() since *dbapi... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Zac Medico | Call config.regenerate() after config.reload() so that... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Zac Medico | Use a config.reload() method to explicitly reload ... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Zac Medico | Fix another typo. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Zac Medico | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Add * and ~* to the list of valid values for ACCEPT_KEY... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Make depgraph.select_dep() node reuse work when in... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Bug #189791 - Define EBUILD_PHASE=unpack during the... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | In config.regenerate(), skip loading /etc/profile.env... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Make depgraph.create() avoid metadata lookups for binar... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Bug #189791 - Send errors to /dev/null when debug-print... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zac Medico | Fix a typo from r7663. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Use INFORM to colorize the package name. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Prevent output from being flushed to the console too... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Skip --newuse checks for nodes that have already been... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Make depgraph.select_dep() reuse cached metadata from... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Fix update_dbentry() to process version components... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Make best() return early when it's only given one packages. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Pass complete package metadata from depgraph.select_dep... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Bug #188703 - Don't adjust permissions in ${T} unless... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Make --info detect more /etc/*-release files as suggest... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Send cache hit/miss status updates to stdout instead... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Show cache miss/hit counts all on one line, using ... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zac Medico | Bug #189743 - Add .jpeg to the list of extensions suppo... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Alec Warner | Try harder to figure out what OS we are running |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Zac Medico | Just use os.listdir() since portage.listdir() is unnece... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Zac Medico | Fix ACCEPT_KEYWORDS validation so that ** is valid. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Mike Frysinger | filter out kernel modules from ELF QA checks #184443 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Mike Frysinger | remove "risky" message about -O2 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Zac Medico | For bug #189219, use pkgcmp() to sort versions in selec... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | Make etc-update copy owner and group bits when it merge... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Mike Frysinger | make -f/-F distinction clearer |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | Fix existing_node logic inside depgraph.create(). |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | Combine 2 locations in depgraph.create() where nodes... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Zac Medico | Always assign higher priority to dependencies on packag... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | Add some floating point vercmp cases. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | For bug #188807, add nocreate and delaycompress options... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | For bug #188449, since python floats have limited range... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zac Medico | For bug #188782, dependencies on packages specified... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Zac Medico | Make sure to skip info dir files with the .old extension. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Zac Medico | For bug #188782, keep "nomerge" nodes in the graph... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Ned Ludd | - revert a few -O2 when they should of remained -O3... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Ned Ludd | 'decent' CFLAGS should not feature -O3. Bug 188619 |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Zac Medico | For bug #33585, leave the old info dir file in place... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Zac Medico | For bug #188559, invalidate dblink._contents_inodes... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Zac Medico | Optimize config.setcpv() so that it doesn't call regene... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Zac Medico | Don't generate a QA Notice if the ${S} directory doesn... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Zac Medico | Update emerge --help and --info docs. Thanks to Arfreve... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Zac Medico | Document FEATURES=webrsync-gpg. Thanks to Arfrever... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Zac Medico | For bug #187795, remove pointless digest.disjointed... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Zac Medico | Merge rewrite by Alon Bar-Lev from bug #130039: |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Alec Warner | Fix from ferringb |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Zac Medico | For bug #187806, use mkstemp to create tmpservertimesta... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Use == for comparison of portage_node since digraph... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Make sure that portage always has all of it's RDEPENDs... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Move ecompressdir and ecompress --dequeue after prepall. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Call ecompressdir and ecompress --dequeue outside of... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Make config updates get counted correctly for bug ... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Zac Medico | Remove the depend phase from the doebuild actionmap... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Zac Medico | Make droppriv for the depend phase conditional on userp... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Zac Medico | Generate a QA Notice and cd to ${WORKDIR} if the $... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Zac Medico | In portage.spawn() logging, put the read end of the... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Zac Medico | s/portage.eclass_cache/eclass_cache/ since eclass_cache... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Zac Medico | For bug #187518, handle EISDIR thrown from mkdir when... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Zac Medico | For bug #187480, fix writemsg args in portdbapi.gvisible(). |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Zac Medico | Like older versions of portage, don't show the repo... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Zac Medico | For bug #187375, handle an ImportError when portage... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Zac Medico | Handle the ENOENT error if the world file doesn't exist. |
commit | commitdiff | tree | snapshot |
next |