summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Eliminate redundant Manifest separation code by combining mychanged + mynew s...Zac Medico2008-11-261-13/+4
* Remove redundant reference to 'mynew' since 'myupdates' already contains thos...Zac Medico2008-11-261-2/+2
* Bug #248464 - With git, there's never any keyword expansion, so there'sZac Medico2008-11-261-6/+20
* Fix typo in --help.Zac Medico2008-11-241-1/+1
* Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up whenZac Medico2008-11-231-4/+4
* Bug #188780 - Make the read_int() function show a more human readable errorZac Medico2008-11-231-1/+2
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-74/+2
* Add docs for all of the supported commands.Zac Medico2008-11-231-4/+26
* include quotes when showing make outputMike Frysinger2008-11-181-1/+10
* When parsing `git diff` output, filter paths that are not descended from theZac Medico2008-11-171-4/+10
* When committing manifests, specify the manifest paths instead of using gitZac Medico2008-11-171-4/+2
* Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variablesZac Medico2008-11-171-78/+83
* Add missing -a option for git commits.Zac Medico2008-11-171-2/+2
* Trigger the --include-dev suggestion for any keywords from dev profiles, evenZac Medico2008-11-161-2/+1
* Suggest to use the new --include-dev (-d) option in cases when some ebuildsZac Medico2008-11-161-1/+32
* Only show the "--without-mask" suggestion when packages are actually maskedZac Medico2008-11-161-3/+5
* Add a short -d option for the new --include-dev option. Thanks to JoshuaZac Medico2008-11-161-1/+1
* In order to reduce time consumed for dependency checks, skip 'dev' profilesZac Medico2008-11-161-1/+5
* Remove stray print statement from previous commit.Zac Medico2008-11-151-1/+0
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-151-2/+3
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-151-3/+5
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-151-1/+4
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-1518-6/+70
* Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.Zac Medico2008-11-141-2/+5
* In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die ifZac Medico2008-11-141-2/+2
* Having a leading ./ prefix on file paths can trigger a bug inZac Medico2008-11-141-0/+5