summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Create tbz2 package directly in ${PKGDIR}/All to avoid need for temp file (in...Zac Medico2006-03-241-8/+9
* Add a portage_debug module and python-trace feature for --debug mode.Zac Medico2006-03-232-0/+8
* Include the die call itself (including line number) in the printed call stack...Zac Medico2006-03-231-0/+1
* Enable bash tracing during sourcing of bashrc for --debug mode. See bug #126...Zac Medico2006-03-221-1/+9
* Make emerge-webrsync only do metadata-transfer when necessary. Thanks to Pat...Zac Medico2006-03-201-2/+6
* Move has, hasq, and hasv functions to isolated-functions.sh since they do not...Zac Medico2006-03-202-16/+17
* Do not split PORTAGE_RSYNC_EXTRA_OPTS and add it directly to rsynccommand in ...Zac Medico2006-03-201-10/+11
* Miscellaneous fixes and cleanup for the rsync options handling.Zac Medico2006-03-191-43/+71
* Fix deprecated RSYNC_TIMEOUT handling (move it where rsync_flags is defined) ...Zac Medico2006-03-191-12/+8
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing RSYNC...Marius Mauch2006-03-191-19/+60
* update -I long optionMike Frysinger2006-03-191-1/+1
* delete extraneous printMike Frysinger2006-03-191-1/+0
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...Zac Medico2006-03-192-3/+17
* Fix typo in spelling of been in emerge-webrsync. Thanks to bonsaikitten for ...Zac Medico2006-03-181-1/+1
* Make PORTAGE_INST_UID and PORTAGE_INST_GID default to 0 in case of environmen...Zac Medico2006-03-184-8/+8
* Make successful inherit calls return success so that \'source ${EBUILD}` retu...Zac Medico2006-03-181-1/+2
* Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when PORTAGE_W...Zac Medico2006-03-181-1/+1
* Prevent "eclass-debug.log: No such file or directory" messages that are produ...Zac Medico2006-03-181-1/+1
* Fix deprecated emerge syntax in emerge-webrsync for bug #126558.Zac Medico2006-03-171-1/+1
* Merge emerge-webrsync uid and gid fixes from the prefix branch.Zac Medico2006-03-171-4/+5
* Use `mv -f` to make sure mv does not prompt for confirmation.Zac Medico2006-03-171-1/+1
* Add package atom validation to the `emerge --config` action. Thanks to sekre...Zac Medico2006-03-161-12/+19
* touchup some more misc bits of bash codeMike Frysinger2006-03-161-15/+12
* cleanup bash code in use*() and has*() functions with the help of agriffisMike Frysinger2006-03-161-41/+15
* add support for unpacking .tbz, .a, and .deb filesMike Frysinger2006-03-161-1/+4
* Add a new PORTAGE_WORKDIR_MODE config variable so that the mode of WORKDIR is...Zac Medico2006-03-161-2/+4
* declare more local variables to prevent env pollutionMike Frysinger2006-03-161-2/+4
* - dont allow people to call `install` with -s via insopts/diropts/exeopts/lib...Mike Frysinger2006-03-161-39/+28
* add --quiet support to --colsMike Frysinger2006-03-151-15/+26
* Generate depgraph.applied_useflags in the display method as necessary for use...Zac Medico2006-03-151-4/+10
* Remove bin/dopython because it's not either used or useful. Thanks to Brian ...Zac Medico2006-03-141-23/+0
* Catch keyboardinterrupt during imports, don't print nasty tracebacks there, l...Alec Warner2006-03-141-1/+4
* Simplify emerge's secpass logic.Zac Medico2006-03-131-19/+11
* Fix KeyError: 'mergelist' error (regression from r2847). See bug #125993.Zac Medico2006-03-131-0/+1
* Use find -path instead of -name for compatibility with both gnu and bsd userl...Zac Medico2006-03-121-1/+1
* ppc64 isnt ok just yet, so dont scan for exec stacksMike Frysinger2006-03-121-1/+1
* Add --tree to the blacklist when --resume is used. See bug #54040.Zac Medico2006-03-121-1/+1
* backport portage-pkg path change from savior branchMike Frysinger2006-03-111-4/+4
* dont reset spinner for non-ttys if --quiet is in useMike Frysinger2006-03-111-2/+3
* Do automatic backup the resume list when it's length is greater than 1 for bu...v2.1_pre6Zac Medico2006-03-111-1/+12
* Move PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild.sh to make.globals so ...Zac Medico2006-03-111-4/+0
* Make dobin and dosbin use PORTAGE_INST_UID and PORTAGE_INST_GID.Zac Medico2006-03-112-2/+2
* Do the clean phase at the end of dblink.treewalk() to ensure that it is trigg...Zac Medico2006-03-111-8/+1
* Fix dyn_clean in ebuild.sh so that it removes the builddir correctly (if it i...Zac Medico2006-03-101-3/+5
* Fix emerge's "Post-Build Cleaning" so that it works with --buildpkgonly in FE...Zac Medico2006-03-101-10/+12
* Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh.Zac Medico2006-03-102-48/+40
* Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ...Zac Medico2006-03-092-255/+260
* Remove "myarg" from the ebuild.sh env before it is saved so that it doesn't i...Zac Medico2006-03-091-0/+3
* Remove install_mask from ebuild.sh since it's in misc-functions.sh now.Zac Medico2006-03-091-22/+0
* Split install_mask and parts of dyn_preinst from ebuild.sh to misc-functions....Zac Medico2006-03-092-87/+132