2006-04-15 |
Zac Medico | Split out a reusable Manifest._readManifest() method. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Zac Medico | Add singleton support to LazyItemsDict to make it easie... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Catch fetch_check FileNotFound exceptions for bug ... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Run chflags only when needed for bug #129852. Thanks... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Preserve the mysettings["SLOT"] for bug #129720. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Fix a typo from the last revision. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Fix collision-protect logic so the correct cpv is used... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Zac Medico | Add an initial_items parameter to the LazyItemsDict... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Zac Medico | Fix digestcheck logic for bug #129839. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | exit if user hits the cancel button in dialog mode... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | don't declare input as integer, or etc-update will... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | ignore backup files when scanning for ._cfg????_*;... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Simon Stelling | don't display the ._cfg???? files anymore but instead... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Mike Frysinger | fixes by solar for ROOT output when unmerging #129649... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Zac Medico | Fix manifest/digest generation logic for bug #129737. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Zac Medico | Use LazyItemsDict to avoid a vdb scan during portage... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Zac Medico | Use cannonical paths for portdb.portrees to ensure... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Zac Medico | Create a generic portage_util.LazyItemsDict and use... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Revert r3129 and r3130 because they don't solve bug... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Fix LazyDatabasesDict so that databases only need to... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Make etc-update play nice with symlinks for bug #129515... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Make dispatch-conf play nice with symlinks for bug... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Make qmerge imply noclean for bug #129559. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Implement lazy construction of global databases db... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Support EBUILD_PHASE during more phases for bug #129244. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Support EBUILD_PHASE during package and rpm phases... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Remove dead code from portage.digestcheck(). |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Remove the "db" parameter from digestcheck() because... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Remove the "db" parameter from digestParseFile() becaus... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Remove the "db" parameter from digestgen() because... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Fix FetchlistDict.keys() so it does the same porttrees... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Zac Medico | Fix FetchlistDict so usage of global portdb leaves... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Mike Frysinger | kill off custom bash hacks and replace with calls to... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Jason Stubbs | Ensure that binarytree.populate is called even when... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Zac Medico | Use os.path.join for cleaner joins. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Zac Medico | Make repoman ignore deeply nested CVS directories and... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Zac Medico | Add docstrings for FetchlistDict. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Zac Medico | Simplify the porttrees logic for FetchlistDict. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Zac Medico | Remove unnecessary calls to dict.keys() from portage_ma... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Zac Medico | Remove db and mysettings from Manifest and replace... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Zac Medico | Pass DISTDIR into the Manifest constructor instead... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Zac Medico | Remove dependency on the core portage module from porta... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Mike Frysinger | simpler dosym to make mr bones happy |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Zac Medico | Remove dead code from portage.digestParseFile(). |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Zac Medico | Encapsulate type guessing logic in a new Manifest method. |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Zac Medico | For compatibility, return a tuple of 3 when an OSError... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Zac Medico | Move mf.create out of a loop because it should only... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Zac Medico | Supply missing parameters to a checkFileHashes call. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Zac Medico | Remove bin/mirror.py because, according to Brian Harrin... v2.1_pre8 |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Zac Medico | Remove pym/portage_contents.py because it's not used... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Zac Medico | Remove pym/dcdialog.py because it's not used. Thanks... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Zac Medico | Add copyright headers for portage_update and portage_ma... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Zac Medico | Fix some minor issues with the anydbm cache module... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Zac Medico | Remove redundant "please tell me what to do" code,... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Zac Medico | Fix myaction logic so that --resume works (with --prete... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Jason Stubbs | Protect string indexes during input stripping in dep_ge... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Zac Medico | Fix myaction logic (myaction==None is actually valid... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Mike Frysinger | remove reference to a script that doesnt exist |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Alec Warner | Fix this random y that was in the last commit...I blame... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Alec Warner | Fix a regression in security handling, emerge with... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Alec Warner | Thanks to jforman for finding this one, emerge was... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Zac Medico | Optimize manifest2AuxfileFilter handling of ignored... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Zac Medico | Raise exceptions when appropriate in the atomic_ofstrea... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Alec Warner | Speed up portage.config.keys() |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Alec Warner | Change == None to is None |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Simon Stelling | only display syncing progress for each file when -... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Simon Stelling | set PKG_CONFIG_PATH correct on multilib systems; bug... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Simon Stelling | add /usr/local/{,s}bin to PATH; bug 117713 |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Simon Stelling | emerge info -> emerge --info |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Alec Warner | Remove really really old check during a cvs move. ... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Zac Medico | Revert r3073 since it causes a regression (digestgen... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Zac Medico | Revert FEATURES=noclean behavior so that clean is only... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Zac Medico | Move some color mappings to ensure that they do not... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Zac Medico | Add color code mappings for 16 colors in rgb format. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Zac Medico | Remove the srcroot parameter from env_update because... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Alec Warner | Don't generate digests on --pretend for repoman. Thank... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Zac Medico | Add support for user configuration of colors in the... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Zac Medico | Automatically create FILESDIR if necessary when writing... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Simon Stelling | fix typo in make.conf and remove RSYNC_EXCLUDEFROM... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Simon Stelling | fix make.conf indentation per bug 127868; thanks to... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | It was pointed out that we have a Test-Manifest perl... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Fix yet another typo of mine, thanks to exg |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Fix ordering in cvs calls to be correct, thanks to... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Jason Stubbs | s/parenreduce/paren_reduce/ comment fix. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Remove out-dated TODO file |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Zac Medico | Fix a typo from r3058. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Fixes for repoman thanks to exg@gentoo.org and bug... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Fix minor typo: reported by Brian Harring |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | tsk tsk, fix a missing parenthesis :) |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Add a deprecation notice for those who are still using... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Zac Medico | Move DISTDIR initialization from doebuild to fetch... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Take sound advice and move all the use expand files... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Alec Warner | Make repoman check for USE expand descriptions in other... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Jason Stubbs | Make the reading of /proc/<pid>/fd/ impervious to the... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Zac Medico | Add a portage_exec.get_open_fds() function for bug... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Alec Warner | More exception fixes... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Alec Warner | Fixing stupid exception handling |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Mike Frysinger | fix makelinks logic again |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Zac Medico | Rename local 'root' variable to parent_dir so that... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Zac Medico | Fix ROOT handling for timestamps of lib directories... |
commit | commitdiff | tree | snapshot |
next |