summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo. (trunk r7840)Zac Medico2007-09-261-1/+1
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16
* Bugs #168772 and #193695 - During unmerge, only ignore specificZac Medico2007-09-261-19/+64
* Bug #74615 - Quote all file paths inside dispatch-conf shellZac Medico2007-09-263-9/+9
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-261-1/+1
* 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