summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove Manifest if it is not needed.Zac Medico2011-09-141-7/+15
* Don't write empty (thin) Manifest files.Zac Medico2011-09-141-1/+4
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2011-09-142-3/+3
* Fix grammar in some messages.Arfrever Frehtes Taifersar Arahesis2011-09-141-2/+2
* repoman: use repodir moreZac Medico2011-09-141-1/+1
* repoman: test symlinked repo pathv2.2.0_alpha57Zac Medico2011-09-141-1/+6
* repoman: use the repodir variable moreZac Medico2011-09-141-9/+4
* digestgen: remove duplicate 'mytree' variablesZac Medico2011-09-141-5/+0
* digestgen: handle get_repo_for_location KeyErrorZac Medico2011-09-141-1/+7
* repoman: fix KeyError from digestgen with symlinkZac Medico2011-09-141-0/+7
* Deprecate the manifest1_compat parameter.v2.2.0_alpha56Zac Medico2011-09-133-11/+12
* manifest: remove unused 'pf is None' caseZac Medico2011-09-131-2/+0
* man/portage.5: layout.conf examples manifestsZac Medico2011-09-121-0/+4
* metadata/layout.conf: "sign-manifests = false"Zac Medico2011-09-122-5/+11
* ebuild(1): remove unneeded porttrees modificationZac Medico2011-09-121-6/+4
* _validate_deps: pass myrepo to aux_getZac Medico2011-09-121-1/+2
* ebuild(1): avoid "Location not set for repo" msgsZac Medico2011-09-121-2/+8
* doebuild: support allow-missing and thin manifestZac Medico2011-09-121-15/+21
* repoman: don't sign thin manifestsZac Medico2011-09-121-3/+9
* Add tests for thin manifestsSebastian Luther2011-09-122-5/+57
* add layout.conf awareness of thin-manifestsBrian Harring2011-09-121-2/+9
* add thin manifest support to the Manifest classBrian Harring2011-09-122-54/+97
* Bind all manifest access through repoconfigsBrian Harring2011-09-1210-14/+38
* refactoring; unhide part of the parsing functionalityBrian Harring2011-09-121-100/+98
* ebuild.sh: make use* return false for "depend"Zac Medico2011-09-121-1/+6
* save-ebuild-env.sh: tweak PYTHONPATH cleansingZac Medico2011-09-111-3/+7
* config: set USERLAND if unsetZac Medico2011-09-111-0/+13
* isolated-functions.sh: skip set_colors for dependZac Medico2011-09-111-8/+13
* Move KV funcs to bashrc-functions.sh.Zac Medico2011-09-113-53/+54
* isolated-functions.sh: split save-ebuild-env.shZac Medico2011-09-114-92/+95
* ebuild.sh: setup PATH earlierZac Medico2011-09-111-7/+7
* ebuild.sh: source *.sh at the topZac Medico2011-09-111-28/+28
* Move preprocess_ebuild_env to phase-functions.sh.Zac Medico2011-09-112-188/+184
* ebuild.sh: split out bashrc-functions.shZac Medico2011-09-112-92/+94
* ebuild.sh: move hasg* funcs into econfZac Medico2011-09-113-13/+14
* ebuild.sh: remove unused lchown and lchgrpZac Medico2011-09-112-9/+1
* build.sh: has/best_version to phase-helpers.shZac Medico2011-09-112-54/+47
* ebuild.sh: move ebuild_main to phase-functions.shZac Medico2011-09-112-223/+217
* ebuild.sh: move use* funcs to phase-helpers.shZac Medico2011-09-112-49/+50
* ebuild.sh: add dummy funcs for "depend" phaseZac Medico2011-09-111-0/+9
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-112-11/+105
* Add VirtualSlotResolverTestCase for bug #382557.Zac Medico2011-09-111-0/+46
* Revert virtual slot update code for bug 382557.Zac Medico2011-09-111-1/+0
* ebuild.sh: split out phase-helpers.shZac Medico2011-09-102-520/+528
* ebuild.sh: split out phase-functions.shZac Medico2011-09-102-608/+613
* depgraph: refactor virtual slot --update codeZac Medico2011-09-101-28/+26
* repoman: fix a typo in the file.executable descZac Medico2011-09-101-1/+1
* Add repoman warning about bash-completion deprecation.Michał Górny2011-09-101-0/+1
* depgraph: use Atom.with_slot() to match virtualsZac Medico2011-09-101-1/+1
* Atom: add a with_slot method for adding a slotZac Medico2011-09-101-0/+8