aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/rewrite-manifest.py
AgeCommit message (Collapse)Author
2014-03-07rewrite-manifest.py: Handle manifests with relative fetch URLs.Paul Sokolovsky
This requires passing manifest repository URL to the rewriting script. This should fix lp:1287618. Change-Id: Icf54e2e96185301f66e77b7fea2ed1ff313a1ef7
2014-01-26Re-enable manifest rewriting, but try http://.../git/ .Paul Sokolovsky
Change-Id: I60d37d3af60c91220c74ef6e4c6694f93412ad17
2012-11-26Improve no-seed building and use scalable git-over-http for building.Danilo Šegan
2012-11-22Split out URLs being rewritten into a dict as per review.Danilo Šegan
2012-11-22Minor string reformatting.Danilo Šegan
2012-11-22Use argparse.Danilo Šegan
2012-11-22Minor refactoring.Danilo Šegan
2012-11-22Support all git URL variants in existence.Danilo Šegan
2012-11-22Rename sanitize-manifest to rewrite-manifest.Danilo Šegan