summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Collapse)AuthorAgeFilesLines
* Use realpath for portdbapi._repository_map and treemap since that'sZac Medico2010-09-271-2/+6
| | | | how it was before the reposyntax branch was merged.
* Use realpath for portdbapi.porttrees and porttree_root since that'sZac Medico2010-09-271-2/+4
| | | | how it was prior to merge of the reposyntax branch.
* Fix portdbapi.xmatch("minimum-visible") breakage where a repoZac Medico2010-09-271-1/+2
| | | | name is passed to cp_list instead of a repo path.
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-271-2/+2
|
* Improved profiles/p.mask handlingSebastian Luther2010-09-265-32/+80
| | | | It's now possible for an repo to revert masks from the master for its own packages.
* move repository.py to repository/config.pySebastian Luther2010-09-263-1/+3
|
* reposyntax: Remove unneeded special caseSebastian Luther2010-09-262-7/+3
|
* reposyntax: Add repo config parser, but don't use config files for nowSebastian Luther2010-09-263-50/+284
|
* reposyntax: Handle missing profiles/repo_name by setting repo_name to ↵Sebastian Luther2010-09-261-13/+24
| | | | x-$(basename $path)
* reposyntax: Let portdbapi.getRepositories return repos sorted by prioritySebastian Luther2010-09-262-8/+11
|
* reposyntax: Handle the "give me a Package for an ebuild from any repo" case ↵Sebastian Luther2010-09-261-1/+1
| | | | better
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-264-5/+11
|
* reposyntax: Fix ignored slot spec if the same cpv is in several repos with ↵Sebastian Luther2010-09-261-6/+5
| | | | different SLOT
* reposyntax: Add support all over the placeSebastian Luther2010-09-2612-37/+362
|
* reposyntax: add support in _config/*Sebastian Luther2010-09-266-40/+47
|
* reposyntax: Add support in config.pySebastian Luther2010-09-261-12/+19
|
* backtracking: Take all branches in case of slot collisionsv2.2_rc88Sebastian Luther2010-09-262-0/+85
|
* Add PORTAGE_BINHOST sftp protocol support.v2.2_rc87Zac Medico2010-09-252-5/+25
|
* Fix a typo in a comment.Zac Medico2010-09-251-1/+1
|
* Add non-essential backslashes for clarity in GetConfigTestCase.Zac Medico2010-09-251-1/+1
|
* Add test cases for getconfig() bash compatibility with variablesZac Medico2010-09-251-0/+28
| | | | from make.globals.
* Fix varexpand() so that it doesn't do redundant quote removal thatZac Medico2010-09-251-1/+7
| | | | | | | | is already handled by shlex. This fixes a bug in getconfig() which caused it to remove backslash characters it front of quote characters in cases where bash would have preserved them when sourcing the same input.
* Make MetaDataXML.format_maintainer_string() check a values to makeZac Medico2010-09-251-4/+6
| | | | sure they are non-empty and not just whitespace.
* Implement PORTAGE_BINHOST ssh:// protocol support by spawning sshZac Medico2010-09-251-1/+18
| | | | | | | | | | and using it to stream the Packages file on stdout. This assumes that you have ssh-agent running, for authentication. For now, you won't be able to use this unless you define your own FETCHCOMMAND_SSH and RESUMECOMMAND_SSH values. It's trivial to do this if you create a helper script that calls rsync after transforming the URI into the host:/path format that rsync uses.
* Move all imports in bintree.py to the top.Zac Medico2010-09-251-22/+14
|
* Fix catpkgsplit() to validate the category part. This fixesZac Medico2010-09-251-1/+3
| | | | vardbapi.cp_all() to reject invalid categories.
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageFabian Groffen2010-09-231-2/+2
|\
| * Add binpkg-logs to the list of supported features.Arfrever Frehtes Taifersar Arahesis2010-09-231-2/+2
| |
* | always use eroot with CONFIG_MEMORY_FILEFabian Groffen2010-09-231-2/+2
|/
* Bug #338190 - Handle more exceptions inside getbinpkg.dir_get_metadata().Zac Medico2010-09-211-1/+11
| | | | | | The ftplib.all_errors attribute is a useful collection of exceptions to handle here. Thanks to Christian Kauhaus <kc@gocept.com> for the suggestion.
* Fix ConfigTestCase.testLicenseManager() breakage from from previousZac Medico2010-09-211-1/+1
| | | | commit.
* Bug #300455 - Store LicenseManager._license_groups values as frozensetZac Medico2010-09-211-0/+3
| | | | in order to avoid false warnings about circular group references.
* reposyntax: Add support in _sets/base.pySebastian Luther2010-09-201-12/+17
|
* Tests: add resolver/test_output: Make sure we don't backtrace in the merge ↵Sebastian Luther2010-09-202-1/+89
| | | | list printer
* Use git rev-list --format option to simplify _LazyVersion committerZac Medico2010-09-201-10/+6
| | | | timestamp code.
* Always mask the higher version when backtracking due to a slot conflictSebastian Luther2010-09-191-0/+30
|
* With waitpid and WNOHANG, only check the first element of the tuplev2.2_rc85Zac Medico2010-09-191-2/+8
| | | | since the second element may vary (bug #337465, comment #12).
* Optimize ResolverPlayground._create_ebuild_manifests() to use a singleZac Medico2010-09-191-5/+6
| | | | config instance, and call digestgen() directly.
* Bug #338002 - Make _LazyVersion format portage.VERSION so that it isZac Medico2010-09-191-5/+33
| | | | a valid version.
* Fix lockfile() to close the file descriptor before raising TryAgain.Zac Medico2010-09-181-0/+1
|
* Fix the "Unmatch removal atoms" (second try) to show the correctZac Medico2010-09-181-2/+3
| | | | number of undisplayed atoms when there are more than 3.
* catch another case where using EROOT is absolutely not correct:Fabian Groffen2010-09-181-1/+2
| | | | | when reading files from CONTENTS, don't prepend EROOT, since the package already HAS prefix recorded in CONTENTS
* Drop PREFIX LOCAL markersFabian Groffen2010-09-181-10/+2
|
* Fix off-by-one; don't print useless "and 0 more" message.Fabian Groffen2010-09-181-1/+1
|
* Bug #337826 - Fix spawn_nofetch() to create the privateZac Medico2010-09-181-13/+16
| | | | PORTAGE_TMPDIR before calling doebuild_environment().
* Use _unicode_decode() to force unicode format strings insideZac Medico2010-09-171-2/+7
| | | | digraph.debug_print().
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-172-3/+1
|
* don't use EROOT or an upgrade of a package will result in the package being ↵Fabian Groffen2010-09-171-2/+8
| | | | unmerged!
* Do NOT use EROOT when merging files to the live filesystem! It inevitably ↵Fabian Groffen2010-09-171-3/+10
| | | | makes double offsets occur
* --autounmask: Support license changesSebastian Luther2010-09-173-2/+47
|