summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up system and world set handling. For forward compatibility, the world...Zac Medico2007-07-031-1/+2
* Flatten restrict for the RESTRICT.invalid check.Zac Medico2007-07-021-6/+16
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the patch.Zac Medico2007-06-301-0/+12
* Use better parseable format for list_preserved_libsMarius Mauch2007-06-291-1/+4
* Fix quoting.Zac Medico2007-06-271-1/+1
* Format $EBUILD_OVERLAY_ECLASSES output more like it was before.Zac Medico2007-06-271-1/+5
* Format the callstack indentation more like it used to be.Zac Medico2007-06-271-2/+2
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-17/+18
* For bug #180706, add sorting and a trailing newline in the rest of the cases ...Zac Medico2007-06-242-2/+4
* Provide a default value for PORTAGE_BINPKG_TMPFILE in case the package phase ...Zac Medico2007-06-241-0/+2
* Remove redundant 'Usage: ' from the usage message.Zac Medico2007-06-231-1/+1
* For bug #182428, make quickpkg exclude config files that are protected by CON...Zac Medico2007-06-221-2/+43