summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-261-5/+9
* s/note/not/ reported by p-y. (trunk r7800)Zac Medico2007-09-261-1/+1
* fix possible information leak vulnerability when doingZac Medico2007-09-261-11/+22
* tweak get_config() so that it only executes one externalZac Medico2007-09-261-9/+15
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-261-13/+25
* Flush stderr and stdout if their file descriptors are in fd_pipesZac Medico2007-09-261-4/+13
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-261-6/+16
* Mask binary packages if their CHOST does not match the oneZac Medico2007-09-262-7/+23
* Bug #190781 - Don't include --oneshot in the options thatZac Medico2007-09-261-2/+1
* Use ensure_dirs() and apply_permissions() to avoid redundantZac Medico2007-09-262-8/+5
* Bug #192346 - The emerge --help shows a -i option thatZac Medico2007-09-261-1/+1
* Bug #191645 - Cross-reference the `ebuild --force digest` docs with theZac Medico2007-09-262-3/+7
* Add some additional notes about the behavior of FEATURES=assume-digestsZac Medico2007-09-261-1/+5
* Bug #191645 - Document the --force option. (trunk r7776)Zac Medico2007-09-261-0/+6
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that areZac Medico2007-09-261-0/+3
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmergeZac Medico2007-09-261-0/+10
* Bug #191645 - Document the --force option. (trunk r7773)Zac Medico2007-09-261-0/+6
* Bug #187795 - remove pointless digest.disjointed and digest.notaddedZac Medico2007-09-261-6/+0
* Bug #192195 - In dir_get_list(), append a trailing / to the addressZac Medico2007-09-261-0/+4
* Catch errno.ENOTDIR instead of using os.path.isdir(). (trunk r7770)Zac Medico2007-09-261-2/+3
* Bug #192298 - Handle PermissionDenied error inZac Medico2007-09-261-2/+15
* 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