summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...v2.1.3.9Zac Medico2007-09-081-1/+2
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-082-3/+10
* For bug #190268, filter SANDBOX_* from the calling environment so that theyZac Medico2007-09-071-1/+2
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-061-2/+34
* Reformat collision-protect output so that the list of file collisions isZac Medico2007-09-061-2/+7
* Convert myoptions from a list to a dict. (trunk r7714)Zac Medico2007-09-061-6/+5
* Move some of the less expensive QA checks before dep_check() so that they'reZac Medico2007-09-061-106/+106
* Skip the most expensive QA tests when --force in enabled since there's noZac Medico2007-09-061-0/+6
* Fix RepoMan's grammar. (trunk r7711)Zac Medico2007-09-061-1/+1
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directlyZac Medico2007-09-061-0/+28
* Make the commit message indicate when the --force option is used. (trunk r7712)Zac Medico2007-09-061-6/+9
* Add a --force option that forces commit to proceed. This is useful for casesZac Medico2007-09-061-1/+6
* Bug #190406 - Filter the myheaders list so that it doesn't include binaryZac Medico2007-09-062-2/+24
* change directory to / in case $PWD doesnt exist (trunk r7702)Zac Medico2007-09-061-1/+3
* remove $Id$ as it gives us nothing useful (trunk r7699)Zac Medico2007-09-061-1/+1
* Move blocker handling from depgraph.create() to select_dep(). (trunk r7701)Zac Medico2007-09-061-12/+11
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-09-062-4/+11
* Remove pointless information from --info output (trunk r7695)Zac Medico2007-09-061-6/+0
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-09-061-10/+1
* Move the note about not needing pycrypto with python-2.5 to the 2.1.3 section...Zac Medico2007-09-041-0/+2
* Add * and ~* to the list of valid values for ACCEPT_KEYWORDS. (trunk r7688)Zac Medico2007-08-231-1/+1
* Make depgraph.select_dep() node reuse work when in --usepkgonly mode. (trunk ...Zac Medico2007-08-231-54/+55
* Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since other...Zac Medico2007-08-231-0/+1
* In config.regenerate(), skip loading /etc/profile.env if it's mtime hasn't ch...Zac Medico2007-08-231-6/+13
* Make depgraph.create() avoid metadata lookups for binary packages and ebuilds...Zac Medico2007-08-231-2/+11
* Bug #189791 - Send errors to /dev/null when debug-print() fails to write to $...Zac Medico2007-08-231-1/+1
* Fix a typo from r7663. (trunk r7676)Zac Medico2007-08-231-1/+1
* Use INFORM to colorize the package name. (trunk r7674)Zac Medico2007-08-221-2/+3
* Prevent output from being flushed to the console too frequently in dir_get_me...Zac Medico2007-08-221-10/+30
* Make depgraph.select_dep() reuse cached metadata from nodes that have already...Zac Medico2007-08-221-6/+25
* Fix update_dbentry() to process version components properly before passing th...Zac Medico2007-08-221-2/+7
* Make best() return early when it's only given one package. (trunk r7664)Zac Medico2007-08-221-3/+3
* Pass complete package metadata from depgraph.select_dep() into create() in or...Zac Medico2007-08-221-40/+37
* Bug #188703 - Don't adjust permissions in ${T} unless userpriv is enabled. (t...Zac Medico2007-08-221-1/+2
* Send cache hit/miss status updates to stdout instead of stderr and add some m...Zac Medico2007-08-221-10/+22
* Show cache miss/hit counts all on one line, using \r to return to the beginni...Zac Medico2007-08-221-3/+9
* Bug #189743 - Add .jpeg to the list of extensions supported by dohtml. (trunk...Zac Medico2007-08-222-4/+5
* filter out kernel modules from ELF QA checks #184443 (trunk r7645)Zac Medico2007-08-191-4/+5
* remove "risky" message about -O2 (trunk r7644)Zac Medico2007-08-192-6/+2
* Fix ACCEPT_KEYWORDS validation so that ** is valid. (trunk r7647)Zac Medico2007-08-191-1/+3
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Make etc-update copy owner and group bits when it merges config files. (trunk...Zac Medico2007-08-161-1/+3
* make -f/-F distinction clearer (trunk r7632)Zac Medico2007-08-161-3/+2
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-35/+25
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* Add some floating point vercmp cases. (trunk r7622)Zac Medico2007-08-151-1/+4
* For bug #188807, add nocreate and delaycompress options for logrotate. (trunk...Zac Medico2007-08-151-0/+2
* 'decent' CFLAGS should not feature -O3. Bug 188619 (trunk r7595:7597)Zac Medico2007-08-155-9/+9
* For bug #188449, since python floats have limited range, we multiply both flo...Zac Medico2007-08-151-2/+11
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39