Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
tools
/
repo
/
f609f91b72c0b90026da0eefcc0f52f12840971b
/
manifest_xml.py
f609f91
Send reviews to a different branch from fetch
by Bryan Jacobs
· 12 years ago
59bbb58
Move Python version checking to a separate module
by David Pursehouse
· 11 years ago
217ea7d
Some fixes for supporting python3
by Chirayu Desai
· 12 years ago
db83b1b
Allow mirror to be created in directories specified by 'path' attribute
by Scott Fan
· 12 years ago
ede7f12
Allow clone depth to be specified per project
by David Pursehouse
· 12 years ago
33e0456
Fix `repo manifest` support of remote aliases.
by Brian Harring
· 12 years ago
4eb285c
Fix: local manifest deprecation warning appears more than once
by David Pursehouse
· 12 years ago
5f434ed
Exit with fatal error if local manifest file cannot be parsed
by David Pursehouse
· 12 years ago
606eab8
Show full path of `local_manifests` folder in deprecation warning
by David Pursehouse
· 12 years ago
4baf87f
Merge "should use os.path.lexist instead of os.path.exist"
by Shawn Pearce
· 12 years ago
26e2475
If parsing the manifests fails, reset the XmlManifest object
by Joe Onorato
· 12 years ago
c59baff
Merge "Pass full path of the XML in local_manifests to the parser"
by Conley Owens
· 12 years ago
0290cad
Merge "Make -notdefault a default manifest group"
by Conley Owens
· 12 years ago
1a5c774
Pass full path of the XML in local_manifests to the parser
by Tobias Droste
· 12 years ago
a9f11b3
Support resolving relative fetch URLs on persistent-https://
by Shawn Pearce
· 12 years ago
v1.12.0
0c635bb
Make -notdefault a default manifest group
by Matt Gumbel
· 12 years ago
223bf96
should use os.path.lexist instead of os.path.exist
by Sebastian Frias
· 12 years ago
b2bd91c
Represent git-submodule as nested projects, take 2
by Che-Liang Chiou
· 13 years ago
f910748
Better error message if 'remove-project' refers to non-existent project
by David Pursehouse
· 12 years ago
c1b86a2
Fix inconsistent indentation
by David Pursehouse
· 12 years ago
cecd1d8
Change print statements to work in python3
by Sarah Owens
· 12 years ago
52f1e5d
Make load order of local manifests deterministic
by David Pursehouse
· 12 years ago
717ece9
Better handling of duplicate remotes
by David Pursehouse
· 12 years ago
5566ae5
Print deprecation warning when local_manifest.xml is used
by David Pursehouse
· 12 years ago
2d5a0df
Add support for multiple local manifests
by David Pursehouse
· 12 years ago
f7fc8a9
Handle XML errors when parsing the manifest
by David Pursehouse
· 12 years ago
1d947b3
Even more coding style cleanup
by David Pursehouse
· 12 years ago
cd81dd6
Revert "Represent git-submodule as nested projects"
by Shawn O. Pearce
· 12 years ago
v1.11.1
608aff7
Merge "Use modern Python exception syntax"
by Conley Owens
· 12 years ago
a5be53f
Use modern Python exception syntax
by Sarah Owens
· 12 years ago
4f7bdea
Add pylint configuration and instructions
by David Pursehouse
· 12 years ago
69998b0
Represent git-submodule as nested projects
by Che-Liang Chiou
· 13 years ago
5c6eeac
More coding style cleanup
by David Pursehouse
· 12 years ago
8a68ff9
Coding style cleanup
by David Pursehouse
· 12 years ago
3ff9dec
Merge "manifest: record the original revision when in -r mode."
by Conley Owens
· 12 years ago
14a6674
manifest: record the original revision when in -r mode.
by Brian Harring
· 12 years ago
9779565
Fix incorrect default_groups when parsing projects from XML manifest
by David Holmer
· 12 years ago
e00aa6b
Clean up imports
by David Pursehouse
· 12 years ago
34acdd2
Fix ManifestParseError when first child node is comment
by Jooncheol Park
· 12 years ago
v1.10.4
bb1b5f5
Allow projects to be specified as notdefault
by Conley Owens
· 12 years ago
e15c65a
Remove unused imports
by David Pursehouse
· 12 years ago
17f85ea
Omit all default groups when generating a manifest
by Dmitry Fink
· 12 years ago
f35b2d9
Fix mirror mode
by Shawn O. Pearce
· 12 years ago
v1.10.2
b292b98
Add remote alias support in manifest
by Yestin Sun
· 12 years ago
7da1314
Inject the project name into each projects groups.
by Brian Harring
· 12 years ago
475a47d
Restore include support.
by Brian Harring
· 12 years ago
23acdd3
Parse manifest and local_manifest together
by Colin Cross
· 13 years ago
2644874
ManifestXml: add include support
by Brian Harring
· 14 years ago
79770d2
Add sync-c option to manifest
by Anatol Pomazau
· 13 years ago
c39864f
Treat groups= as default
by Colin Cross
· 13 years ago
971de8e
Refine groups functionality
by Conley Owens
· 13 years ago
24c1308
Add project annotation handling to repo
by James W. Mills
· 13 years ago
5acde75
Add manifest groups
by Colin Cross
· 13 years ago
v1.8.2
d315382
Add 'rebase="false"' attribute to the <project/> XML.
by Mike Pontillo
· 13 years ago
34fb20f
Revert "Default repo manifest settings in git config"
by Shawn O. Pearce
· 13 years ago
v1.7.8.1
ee1c2f5
Default repo manifest settings in git config
by Victor Boivie
· 14 years ago
9d8f914
Remove extra '/' in RemoteSpec
by Conley Owens
· 13 years ago
v1.7.7.6
ceea368
Correctly name projects when mirroring
by Conley Owens
· 13 years ago
v1.7.7.5
db728cd
Allow remote url to be relative to manifst url
by Conley Owens
· 13 years ago
6392c87
sync: Allow -j to have a default in manifest
by Shawn O. Pearce
· 13 years ago
v1.7.6
37282b4
Support repo-level pre-upload hook and prep for future hooks.
by Doug Anderson
· 14 years ago
v1.7.4
df14a70
Make path references OS independent
by Anthony Newnam
· 14 years ago
2b8db3c
Added feature to print a <notice> from manifest at the end of a sync.
by Doug Anderson
· 14 years ago
v1.7.1
a1bfd2c
Add a 'smart sync' option to repo sync
by Nico Sallembien
· 15 years ago
v1.6.9.2
21c5c34
Support detached HEAD in manifest repository
by Shawn O. Pearce
· 15 years ago
v1.6.8.5
3c8dea1
Change project.revision to revisionExpr and revisionId
by Shawn O. Pearce
· 15 years ago
d1f70d9
Refactor how projects parse remotes so it can be replaced
by Shawn O. Pearce
· 15 years ago
c8a300f
Refactor Manifest to be XmlManifest
by Shawn O. Pearce
· 15 years ago
[Renamed (99%) from manifest.py]
242b526
Remove support for the extra <remote> definitions in manifests
by Shawn O. Pearce
· 15 years ago
4cc70ce
Remove unused parsing support for <require commit=""/>
by Shawn O. Pearce
· 15 years ago
c7a4eef
Add repo manifest -o to save a manifest
by Shawn O. Pearce
· 16 years ago
v1.6.2
03eaf07
Support <remove-project name="X"> in manifest to remove/replace X
by Shawn O. Pearce
· 16 years ago
v1.4
5d40e26
Treat missing attributes as None when parsing the manifest
by Shawn O. Pearce
· 16 years ago
v1.2
70939e2
Add <add-remote to-project="..."> to inject additional remotes
by Shawn O. Pearce
· 16 years ago
ae6e094
Add <remote project-name="..."> attribute within projects
by Shawn O. Pearce
· 16 years ago
e284ad1
Add 'repo init --mirror' to download a complete forrest
by Shawn O. Pearce
· 16 years ago
v1.1
2450a29
Assume the manifest branch matches the branch name in Git
by Shawn O. Pearce
· 16 years ago
f5c25a6
Cleanup stale manifest migration code from manifest.py
by Shawn O. Pearce
· 16 years ago
df830f1
Remove import_tar, import_zip and the <snapshot> elements
by Shawn O. Pearce
· 16 years ago
v1.0.7
7965f9f
Move the Editor configuration out of Manifest's constructor
by Shawn O. Pearce
· 16 years ago
5cc6679
Support user supplied custom .repo/local_manifest.xml files
by Shawn O. Pearce
· 16 years ago
v1.0.5
cf31fe9
Initial Contribution
by The Android Open Source Project
· 16 years ago
v1.0