summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Initialize PORTAGE_TMPDIR before using it.Zac Medico2007-09-291-3/+3
* revert useless quotingMike Frysinger2007-09-292-4/+2
* Fix quoting as reported by Drac in bug 194169Alec Warner2007-09-293-3/+3
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-09-291-2/+13
* Handle KeyError thrown from aux_get().Zac Medico2007-09-271-5/+6
* with help from Donnie and Ulrich, use sed to extract the statement that led t...Mike Frysinger2007-09-271-2/+24
* Bug #193486 - Use echo -n and properly quote the array argument.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 stack dump so that i...Mike Frysinger2007-09-261-13/+21
* someone seriously screwed the pooch on whitespacing here so clean it all upMike Frysinger2007-09-261-62/+63
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-3/+3
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-241-1/+1
* fix possible information leak vulnerability when doing a merge of configurati...Mike Frysinger2007-09-241-11/+22
* tweak get_config() so that it only executes one external binary (sed) instead...Mike Frysinger2007-09-241-9/+15
* Move some of the less expensive QA checks before dep_check() so that they're ...Zac Medico2007-08-281-106/+106
* Convert myoptions from a list to a dict.Zac Medico2007-08-281-6/+5
* Skip the most expensive QA tests when --force in enabled since there's no poi...Zac Medico2007-08-281-0/+6
* Make the commit message indicate when the --force option is used.Zac Medico2007-08-281-6/+9
* Fix RepoMan's grammar.Zac Medico2007-08-271-1/+1
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directly...Zac Medico2007-08-271-0/+28
* Add a --force option that forces commit to proceed. This is useful for cases ...Zac Medico2007-08-271-1/+6
* Bug #190406 - Filter the myheaders list so that it doesn't include binary blo...Zac Medico2007-08-271-1/+6
* change directory to / in case $PWD doesnt existMike Frysinger2007-08-261-1/+3
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-08-251-4/+8
* Bug #189791 - Send errors to /dev/null when debug-print() fails to write to $...Zac Medico2007-08-231-1/+1
* Bug #189743 - Add .jpeg to the list of extensions supported by dohtml.Zac Medico2007-08-221-3/+4
* filter out kernel modules from ELF QA checks #184443Mike Frysinger2007-08-171-4/+5
* Make etc-update copy owner and group bits when it merges config files.Zac Medico2007-08-161-0/+2
* Don't generate a QA Notice if the ${S} directory doesn't exist since it might...Zac Medico2007-08-101-3/+0
* For bug #187795, remove pointless digest.disjointed and digest.notadded warni...Zac Medico2007-08-061-12/+0
* Merge rewrite by Alon Bar-Lev from bug #130039:Zac Medico2007-08-061-113/+303
* Move ecompressdir and ecompress --dequeue after prepall.Zac Medico2007-08-041-1/+2
* Call ecompressdir and ecompress --dequeue outside of prepall since ruby.eclas...Zac Medico2007-08-042-3/+2
* Generate a QA Notice and cd to ${WORKDIR} if the ${S} directory does not exist.Zac Medico2007-08-031-0/+9
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from mak...Zac Medico2007-07-281-1/+2
* use ${MAKE:-make} rather than make in einstall()Mike Frysinger2007-07-251-2/+2
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ...Zac Medico2007-07-241-0/+5
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-231-2/+2
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-221-1/+1
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p...Zac Medico2007-07-211-0/+17
* For bug #185153, in commit mode do the "Fetching trivial updates" routine bef...Zac Medico2007-07-211-38/+44
* Use PF in dyn_package. Thanks to swegener.Zac Medico2007-07-171-1/+1
* split up the debug/sources steps as proposed by swegener and give the whole f...Mike Frysinger2007-07-151-50/+64
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-131-0/+1
* - remove readable bits for debug files if the souce ELF is setXidNed Ludd2007-07-091-0/+2
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-081-1/+6
* allow split debuf for kernel modulesMike Frysinger2007-07-081-1/+7
* `find` can accept a list of paths so condense this nested for loop, and dont ...Mike Frysinger2007-07-071-4/+6