summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
|
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
|
* REQUIRED_USE: add blank line after displayZac Medico2011-02-021-0/+1
|
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-022-37/+60
|
* _get_dep_chain: allow SetArg for first nodeZac Medico2011-02-021-14/+15
|
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-021-7/+32
| | | | This will fix bug #353443.
* doebuild: always return success for listonly modeZac Medico2011-02-021-0/+6
| | | | | | This compensates for changed fetch() return value in commit 394cd4a00d37fd078f8dd40f89f8c810355d7816, which serves to trigger the pkg_nofetch phase inside doebuild().
* _exec: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+5
| | | | Avoid issues like bug #353239.
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-02-021-1/+7
| | | | Signal handlers inherited from the parent process are irrelevant here.
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+6
| | | | This seems to fix bug #353239.
* emerge: spawn nofetch for --pretend --fetchZac Medico2011-02-021-0/+1
| | | | This is part of bug 353334.
* depgraph: display 'searching for similar names'Zac Medico2011-02-021-3/+11
| | | | It can take few seconds to search, so display a status message.
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-02-021-0/+33
|
* ImportModulesTestCase: use iterator, not listZac Medico2011-02-021-6/+3
|
* EbuildBuild: spawn nofetch for fetchonlyZac Medico2011-02-021-5/+12
|
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-02-021-2/+2
|
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-02-021-0/+7
| | | | bug 352208
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-02-023-25/+94
| | | | http://forums.gentoo.org/viewtopic-t-862257.html?sid=9ba8646a15044fe024a41154df351c6a
* ebuild_xattr: lazily import xattrZac Medico2011-02-022-3/+4
|
* test/lint/test_import_modules.py: Better error reporting and expected failuresSebastian Luther2011-02-021-1/+10
|
* NoOffsetWithHelpers: fix invalid errors nameFabian Groffen2011-02-021-1/+1
|
* repoman: add check for using offset vars with helpersFabian Groffen2011-02-022-3/+13
| | | | | | | New check: NoOffsetWithHelpers. Checks whether helper functions, such as dodir and insinto, are used with offset variables either referring to the installation image (D, ED), the alternate root location (ROOT, EROOT), or the offset prefix (EPREFIX).
* bintree: warn for missing binhost TIMESTAMPZac Medico2011-02-021-0/+2
| | | | This seems to be the case that's triggered in bug 353189 and bug 350139.
* Fix selinux import error handling.Zac Medico2011-02-021-0/+1
|
* Test import of all modules.Zac Medico2011-02-023-3/+39
|
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-02-021-7/+8
|
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-02-021-16/+29
| | | | Fixes bug 350515.
* Show use conditionals in old style dep chainsSebastian Luther2011-02-022-126/+154
|
* binarytree: fix BASE_URI for old-style binhostZac Medico2011-02-021-0/+1
|
* binarytree: fix broken BASE_URI initializationZac Medico2011-02-021-2/+3
|
* Update Portage to support multiple binhosts.David James2011-02-022-17/+21
| | | | | | | | | | | BUG=chromium-os:11295 TEST=Build x86-mario with multiple binhosts (board binhost, preflight binhost) and verify that binaries are picked up from both binhosts. Also verify that if one of the binhosts fails, the other binhost is used correctly. Review URL: http://codereview.chromium.org/6329022 Change-Id: I095f28c82e3effbc25105af6ac89e42c335e6381
* grab_updates: return all after first modifiedZac Medico2011-02-021-3/+11
| | | | | | | This ensures that all relevant updates are returned for cases in which the destination package of an earlier move corresponds to the source package of a move that comes somewhere later in the entire sequence of files.
* Wildcard support for -c/-CSebastian Luther2011-02-023-2/+65
|
* fdopen: read from processes in unbuffered modev2.1.9.35Zac Medico2011-01-214-7/+7
| | | | | It doesn't make sense to use buffers in cases like this, and is potentially error prone (as in bug #287648 / python issue 5380).
* test_pty_eof: separate classes for self.todoZac Medico2011-01-211-1/+2
|
* Fix a typo in a comment.Zac Medico2011-01-211-1/+1
|
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-213-6/+8
| | | | | This enables pty support in python3, by using unbuffered fdopen to avoid http://bugs.python.org/issue5380.
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-212-4/+27
| | | | | | New development: It appears that array.fromfile() is usable with python3 as long as fdopen is called with a bufsize argument of 0.
* dispatch-conf: restrict default archive-dir permsv2.1.9.34Zac Medico2011-01-191-1/+4
| | | | | Also, add warnings about rcs and ci behavior in dispatch-conf.conf and dispatch-conf.1. This will fix bug #315603.
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
|
* doebuid: clean up AA handlingZac Medico2011-01-181-9/+0
|
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
|
* depgraph: avoid updates moreZac Medico2011-01-182-13/+14
| | | | | The fix from bug #351828 broke some of the update avoidance behavior from bug #275945, and this patch should restore it.
* Fix some poor installed/masked || choices.Zac Medico2011-01-182-15/+20
| | | | This will fix bug #351828. It's fallout from bug #350285.
* Fix breakage from previous commit.Zac Medico2011-01-181-4/+29
|
* doebuild_environent: handle A/AA initializationZac Medico2011-01-184-62/+40
| | | | | This allows elimination of duplicate code, some of which was introduced by the fix for bug #351505.
* Fix broken pkg.use.enabled ref from last commit.v2.1.9.33Zac Medico2011-01-171-1/+1
|
* EbuildBuild: Ensure $A is defined in pkg_nofetch.Zac Medico2011-01-171-1/+8
| | | | This will fix bug #351505.
* Scheduler: remove uninstall task from pkg_queuev2.1.9.32Zac Medico2011-01-171-0/+4
|
* Use r'' for regex.Zac Medico2011-01-171-1/+1
|