summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Don't show the running Linux kernel version in the commit message, since itZac Medico2009-01-181-1/+3
* Fix a TypeError which occurs in pretend commit mode when vcs is None. ThanksZac Medico2009-01-121-1/+6
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-121-0/+12
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-121-1/+13
* Add some blank lines around the messages that suggest --without-mask andZac Medico2009-01-121-5/+16
* Bug #250469 - Fix unpack() so that deb2targz is called in a way such thatZac Medico2009-01-121-3/+17
* Bug #252354 - Ensure that hardlinked files are not processed multiple timesZac Medico2009-01-121-5/+24
* Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they areZac Medico2009-01-121-0/+2
* (trunk r12375)Zac Medico2009-01-121-1/+1
* (trunk r12374)Zac Medico2009-01-121-0/+1
* (trunk r12373)Zac Medico2009-01-121-1/+1
* Handle tree conflicts in svn status output, new in subversion 1.6. Thanks toZac Medico2009-01-121-0/+3
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2009-01-121-2/+2
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2009-01-121-0/+14
* Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` insteadZac Medico2009-01-121-7/+18
* Bail out earlier if the file name argument doesn't end with '.ebuild'. ThanksZac Medico2008-12-271-0/+6
* (trunk r12345)Zac Medico2008-12-271-3/+3
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-251-0/+1
* Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings a...Zac Medico2008-12-251-4/+17
* Bug #252304 - Restore the -V/--version option. (trunk r12293)Zac Medico2008-12-251-0/+7
* Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harrin...Zac Medico2008-12-252-0/+10
* Move initial signal handlers to the launcher script. (trunk r12290)Zac Medico2008-12-251-0/+17
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-251-1/+27
* Detect problems with arguments and return non-zero when appropriate.v2.1.6.1Zac Medico2008-12-121-1/+13
* Fix incorrect usage of trap (only remove on signal at a time). (trunk r12210)Zac Medico2008-12-121-1/+2
* Fix exit code to return non-zero when an error occurs. Thanks to ChristophZac Medico2008-12-121-2/+6
* When attempting to close fd 9 at the end of the depend phase, use exec so thatZac Medico2008-12-121-1/+1
* Bug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptorZac Medico2008-12-121-9/+19
* For py3k compat, avoid using list.sort(cmp). (trunk r12184)Zac Medico2008-12-121-7/+11
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-121-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 sourcing of profile.bashrc during the depend phase. (trunk r12136)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. (trunk r12126)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
* Remove unused package sets and glsa stuff.Zac Medico2008-11-241-337/+0
* Fix typo in --help. (trunk r12072)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. (trunk r12047)Zac Medico2008-11-231-4/+26
* include quotes when showing make output (trunk r11988)Zac Medico2008-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