summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Create a SlotDict constructor which can take an optional positional arg thatZac Medico2008-07-281-0/+13
* * Add support in dep_getusedeps() and isvalidatom() for comma separated USEZac Medico2008-07-282-3/+33
* Bug #233137 - Implement Atom.split().Zac Medico2008-07-281-1/+2
* Fix incorrect logging.exception() arguments. The exception instance is notZac Medico2008-07-271-4/+4
* Fix the new glep56 code to handle missing metadata.xml. Thanks to jmbsvicettoZac Medico2008-07-271-9/+10
* Fix EbuildFetcher to pass all config variables to the fetcher so thingsZac Medico2008-07-272-7/+8
* Update path to make.conf.example. Thanks to Arfrever.Zac Medico2008-07-271-1/+1
* Use ${NORMAL} to properly restore color when necessary.Zac Medico2008-07-271-1/+1
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-272-2/+2
* Make all the elog functions split lines when displaying output, just likeZac Medico2008-07-271-5/+35
* Add support to elog_base() to split messages on newlines automatically.Zac Medico2008-07-271-2/+8
* Fix breakage from r11213 in INHERITED values returned from portdbapi.aux_get().Zac Medico2008-07-271-8/+4
* Fixes from Arfrever:Zac Medico2008-07-272-2/+4
* Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise theyZac Medico2008-07-272-5/+44
* * Define a frozenset of live eclasses for the LIVEVCS.stable check.Zac Medico2008-07-271-3/+10
* Fix repoman not seeing subversion auto-ignored files (such as patch rejects a...Zac Medico2008-07-271-2/+2
* Temporarily `set -o noglob` when splitting QA_DT_HASH.Zac Medico2008-07-271-0/+4
* Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For nowZac Medico2008-07-273-0/+40
* Schedule ebuild pkg_setup phases on the merge queue,Zac Medico2008-07-271-15/+37
* In PollScheduler._poll(), add a call to _schedule() in order to ensure thatZac Medico2008-07-271-16/+36
* Fix AsynchronousTask.removeStartListener() and removeExitListener() to returnZac Medico2008-07-271-0/+4
* Fix LinkageMap.findConsumers() to check whether the master link for a libZac Medico2008-07-261-1/+19
* * Use pure bash ${PARAMETER%/*} instead of spawing`dirname`.Zac Medico2008-07-261-2/+2
* Split out an apply_priorities() function to apply nice and ionice settings.Zac Medico2008-07-261-10/+15
* Bug #232924 - When the user specifies a non-existent set, display a list ofZac Medico2008-07-262-4/+24
* Bug #228085 - In the event of a file collision, the explanation about theZac Medico2008-07-261-1/+14
* Replace hardcoded i386 machine name in dyn_rpm() with the result of `uname -m`.Zac Medico2008-07-261-1/+3
* * For bug 227625, automatically create the /usr/src/rpm/SOURCES directory whenZac Medico2008-07-261-1/+4
* Reduce the default PORTAGE_IONICE_COMMAND priority to "idle" priority sinceZac Medico2008-07-262-2/+2
* Add PORTAGE_IONICE_COMMAND setting for make.conf which is called to adjustZac Medico2008-07-251-0/+2
* Suppress "for /" and "to /" in status messages when ROOT=/. Thanks toZac Medico2008-07-251-9/+15
* Fix PORTAGE_BIN_PATH typo in EbuildFetcher._start().Zac Medico2008-07-251-1/+1
* Detect an invalid cpv passed into portdbapi.findname2() and raise anZac Medico2008-07-251-1/+3
* Cancel prefetchers if they're the only reason the main poll loop is stillZac Medico2008-07-251-0/+7
* When in background mode and there is a single failure, dump the whole buildZac Medico2008-07-241-9/+40
* * Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND fails.Zac Medico2008-07-242-0/+3
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-244-1/+38
* Bug #228117 - Insert a trailing newline in the getconfig() input file asZac Medico2008-07-241-1/+39
* Fix bug in get_repo_path() when called with multiple args.Zac Medico2008-07-231-1/+1
* Fix typo, found by pyflakes.Zac Medico2008-07-231-1/+1
* Avoid "0 files checked ..." messages reported by Pesa.Zac Medico2008-07-231-1/+1
* Fix --depclean/--prune regressions reported by selkin:Zac Medico2008-07-231-2/+9
* Add sandbox write access to PORTAGE_PYM_PATH before importing portage inZac Medico2008-07-231-3/+12
* Add GENTOO_MIRRORS to the variables exported by EbuildFetcher.Zac Medico2008-07-231-1/+1
* Make --fetchonly disable background mode.Zac Medico2008-07-231-2/+6
* Handle UnsatisfiedResumeDep in Scheduler._calc_resume_list().Zac Medico2008-07-221-4/+44
* Update --depclean and --prune, removing warnings about libraries since thoseZac Medico2008-07-224-44/+57
* In dblink.unmerge(), redirect preserve-libs "!needed" messages to the log fileZac Medico2008-07-221-1/+2
* Fix resume_depgraph() so that it doesn't raise an AssertionError due toZac Medico2008-07-221-6/+4
* Show the number of failed packages in the status display.Zac Medico2008-07-221-11/+10