2007-02-22 |
Zac Medico | Avoid a TypeError when commitmessagefile is None. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Zac Medico | Fix stardir and repodir logic from the previous commit. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Zac Medico | For consistency, replace multiple os.getcwd() calls... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Zac Medico | s/x/xs/ to fix a typo in a variable name. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Zac Medico | Raise a CommandNotFound exception when necessary, to... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Zac Medico | For bug #167795, try avoid the population routine when... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Zac Medico | As requested by vapier, don't show the merge list in... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | Optimize order for --tree display of circular dependencies. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | Make digraph._merge_order_bias() operate on a single... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | For bug #167450, optimize leaf node selection by orderi... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | Automatically enable --tree mode when displaying nodes... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | For bug #166564, make a circular dependency panic more... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | Don't exclude . since that excludes the entire contents... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | When calling tar, always exclud . in order to preserver... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #166880, always display the merge list header. |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #166880, always display the merge list (allowin... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #167450, optimize merge order by delaying the... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Marius Mauch | set.remove() returns None, so can't use it in a functio... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Marius Mauch | Move preserve-libs and collision-protect code from... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Marius Mauch | extend check for internal references, should remove... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Marius Mauch | Move reverse NEEDED cache into CACHE_PATH and use a... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #163990, warn about binary packages with invali... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #163990, warn about ebuilds with invalid catego... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #166785, check for invalid categories in the... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Zac Medico | Fix package.provided breakage from the fix for bug... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Zac Medico | Remove unnecessary import that triggers DEPRECATION... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Zac Medico | For bug #166939, make --nodeps work like a normal packa... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Replace compat symlinks with a new compat module as... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Remove portage_exec.py as subversion is stupid and... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | For full backwards compat (with symlinks or other weird... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Move bin/emerge to pym/emerge/__init__.py to restore... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Make emerge importable again without relying on module... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Print hostname in xterm title if sheridan is available... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Ignore compiled files. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Print filename when displaying package.mask comments |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Marius Mauch | Add support for RSYNC_EXTRA_OPTS to webrsync |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Zac Medico | Add missing quotes. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Zac Medico | Fix CONFIG_PROTECT_MASK support. Thanks to piavlo... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Zac Medico | Optimize merge order calculation for --tree output... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Zac Medico | For bug #158100, use an exact reversal of the actual... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Zac Medico | Fix broken imports. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Zac Medico | Detect potential issues with mtime granlarity in env_up... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Zac Medico | Fix missing imports. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Mike Frysinger | tweak PORT_LOGDIR comments so as to not give the wrong... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Zac Medico | In the event of a circular dependency panic, eliminate... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Marius Mauch | Make subpackage naming consistent |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Zac Medico | import best() from portage.versions |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Marius Mauch | Use the real symbols in import statements, not the... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Make xterm titles work even when color is disabled... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Add missing VDB_PATH to fix vardbapi.aux_get() breakage. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Fix vardb.cpv_all() breakage. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Fix missing stat import. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Break a recursive loop. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Use os.path.realpath to handle symlinks properly. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | fix broken imports |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | remove broken dblink import |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Fix automatic sys.path insertions so that they're relat... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | Fix imports from the emerge package. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Zac Medico | fix syntax |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Marius Mauch | Move dbapi and related classes out of __init__.py... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Alec Warner | add docstrings |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Alec Warner | fix a few broken tests |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Alec Warner | update test notes |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Marius Mauch | Create namespace for emerge |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Alec Warner | die requires diefunc and dump_trace too; duh; also... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Zac Medico | Make the "lfull" output more succinct by omitting categ... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Zac Medico | Turn on strict dep checking to fix the isvalidatom... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | Synchronize required hash code in all relevant places. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle a potential InvalidDependString... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle a potential InvalidDependString... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | Enable strict dep checking for repoman. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle a potential InvalidDependString... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165780, make config-protect code consistently... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | Only echo PORTAGE_LOG_FILE if it's actually set (may... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Alec Warner | move die into isolated-functions.sh |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle an InvalidDependString exceptio... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For backward compatibility with api consumers, _dep_che... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Zac Medico | Update modules doc for the new portage namespace. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Zac Medico | Document PORTAGE_WORKDIR_MODE for bug #8688. Thanks... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Zac Medico | Make sure to fetch files if MANIFEST2_REQUIRED_HASH... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Marius Mauch | Check if entries contain the required hashes before... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | For bug #165382, show a helpful message if an exception... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | Fix another UnboundLocalError (branches/prefix r5893) |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | Ensure that the code for bug #165342 only affects name... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | For bug #165382, don't raise a ValueError in cpv_expand... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | Document --config-root for bug #165334. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | For bug #165349, use the portage_versions regex (via... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | Fix "UnboundLocalError: local variable 'portage' refere... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | In order to correctly handl the case of target caches... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | Fix a typo from the previos commit. |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | Use ! -type l to exclude symlinks better. Thanks to... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | For bug #165034, make sure that symlinks are excluded... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | Make the tests pass. |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | For bug #165065, use the proper RESTRICT setting when... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Alec Warner | grrr I thought I removed this |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Alec Warner | remove redundant directory now |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zac Medico | For bug #153109, replace our old chflags module with... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Alec Warner | add warning about storing data in PORTDIR |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zac Medico | Rename dir.bz2 since that's the most likely case now. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Alec Warner | apparently I'm retarded and missed some of the tests.. |
commit | commitdiff | tree | snapshot |
next |