summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused check...v2.1_pre7Marius Mauch2006-03-253-10/+26
* Load virtuals on demand in order to avoid needless vdb scanning during a simp...Zac Medico2006-03-253-33/+47
* only reuse distfile checksums if the file doesn't existMarius Mauch2006-03-251-1/+1
* Make ebuild digest reuse existing checksumsMarius Mauch2006-03-252-3/+7
* Make ebuild digest a bit more verboseMarius Mauch2006-03-251-1/+7
* FileNotFoundException should be used with the filenameMarius Mauch2006-03-251-1/+1
* PORTAGE_WORKDIR_MODE is octalMarius Mauch2006-03-241-1/+1
* add missing manifest moduleMarius Mauch2006-03-241-0/+333
* Add manifest2 support.Marius Mauch2006-03-243-175/+113
* Fix crappy error handling for PORTAGE_WORKDIR_MODEMarius Mauch2006-03-241-5/+12
* Replacing arch specific make.conf files with patches for the fallback make.co...Marius Mauch2006-03-2425-4347/+754
* 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-233-0/+124
* When the post preinst shell tasks fail, write a message to stderr and return ...Zac Medico2006-03-231-1/+3
* Write a message to stderr indicating when install_qa_check fails. See bug #1...Zac Medico2006-03-231-1/+4
* 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
* Fix sandbox feature (broken since r2947).Zac Medico2006-03-201-1/+3
* Do not split PORTAGE_RSYNC_EXTRA_OPTS and add it directly to rsynccommand in ...Zac Medico2006-03-201-10/+11
* Move CacheError from the block of python imports to the block of portage impo...Marien Zwart2006-03-201-2/+2
* 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
* adding notes about new rsync option handlingMarius Mauch2006-03-192-0/+3
* make the fallback make.conf more generic by removing x86 specific stuff and r...Marius Mauch2006-03-191-35/+2
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing RSYNC...Marius Mauch2006-03-1917-177/+199
* 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
* Compare new digest data with old digest data and rewrite the new digest only ...Zac Medico2006-03-191-18/+16
* Catch a possible OSError from the stat call in atomic_ofstream.close().Zac Medico2006-03-191-0/+5
* Reset the selinux security context before returning from spawn (regression fr...Zac Medico2006-03-181-7/+9
* Fix typo from the last revision.Zac Medico2006-03-181-1/+1
* Stop swallowing IOError and TypeError exceptions in portdbapi.gvisible(). Wr...Zac Medico2006-03-181-2/+6
* Prevent an IOError with errno != ENOENT from being swallowed in flat_hash._se...Zac Medico2006-03-181-5/+5
* 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
* Minor speedup for findname2, suggested by Brian HarringAlec Warner2006-03-181-10/+12
* Make successful inherit calls return success so that \'source ${EBUILD}` retu...Zac Medico2006-03-181-1/+2
* add short options for --one-shot and --fetch-all-uri to --help output. Closes...Kito2006-03-181-2/+2
* Replace hard coded number 2 in cache modules with errno.ENOENT.Zac Medico2006-03-182-11/+7
* Change os.makedirs to makedirs (typo from r2934).Zac Medico2006-03-181-1/+1
* Fix a typo from the last revision.Zac Medico2006-03-181-1/+1
* Use one makedirs function for all directory creations inside prepare_build_dirs.Zac Medico2006-03-181-67/+33
* Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when PORTAGE_W...Zac Medico2006-03-181-1/+1
* Use loops to consolidate directory cleaning and creation in prepare_build_dirs.Zac Medico2006-03-181-57/+46
* Prevent "eclass-debug.log: No such file or directory" messages that are produ...Zac Medico2006-03-181-1/+1
* Fix PORTAGE_WORKDIR_MODE parsing so that the validated value is stored in mys...Zac Medico2006-03-181-2/+5
* Catch a possible SyntaxError from the eval function when parsing PORTAGE_WORK...Zac Medico2006-03-181-1/+1