summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bug #194764 - All the match* functions can raiseZac Medico2007-10-051-9/+13
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
* Eliminate confusing false positive error messagesZac Medico2007-10-051-7/+22
* Handle UnsupportedAPIException when running the ebuild(1)Zac Medico2007-10-051-0/+8
* Fix logic for the message that's show whenZac Medico2007-10-051-1/+1
* Make repoman bail out if it is unable to properlyZac Medico2007-10-051-19/+52
* Add EAPI masking support for binary packages. (trunk r7913)Zac Medico2007-10-051-4/+19
* no need to use "function" when defining a function (trunk r7908)Zac Medico2007-10-051-10/+10
* this isnt part of gentoolkit anymore (trunk r7907)Zac Medico2007-10-051-1/+1
* Update the docs for the "ebuild.syntax" error toZac Medico2007-10-051-1/+1
* Port the EbuildQuote check from trunk. (trunk r7904)Zac Medico2007-10-051-3/+80
* Bug #194398 - Do not log "exiting successfully" in emerge.logZac Medico2007-10-051-2/+5
* Bug #142508 - Clear the screen each time before callingZac Medico2007-10-051-0/+14
* Remove redundant trailing slashes from ${D}. (trunk r7890)Zac Medico2007-10-051-14/+17
* Initialize PORTAGE_TMPDIR before using it. (trunk r7887)Zac Medico2007-10-051-3/+3
* Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879)Zac Medico2007-10-052-4/+2
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-10-051-2/+13
* Bug #179380 - Make the default src_compile() support ECONF_SOURCEZac Medico2007-10-031-1/+3
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
* Bug #192706 - Do not print a summary at the end of --depclean ifZac Medico2007-09-281-0/+3
* Handle KeyError thrown from aux_get(). (trunk r7866)Zac Medico2007-09-271-5/+6
* Fix portage.exception namespace typo.Zac Medico2007-09-271-1/+1
* Move a newline to fix formatting. (trunk r7858)Zac Medico2007-09-271-1/+2
* with help from Donnie and Ulrich, use sed to extract the statementZac Medico2007-09-271-2/+24
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-3/+10
* Bug #193486 - Use echo -n and properly quote the array argument. (trunk r7850)Zac Medico2007-09-271-1/+1
* Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'Zac Medico2007-09-271-1/+2
* Do the stale env check/warning after the digest/manifestZac Medico2007-09-271-15/+23
* Display a short notification when an existing ${T}/environmentZac Medico2007-09-271-0/+19
* align the filename and line numbers in the output of the stackZac Medico2007-09-271-18/+26
* Bug #74615 - Quote all file paths inside dispatch-conf shellZac Medico2007-09-261-3/+3
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-261-1/+1
* fix possible information leak vulnerability when doingZac Medico2007-09-261-11/+22
* tweak get_config() so that it only executes one externalZac Medico2007-09-261-9/+15
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-261-13/+25
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-261-6/+16
* Mask binary packages if their CHOST does not match the oneZac Medico2007-09-261-6/+22
* Bug #190781 - Don't include --oneshot in the options thatZac Medico2007-09-261-2/+1
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmergeZac Medico2007-09-261-0/+10
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...v2.1.3.9Zac Medico2007-09-081-1/+2
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-061-2/+34
* Convert myoptions from a list to a dict. (trunk r7714)Zac Medico2007-09-061-6/+5
* Move some of the less expensive QA checks before dep_check() so that they'reZac Medico2007-09-061-106/+106
* Skip the most expensive QA tests when --force in enabled since there's noZac Medico2007-09-061-0/+6
* Fix RepoMan's grammar. (trunk r7711)Zac Medico2007-09-061-1/+1
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directlyZac Medico2007-09-061-0/+28
* Make the commit message indicate when the --force option is used. (trunk r7712)Zac Medico2007-09-061-6/+9
* Add a --force option that forces commit to proceed. This is useful for casesZac Medico2007-09-061-1/+6