2009-01-10 |
Zac Medico | Remove unused myblocker_parents variable inside depgrap... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Zac Medico | Add Blocker -> Blocked Package edges to depgraph._unsol... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Zac Medico | Don't assume that the package metadata contains a ... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Zac Medico | When merging a package from an overlay, append 'from... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Zac Medico | Make die() to show a message indicating the repository... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Zac Medico | Bug #253563 - Replace hardcoded green/red color strings... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Zac Medico | Add some blank lines around the messages that suggest... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Zac Medico | Bug #253745 - Remove collision-protect from the sample... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Zac Medico | Bug #253800 - Fix FETCHCOMMAND examples for SRC_URI... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Zac Medico | Bug #253745 - Note that you need to ensure that neither... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Zac Medico | Bug #250469 - Fix unpack() so that deb2targz is called... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Zac Medico | Bug #254114 - Fix ValueError triggered by missing COUNT... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Zac Medico | For completeness, ensure that any INODE_* are unset... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Zac Medico | Fix quoting for variable assignment with eval, from... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Zac Medico | Bug #252354 - Ensure that hardlinked files are not... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Zac Medico | When the set configuration is incomplete, notify the... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Zac Medico | Fix _setitem() to write the same format that's currentl... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Zac Medico | Remove print statement from previous commit. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Zac Medico | Do not hardlink files unless they are in the same |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Zac Medico | When dropping privileges inside action_sync(), set... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Zac Medico | Bug #253467 - Don't allow alien $A values to leak into... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Zac Medico | Inside action_sync(), when running as root, detect... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Zac Medico | Fix the 'Unrecognized configure options' check for... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Zac Medico | Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ned Ludd | - tell the user where we unpacked the source |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Mike Frysinger | export STRIP_MASK automatically |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Mike Frysinger | dont force people to match leading $D in STRIP_MASK |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Zac Medico | Bug #253210 - Fix logic inside EbuildBuild._buildpkg_ex... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Zac Medico | Bug #252985 - Add a note about the new default behavior... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Zac Medico | Bug #252995 - When post_emerge() returns early because... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Zac Medico | Handle tree conflicts in svn status output, new in... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Zac Medico | Specify that metadata variable values should only conta... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Zac Medico | Fix 'TypeError: not all arguments converted during... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Zac Medico | Bug #253002 - Add a new variable.invalidchar check... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Zac Medico | Inside _showwarning(), import sys since otherwise it... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Zac Medico | Bug #252840 - Fix TypeError which is triggered by a... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Zac Medico | Add notes about FEATURES=protect-owned and move the... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Zac Medico | Wrap lines to 80 columns and remove extra blank lines. |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Zac Medico | Inside git_sync_timestamps(), use git-diff-index for... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Zac Medico | Bug #252727 - Use `git diff-index --name-only --diff... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Zac Medico | Revert r12348 since it's not really needed and the... v2.2_rc20 |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Zac Medico | Bug #252562 - Show --onlydeps in short --help output. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Zac Medico | Bail out earlier if the file name argument doesn't... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Zac Medico | Fix loop logic some more for bug #252572. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Zac Medico | Bug #252572 - Fix a loop condition inside depgraph... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Mike Frysinger | scan archives of objects for exec stacks |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Fix typo. v2.2_rc19 |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Refactor EbuildMetadataPhase._output_handler() and... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Use long() instead of float() when parsing Package... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Make vardbapi._aux_get() return _mtime_ as a long ... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Inside portdbapi._metadata_callback(), preserve _eclass... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Handle potential KeyErrors that may be raised from... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Don't add any more that one "-" symbol to the front... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Inside mirror_cache(), handle unsupported EAPI like... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Zac Medico | Add support for synchronizing ebuild and eclass timesta... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Make BinpkgFetcher use longs instead of floats when... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Bug #252374 - Warn if FEATURES=fakeroot is enabled... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Don't use 'local' builtin outside of a function. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Document QA_STRICT_PRESTRIPPED. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Replace QA_DT_HASH with QA_PRESTRIPPED where appropriat... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Fix PATH comparison in binarytree.inject() some more. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Fix broken PATH comparisons when eliminating duplicate... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Zac Medico | Bug #252304 - Restore the -V/--version option. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Add SIGUSR1 signal handlers that call pdb.set_trace... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Make more code conditional on POLLIN events, where... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Move initial signal handlers to the launcher script. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Rename the PollTask class to AbstractPollTask. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Add handling for POLLERR, POLLNVAL, and POLLHUP. Hopefu... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Register for poll events before forking, in order to... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | When removing entries with duplicate paths inside binar... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Bug #252243 - Fix binarytree.prevent_collision() so... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Simplify the code from bug #218854. Also, ensure that... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zac Medico | Bug #252167 - If the ebuild no longer exists or it... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Zac Medico | Remove code from unused config.load_infodir() method... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Zac Medico | Fix DEFINED_PHASES code to check for pkg_config and... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Zac Medico | Add support for the new DEFINED_PHASES metadata key... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Zac Medico | Fix --clean <atom> so that it considers all packages... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Zac Medico | Update --depclean 'unsatisfied deps' message to recomme... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Zac Medico | Remove the TaskScheduler.run() method since the constru... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Zac Medico | Adjust the EbuildNestedDie pattern so that it only... v2.2_rc18 |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Zac Medico | Simplify the InheritAutotools pattern by using \b to... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Zac Medico | Bug #251591 - Adjust the InheritAutotools pattern to... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Zac Medico | Bug #251616 - Inside _check_build_log(), remove unneces... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Zac Medico | Fix DependencyArg.__str__() to ensure that str type... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Zac Medico | Inside display_preserved_libs(), filter out consumers... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Zac Medico | Inside display_preserved_libs(), filter out any consume... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Zac Medico | Bug #250902 - Inside dblink._find_unused_preserved_libs... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Zac Medico | Bug #250902 - Inside dblink._find_libs_to_preserve... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Detect problems with arguments and return non-zero... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Update comment about resume opts stored as dict startin... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Add a new FEATURES=test-fail-continue value which cause... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Fix --pretend logic in Binpkg some more. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Fix --getbinpkg to behave as expected with --pretend... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Fix breakage in stale metadata logic inside binarytree... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Fix incorrect usage of trap (only remove on signal... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | When using the old binhost protocol, comparison with... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Zac Medico | Fix old-style binhost code binarytree.digestCheck(... |
commit | commitdiff | tree | snapshot |
next |