Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repoman: ignore deprecated profiles.desc entries | Zac Medico | 2010-12-18 | 1 | -0/+3 |
| | |||||
* | digestcheck: avoid display of u'' from KeyError | Zac Medico | 2010-12-17 | 1 | -5/+4 |
| | | | | | In python-2.x, KeyError.__str__ produces unicode literals that we don't want users to see. | ||||
* | repoman: handle ElementTree.ParseError | Zac Medico | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | getbinpkg.py: auto-handle NotImplementedError | Zac Medico | 2010-12-16 | 1 | -1/+1 |
| | | | | This should have been done as part of bug #338190. | ||||
* | getbinpkg.py: use local HTTPSConnection import | Zac Medico | 2010-12-16 | 1 | -2/+12 |
| | | | | | | | Use local import since https typically isn't needed, and this way we can usually avoid triggering the global scope http.client ImportError handler (like during stage1 -> stage2 builds where USE=ssl is disabled for python). | ||||
* | slot_conflict_handler: fix for bug #348389 | Zac Medico | 2010-12-16 | 1 | -8/+17 |
| | | | | | | | | This fixes a broken assumption about USE dep matching behavior, since commit 766988aa56bb1bbd2796f96946e62ed78cdf259 introduced stricter IUSE matching by using Atom.unevaluated_atom for IUSE checks (thus changing behavior in cases where conditional USE dependencies disappear upon evaluation). | ||||
* | Atom.without_use: handle unevaluated_atom.use | Zac Medico | 2010-12-16 | 1 | -1/+8 |
| | | | | | Atom.unevaluated_atom.use is used for IUSE checks when matching packages, so it must not propagate to Atom.without_use. | ||||
* | highlight_violations: handle unversioned atom | Zac Medico | 2010-12-16 | 2 | -8/+24 |
| | | | | A test case is included, which triggers the previously broken case. | ||||
* | removeFromContents: don't use EROOT | Fabian Groffen | 2010-12-16 | 1 | -1/+1 |
| | | | | | Fix bug #348790, make sure that CONTENTS entries keep their EPREFIX, by using ROOT, instead of EROOT. | ||||
* | etc-update: eliminate duplicate example configs | Zac Medico | 2010-12-14 | 1 | -1/+5 |
| | |||||
* | apply_recursive_permissions: don't follow symlink | Zac Medico | 2010-12-13 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | This will fix the following error, reported in bug #339670: _ebuild_exit _post_phase_userpriv_perms(settings) File "/usr/lib64/portage/pym/portage/package/ebuild/doebuild.py", line 1207, in _post_phase_userpriv_perms filemode=0o60, filemask=0) File "/usr/lib64/portage/pym/portage/util/__init__.py", line 1018, in apply_recursive_permissions uid=uid, gid=gid, mode=filemode, mask=filemask) File "/usr/lib64/portage/pym/portage/util/__init__.py", line 1043, in apply_secpass_permissions stat_cached = os.stat(filename) File "/usr/lib64/portage/pym/portage/__init__.py", line 226, in __call__ rval = self._func(*wrapped_args, **wrapped_kwargs) OSError: [Errno 40] Too many levels of symbolic links: '/var/tmp/portage/dev-vcs/mercurial-1.7.2/temp/tests-2.7/child0/test-mq-symlinks.t/linka' | ||||
* | etc-update: tweak style in do_distconf() | Anthony Basile | 2010-12-13 | 1 | -10/+2 |
| | |||||
* | etc-update: replace 'seq' with pure bash | Zac Medico | 2010-12-12 | 1 | -3/+6 |
| | |||||
* | etc-update: add option to save example config | Anthony Basile | 2010-12-12 | 1 | -0/+33 |
| | | | | This will fix bug #348561. | ||||
* | xtermTitleReset: revert behavior for bug #348460 | Zac Medico | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | BinpkgVerifier: don't unlink emerge-fetch.log | Zac Medico | 2010-12-12 | 1 | -7/+1 |
| | |||||
* | Preserve existing hardlinks during merge. | Zac Medico | 2010-12-08 | 1 | -19/+8 |
| | | | | | | | | | The previous code created hardlinks rather aggressively, which was helpful as a workaround for lack of hardlinks in tarballs created by quickpkg due to bug #185305. Since bug #338509, quickpkg tarballs preserve hardlinks, so there's no need for aggressive hardlink creation. Therefore, simply preserve existing hardlinks during merge, by comparison of st_dev and st_ino from the source files. | ||||
* | quickpkg: revert hardlink fix from bug #185305 | Zac Medico | 2010-12-07 | 1 | -4/+0 |
| | | | | | For some reason, bug #185305 no longer seems to be an issue, and the fix/workaround seems to cause bug 338509. | ||||
* | quickpkg: may -> might reword | Mike Frysinger | 2010-12-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Use bytes literals. | Arfrever Frehtes Taifersar Arahesis | 2010-12-07 | 3 | -26/+13 |
| | |||||
* | inject binpkg after fetch for pkg_pretend | Zac Medico | 2010-12-05 | 1 | -0/+4 |
| | |||||
* | Fix pkg_pretend output and error handling. | Zac Medico | 2010-12-05 | 1 | -50/+73 |
| | |||||
* | Scheduler: Always display message for pkg_pretend | Zac Medico | 2010-12-05 | 1 | -8/+2 |
| | |||||
* | dbapi.match: Use IUSE to validate built USE | Zac Medico | 2010-12-05 | 1 | -1/+6 |
| | |||||
* | ebuild.sh: only run pretend once for ebuild(1) | Zac Medico | 2010-12-05 | 1 | -1/+9 |
| | |||||
* | Sync EMERGE_FROM code with MERGE_TYPE code. | Zac Medico | 2010-12-05 | 4 | -2/+6 |
| | |||||
* | Package: Use IUSE to validate built USE | Zac Medico | 2010-12-04 | 1 | -0/+8 |
| | |||||
* | doebuild: enable pretend phase as setup dep | Zac Medico | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | doebuild: set MERGE_TYPE for ebuild(1) | Zac Medico | 2010-12-04 | 1 | -1/+9 |
| | |||||
* | Scheduler: set MERGE_TYPE for pkg_pretend | Zac Medico | 2010-12-04 | 1 | -0/+5 |
| | |||||
* | EAPI 4: Support MERGE_TYPE (bug #347351) | Zac Medico | 2010-12-03 | 7 | -4/+26 |
| | |||||
* | Scheduler._run_pkg_pretend: call setcpv | Zac Medico | 2010-12-03 | 1 | -0/+1 |
| | |||||
* | config.reset: re-initialize _setcpv_args_hash | Zac Medico | 2010-12-03 | 1 | -0/+1 |
| | |||||
* | fix QA_EXECSTACK spelling for QA_PREBUILT | Zac Medico | 2010-12-03 | 1 | -1/+1 |
| | | | | | Thanks to Sébastien Fabbro <bicatali@gentoo.org> for reporting in bug #346847. | ||||
* | cpv_sort_key: test suffix order | Zac Medico | 2010-12-03 | 2 | -3/+3 |
| | |||||
* | add new cpv_sort_key() function | Zac Medico | 2010-12-03 | 2 | -1/+59 |
| | |||||
* | Add note about colordiff and less -R. | Zac Medico | 2010-12-03 | 2 | -0/+4 |
| | |||||
* | fix AttributeError in recent use dep changes | Zac Medico | 2010-12-03 | 2 | -18/+22 |
| | |||||
* | vardbapi: unicode safe UnpicklingError message | Zac Medico | 2010-12-03 | 1 | -2/+2 |
| | | | | | Thanks to Fabio Erculiani <lxnay@gentoo.org> for reporting a UnicodeDecodeError here. | ||||
* | dbapi: remove redundant missing_enabled/disabled | Zac Medico | 2010-12-03 | 1 | -2/+1 |
| | |||||
* | dbapi: sync USE match logic with depgraph | Zac Medico | 2010-12-03 | 1 | -7/+22 |
| | | | | | This changes the IUSE check to use the unevaluated atom, and fixes some missing_enabled/disabled cases. | ||||
* | match_from_list: use unevaluated_atom for IUSE | Zac Medico | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | match_from_list: sync USE dep logic with depgraph | Zac Medico | 2010-12-03 | 1 | -25/+23 |
| | | | | | This changes the IUSE check to use the unevaluated atom, and fixes some missing_enabled/disabled cases. | ||||
* | depgraph: remove redundant IUSE check | Zac Medico | 2010-12-03 | 1 | -4/+0 |
| | |||||
* | fix missing_enabled/disabled logic for bug 345979 | Zac Medico | 2010-12-03 | 1 | -6/+6 |
| | |||||
* | depgraph: fix logic more for bug 345979v2.1.9.25 | Zac Medico | 2010-11-27 | 1 | -4/+14 |
| | |||||
* | depgraph: fix logic in code for bug 345979 | Zac Medico | 2010-11-27 | 1 | -7/+6 |
| | |||||
* | UseManager: make warnings show even with --quiet | Zac Medico | 2010-11-26 | 1 | -2/+4 |
| | |||||
* | UseManager: convert lists to tuples | Zac Medico | 2010-11-26 | 1 | -2/+4 |
| | |||||
* | depgraph: check unevaluated USE dep IUSE earlier | Zac Medico | 2010-11-26 | 1 | -7/+7 |
| |