summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Use portage.util.cmp_sort_key for python-3.0 compatibility.Zac Medico2009-02-031-2/+2
* - hardened gets way to many misfiled bugs related to qa-execstack. Make it cl...Ned Ludd2009-01-281-0/+2
* Add messages before and after the src_prepare phase. Thanks to Arfrever forZac Medico2009-01-251-0/+2
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.2_rc23Zac Medico2009-01-181-0/+2
* Fix false positive in the 'unused local USE-description' warning. Thanks toZac Medico2009-01-161-1/+1
* Identify which package has unused local USE descriptions, in case more thanZac Medico2009-01-161-1/+2
* Drop the kernel version from the commit message for all platforms. Thanks toZac Medico2009-01-141-2/+0
* Don't show the running Linux kernel version in the commit message, since itZac Medico2009-01-141-1/+3
* Fix a TypeError which occurs in pretend commit mode when vcs is None. ThanksZac Medico2009-01-111-1/+6
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-101-0/+12
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-091-1/+13
* Add some blank lines around the messages that suggest --without-mask andZac Medico2009-01-081-5/+16
* Bug #250469 - Fix unpack() so that deb2targz is called in a way such thatZac Medico2009-01-071-3/+17
* For completeness, ensure that any INODE_* are unset before beginning.Zac Medico2009-01-071-0/+2
* Fix quoting for variable assignment with eval, from previous commit.Zac Medico2009-01-071-1/+1
* Bug #252354 - Ensure that hardlinked files are not processed multiple timesZac Medico2009-01-071-5/+22
* Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they areZac Medico2009-01-031-0/+2
* - tell the user where we unpacked the sourceNed Ludd2009-01-021-1/+1
* export STRIP_MASK automaticallyMike Frysinger2009-01-011-0/+1
* dont force people to match leading $D in STRIP_MASKMike Frysinger2009-01-011-1/+1
* Handle tree conflicts in svn status output, new in subversion 1.6. Thanks toZac Medico2008-12-291-0/+3
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2008-12-291-2/+2
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2008-12-291-0/+14
* Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` insteadZac Medico2008-12-281-7/+18
* Bail out earlier if the file name argument doesn't end with '.ebuild'. ThanksZac Medico2008-12-261-0/+6
* scan archives of objects for exec stacksMike Frysinger2008-12-251-3/+3
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-241-0/+1
* Don't use 'local' builtin outside of a function.Zac Medico2008-12-241-1/+1
* Fix typo.Zac Medico2008-12-241-1/+1
* Replace QA_DT_HASH with QA_PRESTRIPPED where appropriate. Thanks to ArfreverZac Medico2008-12-241-14/+9
* Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings a...Zac Medico2008-12-241-4/+22
* Bug #252304 - Restore the -V/--version option.Zac Medico2008-12-241-0/+7
* Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harrin...Zac Medico2008-12-232-0/+10
* Move initial signal handlers to the launcher script.Zac Medico2008-12-231-0/+17
* Fix DEFINED_PHASES code to check for pkg_config and pkg_info functions.Zac Medico2008-12-211-5/+5
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-211-1/+27
* Detect problems with arguments and return non-zero when appropriate.Zac Medico2008-12-121-1/+13
* Fix incorrect usage of trap (only remove on signal at a time).Zac Medico2008-12-121-1/+2
* Fix exit code to return non-zero when an error occurs. Thanks to ChristophZac Medico2008-12-111-2/+6
* When attempting to close fd 9 at the end of the depend phase, use exec so thatZac Medico2008-12-101-1/+1
* Bug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptorZac Medico2008-12-101-9/+19
* For py3k compat, avoid using list.sort(cmp).Zac Medico2008-12-091-7/+11
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-081-1/+3
* It's not safe to use the git commit -a option since there mightZac Medico2008-12-031-0/+23
* When calling `git ls-files -m` to list modified files, use --with-tree=HEADZac Medico2008-12-031-2/+2
* Skip sourcinf of profile.bashrc during the depend phase.Zac Medico2008-12-021-8/+11
* Source bashrc files as late as possible, giving them the opportunity toZac Medico2008-12-023-5/+8
* Fix inconsistencies between the "clean" and "cleanrm" phases.Zac Medico2008-12-011-3/+3
* Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die.Zac Medico2008-11-261-2/+1
* Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to ...Zac Medico2008-11-261-3/+9