summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-1929/+2178
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+1
* manifest: allow extend-project to override dest-branch and upstreamErik Elmeke2022-09-201-0/+6
* diffmanifests: Handle Missing Projects in Repo WorkspaceShashank Devaraj2022-09-151-1/+4
* manifest_xml: improve topdir accuracy.v2.29LaMont Jones2022-08-221-1/+4
* project: simplify GetRemote a bitMike Frysinger2022-08-171-2/+2
* sync: rework --jobs to provide better defaultsMike Frysinger2022-07-251-4/+4
* Omit local_manifest groups from superproject override.v2.28LaMont Jones2022-07-151-1/+5
* Only sync superproject if it will be used.LaMont Jones2022-06-081-10/+39
* project: initial separation of shared project objectsMike Frysinger2022-05-261-3/+6
* manifest: add submanifest.default_groups attributev2.25LaMont Jones2022-04-291-10/+31
* Override the manifest for the entire commandLaMont Jones2022-04-191-53/+69
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-23/+24
* manifest_xml: Add Load and Unload methodsLaMont Jones2022-04-081-4/+15
* Fix sub manifest handlingLaMont Jones2022-04-061-4/+5
* Move manifest config logic into ManifestProjectLaMont Jones2022-04-061-14/+13
* project: Isolate ManifestProject from RepoProjectLaMont Jones2022-03-311-5/+6
* manifest_file must be an absolute pathLaMont Jones2022-03-231-1/+8
* manifest_xml: group for submanifest projectsLaMont Jones2022-02-281-0/+4
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-27/+427
* Move local-manifest check to manifest_xml.pyLaMont Jones2022-02-151-0/+6
* init: add an option --enable-git-lfs-filterXD Trol2022-01-261-0/+4
* Update revisionId if required when using extend-projectMichael Kelly2021-09-281-5/+3
* Add 'dest-path' to extend-project to support changing pathMichael Kelly2021-09-281-0/+11
* make file removal a bit more robustMike Frysinger2021-09-281-2/+1
* superproject: support a new revision attribute.Xin Li2021-09-271-0/+10
* manifest: make repo-hooks more robust wrt element orderingJack Neus2021-09-231-23/+26
* repo: properly handle remote annotations in manifest_xmlJack Neus2021-07-231-8/+27
* manifest: Support ignoring local manifests with 'repo manifest'Michael Kelly2021-07-201-0/+7
* Gracefully ignore bad remove-project lineMichael Kelly2021-07-081-10/+10
* repo: improve duplicate default checkJack Neus2021-06-151-1/+2
* repo: properly handle NoneType in Default/Remote equality checksJack Neus2021-06-111-0/+10
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-101-1/+6
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-181-4/+10
* manifest_xml: initial support for <contactinfo>Raman Tenneti2021-05-041-0/+17
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-0/+4
* manifest_xml: ban use of newlines in pathsMike Frysinger2021-04-301-1/+10
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-131-0/+6
* manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger2021-03-121-2/+5
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-0/+12
* manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger2021-03-021-11/+30
* manifest: validate project name & path and include name attributesMike Frysinger2021-02-281-4/+14
* manifest: refactor the filesystem checking logic for more reuseMike Frysinger2021-02-281-5/+31
* use simpler super() magicMike Frysinger2021-02-191-4/+3
* trim redundant pass statementsMike Frysinger2021-02-161-1/+0
* manifest: set revisionId as revision attribute it it is not being set in ToXml.Raman Tenneti2021-02-071-0/+2
* manifest_xml: initial support for <superproject>Raman Tenneti2021-01-081-0/+37
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-9/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* manifest_xml: harmonize list fieldsMike Frysinger2020-12-041-6/+10