repo 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  1. #!/usr/bin/env python
  2. # repo default configuration
  3. #
  4. import os
  5. REPO_URL = os.environ.get('REPO_URL', None)
  6. if not REPO_URL:
  7. REPO_URL = 'https://gerrit.googlesource.com/git-repo'
  8. REPO_REV = 'stable'
  9. # Copyright (C) 2008 Google Inc.
  10. #
  11. # Licensed under the Apache License, Version 2.0 (the "License");
  12. # you may not use this file except in compliance with the License.
  13. # You may obtain a copy of the License at
  14. #
  15. # http://www.apache.org/licenses/LICENSE-2.0
  16. #
  17. # Unless required by applicable law or agreed to in writing, software
  18. # distributed under the License is distributed on an "AS IS" BASIS,
  19. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  20. # See the License for the specific language governing permissions and
  21. # limitations under the License.
  22. # increment this whenever we make important changes to this script
  23. VERSION = (1, 24)
  24. # increment this if the MAINTAINER_KEYS block is modified
  25. KEYRING_VERSION = (1, 2)
  26. # Each individual key entry is created by using:
  27. # gpg --armor --export keyid
  28. MAINTAINER_KEYS = """
  29. Repo Maintainer <repo@android.kernel.org>
  30. -----BEGIN PGP PUBLIC KEY BLOCK-----
  31. Version: GnuPG v1.4.2.2 (GNU/Linux)
  32. mQGiBEj3ugERBACrLJh/ZPyVSKeClMuznFIrsQ+hpNnmJGw1a9GXKYKk8qHPhAZf
  33. WKtrBqAVMNRLhL85oSlekRz98u41H5si5zcuv+IXJDF5MJYcB8f22wAy15lUqPWi
  34. VCkk1l8qqLiuW0fo+ZkPY5qOgrvc0HW1SmdH649uNwqCbcKb6CxaTxzhOwCgj3AP
  35. xI1WfzLqdJjsm1Nq98L0cLcD/iNsILCuw44PRds3J75YP0pze7YF/6WFMB6QSFGu
  36. aUX1FsTTztKNXGms8i5b2l1B8JaLRWq/jOnZzyl1zrUJhkc0JgyZW5oNLGyWGhKD
  37. Fxp5YpHuIuMImopWEMFIRQNrvlg+YVK8t3FpdI1RY0LYqha8pPzANhEYgSfoVzOb
  38. fbfbA/4ioOrxy8ifSoga7ITyZMA+XbW8bx33WXutO9N7SPKS/AK2JpasSEVLZcON
  39. ae5hvAEGVXKxVPDjJBmIc2cOe7kOKSi3OxLzBqrjS2rnjiP4o0ekhZIe4+ocwVOg
  40. e0PLlH5avCqihGRhpoqDRsmpzSHzJIxtoeb+GgGEX8KkUsVAhbQpUmVwbyBNYWlu
  41. dGFpbmVyIDxyZXBvQGFuZHJvaWQua2VybmVsLm9yZz6IYAQTEQIAIAUCSPe6AQIb
  42. AwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEBZTDV6SD1xl1GEAn0x/OKQpy7qI
  43. 6G73NJviU0IUMtftAKCFMUhGb/0bZvQ8Rm3QCUpWHyEIu7kEDQRI97ogEBAA2wI6
  44. 5fs9y/rMwD6dkD/vK9v4C9mOn1IL5JCPYMJBVSci+9ED4ChzYvfq7wOcj9qIvaE0
  45. GwCt2ar7Q56me5J+byhSb32Rqsw/r3Vo5cZMH80N4cjesGuSXOGyEWTe4HYoxnHv
  46. gF4EKI2LK7xfTUcxMtlyn52sUpkfKsCpUhFvdmbAiJE+jCkQZr1Z8u2KphV79Ou+
  47. P1N5IXY/XWOlq48Qf4MWCYlJFrB07xjUjLKMPDNDnm58L5byDrP/eHysKexpbakL
  48. xCmYyfT6DV1SWLblpd2hie0sL3YejdtuBMYMS2rI7Yxb8kGuqkz+9l1qhwJtei94
  49. 5MaretDy/d/JH/pRYkRf7L+ke7dpzrP+aJmcz9P1e6gq4NJsWejaALVASBiioqNf
  50. QmtqSVzF1wkR5avZkFHuYvj6V/t1RrOZTXxkSk18KFMJRBZrdHFCWbc5qrVxUB6e
  51. N5pja0NFIUCigLBV1c6I2DwiuboMNh18VtJJh+nwWeez/RueN4ig59gRTtkcc0PR
  52. 35tX2DR8+xCCFVW/NcJ4PSePYzCuuLvp1vEDHnj41R52Fz51hgddT4rBsp0nL+5I
  53. socSOIIezw8T9vVzMY4ArCKFAVu2IVyBcahTfBS8q5EM63mONU6UVJEozfGljiMw
  54. xuQ7JwKcw0AUEKTKG7aBgBaTAgT8TOevpvlw91cAAwUP/jRkyVi/0WAb0qlEaq/S
  55. ouWxX1faR+vU3b+Y2/DGjtXQMzG0qpetaTHC/AxxHpgt/dCkWI6ljYDnxgPLwG0a
  56. Oasm94BjZc6vZwf1opFZUKsjOAAxRxNZyjUJKe4UZVuMTk6zo27Nt3LMnc0FO47v
  57. FcOjRyquvgNOS818irVHUf12waDx8gszKxQTTtFxU5/ePB2jZmhP6oXSe4K/LG5T
  58. +WBRPDrHiGPhCzJRzm9BP0lTnGCAj3o9W90STZa65RK7IaYpC8TB35JTBEbrrNCp
  59. w6lzd74LnNEp5eMlKDnXzUAgAH0yzCQeMl7t33QCdYx2hRs2wtTQSjGfAiNmj/WW
  60. Vl5Jn+2jCDnRLenKHwVRFsBX2e0BiRWt/i9Y8fjorLCXVj4z+7yW6DawdLkJorEo
  61. p3v5ILwfC7hVx4jHSnOgZ65L9s8EQdVr1ckN9243yta7rNgwfcqb60ILMFF1BRk/
  62. 0V7wCL+68UwwiQDvyMOQuqkysKLSDCLb7BFcyA7j6KG+5hpsREstFX2wK1yKeraz
  63. 5xGrFy8tfAaeBMIQ17gvFSp/suc9DYO0ICK2BISzq+F+ZiAKsjMYOBNdH/h0zobQ
  64. HTHs37+/QLMomGEGKZMWi0dShU2J5mNRQu3Hhxl3hHDVbt5CeJBb26aQcQrFz69W
  65. zE3GNvmJosh6leayjtI9P2A6iEkEGBECAAkFAkj3uiACGwwACgkQFlMNXpIPXGWp
  66. TACbBS+Up3RpfYVfd63c1cDdlru13pQAn3NQy/SN858MkxN+zym86UBgOad2
  67. =CMiZ
  68. -----END PGP PUBLIC KEY BLOCK-----
  69. Conley Owens <cco3@android.com>
  70. -----BEGIN PGP PUBLIC KEY BLOCK-----
  71. Version: GnuPG v1.4.11 (GNU/Linux)
  72. mQENBFHRvc8BCADFg45Xx/y6QDC+T7Y/gGc7vx0ww7qfOwIKlAZ9xG3qKunMxo+S
  73. hPCnzEl3cq+6I1Ww/ndop/HB3N3toPXRCoN8Vs4/Hc7by+SnaLFnacrm+tV5/OgT
  74. V37Lzt8lhay1Kl+YfpFwHYYpIEBLFV9knyfRXS/428W2qhdzYfvB15/AasRmwmor
  75. py4NIzSs8UD/SPr1ihqNCdZM76+MQyN5HMYXW/ALZXUFG0pwluHFA7hrfPG74i8C
  76. zMiP7qvMWIl/r/jtzHioH1dRKgbod+LZsrDJ8mBaqsZaDmNJMhss9g76XvfMyLra
  77. 9DI9/iFuBpGzeqBv0hwOGQspLRrEoyTeR6n1ABEBAAG0H0NvbmxleSBPd2VucyA8
  78. Y2NvM0BhbmRyb2lkLmNvbT6JATgEEwECACIFAlHRvc8CGwMGCwkIBwMCBhUIAgkK
  79. CwQWAgMBAh4BAheAAAoJEGe35EhpKzgsP6AIAJKJmNtn4l7hkYHKHFSo3egb6RjQ
  80. zEIP3MFTcu8HFX1kF1ZFbrp7xqurLaE53kEkKuAAvjJDAgI8mcZHP1JyplubqjQA
  81. xvv84gK+OGP3Xk+QK1ZjUQSbjOpjEiSZpRhWcHci3dgOUH4blJfByHw25hlgHowd
  82. a/2PrNKZVcJ92YienaxxGjcXEUcd0uYEG2+rwllQigFcnMFDhr9B71MfalRHjFKE
  83. fmdoypqLrri61YBc59P88Rw2/WUpTQjgNubSqa3A2+CKdaRyaRw+2fdF4TdR0h8W
  84. zbg+lbaPtJHsV+3mJC7fq26MiJDRJa5ZztpMn8su20gbLgi2ShBOaHAYDDi5AQ0E
  85. UdG9zwEIAMoOBq+QLNozAhxOOl5GL3StTStGRgPRXINfmViTsihrqGCWBBUfXlUE
  86. OytC0mYcrDUQev/8ToVoyqw+iGSwDkcSXkrEUCKFtHV/GECWtk1keyHgR10YKI1R
  87. mquSXoubWGqPeG1PAI74XWaRx8UrL8uCXUtmD8Q5J7mDjKR5NpxaXrwlA0bKsf2E
  88. Gp9tu1kKauuToZhWHMRMqYSOGikQJwWSFYKT1KdNcOXLQF6+bfoJ6sjVYdwfmNQL
  89. Ixn8QVhoTDedcqClSWB17VDEFDFa7MmqXZz2qtM3X1R/MUMHqPtegQzBGNhRdnI2
  90. V45+1Nnx/uuCxDbeI4RbHzujnxDiq70AEQEAAYkBHwQYAQIACQUCUdG9zwIbDAAK
  91. CRBnt+RIaSs4LNVeB/0Y2pZ8I7gAAcEM0Xw8drr4omg2fUoK1J33ozlA/RxeA/lJ
  92. I3KnyCDTpXuIeBKPGkdL8uMATC9Z8DnBBajRlftNDVZS3Hz4G09G9QpMojvJkFJV
  93. By+01Flw/X+eeN8NpqSuLV4W+AjEO8at/VvgKr1AFvBRdZ7GkpI1o6DgPe7ZqX+1
  94. dzQZt3e13W0rVBb/bUgx9iSLoeWP3aq/k+/GRGOR+S6F6BBSl0SQ2EF2+dIywb1x
  95. JuinEP+AwLAUZ1Bsx9ISC0Agpk2VeHXPL3FGhroEmoMvBzO0kTFGyoeT7PR/BfKv
  96. +H/g3HsL2LOB9uoIm8/5p2TTU5ttYCXMHhQZ81AY
  97. =AUp4
  98. -----END PGP PUBLIC KEY BLOCK-----
  99. """
  100. GIT = 'git' # our git command
  101. MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version
  102. repodir = '.repo' # name of repo's private directory
  103. S_repo = 'repo' # special repo repository
  104. S_manifests = 'manifests' # special manifest repository
  105. REPO_MAIN = S_repo + '/main.py' # main script
  106. MIN_PYTHON_VERSION = (2, 6) # minimum supported python version
  107. GITC_CONFIG_FILE = '/gitc/.config'
  108. GITC_FS_ROOT_DIR = '/gitc/manifest-rw/'
  109. import errno
  110. import optparse
  111. import re
  112. import shutil
  113. import stat
  114. import subprocess
  115. import sys
  116. if sys.version_info[0] == 3:
  117. import urllib.request
  118. import urllib.error
  119. else:
  120. import imp
  121. import urllib2
  122. urllib = imp.new_module('urllib')
  123. urllib.request = urllib2
  124. urllib.error = urllib2
  125. def _print(*objects, **kwargs):
  126. sep = kwargs.get('sep', ' ')
  127. end = kwargs.get('end', '\n')
  128. out = kwargs.get('file', sys.stdout)
  129. out.write(sep.join(objects) + end)
  130. # Python version check
  131. ver = sys.version_info
  132. if (ver[0], ver[1]) < MIN_PYTHON_VERSION:
  133. _print('error: Python version %s unsupported.\n'
  134. 'Please use Python 2.6 - 2.7 instead.'
  135. % sys.version.split(' ')[0], file=sys.stderr)
  136. sys.exit(1)
  137. home_dot_repo = os.path.expanduser('~/.repoconfig')
  138. gpg_dir = os.path.join(home_dot_repo, 'gnupg')
  139. extra_args = []
  140. init_optparse = optparse.OptionParser(usage="repo init -u url [options]")
  141. # Logging
  142. group = init_optparse.add_option_group('Logging options')
  143. group.add_option('-q', '--quiet',
  144. dest="quiet", action="store_true", default=False,
  145. help="be quiet")
  146. # Manifest
  147. group = init_optparse.add_option_group('Manifest options')
  148. group.add_option('-u', '--manifest-url',
  149. dest='manifest_url',
  150. help='manifest repository location', metavar='URL')
  151. group.add_option('-b', '--manifest-branch',
  152. dest='manifest_branch',
  153. help='manifest branch or revision', metavar='REVISION')
  154. group.add_option('-m', '--manifest-name',
  155. dest='manifest_name',
  156. help='initial manifest file', metavar='NAME.xml')
  157. group.add_option('-c', '--current-branch',
  158. dest='current_branch_only', action='store_true',
  159. help='fetch only current manifest branch from server')
  160. group.add_option('--mirror',
  161. dest='mirror', action='store_true',
  162. help='create a replica of the remote repositories '
  163. 'rather than a client working directory')
  164. group.add_option('--reference',
  165. dest='reference',
  166. help='location of mirror directory', metavar='DIR')
  167. group.add_option('--depth', type='int', default=None,
  168. dest='depth',
  169. help='create a shallow clone with given depth; see git clone')
  170. group.add_option('--archive',
  171. dest='archive', action='store_true',
  172. help='checkout an archive instead of a git repository for '
  173. 'each project. See git archive.')
  174. group.add_option('-g', '--groups',
  175. dest='groups', default='default',
  176. help='restrict manifest projects to ones with specified '
  177. 'group(s) [default|all|G1,G2,G3|G4,-G5,-G6]',
  178. metavar='GROUP')
  179. group.add_option('-p', '--platform',
  180. dest='platform', default="auto",
  181. help='restrict manifest projects to ones with a specified '
  182. 'platform group [auto|all|none|linux|darwin|...]',
  183. metavar='PLATFORM')
  184. group.add_option('--no-clone-bundle',
  185. dest='no_clone_bundle', action='store_true',
  186. help='disable use of /clone.bundle on HTTP/HTTPS')
  187. group.add_option('--no-tags',
  188. dest='no_tags', action='store_true',
  189. help="don't fetch tags in the manifest")
  190. # Tool
  191. group = init_optparse.add_option_group('repo Version options')
  192. group.add_option('--repo-url',
  193. dest='repo_url',
  194. help='repo repository location', metavar='URL')
  195. group.add_option('--repo-branch',
  196. dest='repo_branch',
  197. help='repo branch or revision', metavar='REVISION')
  198. group.add_option('--no-repo-verify',
  199. dest='no_repo_verify', action='store_true',
  200. help='do not verify repo source code')
  201. # Other
  202. group = init_optparse.add_option_group('Other options')
  203. group.add_option('--config-name',
  204. dest='config_name', action="store_true", default=False,
  205. help='Always prompt for name/e-mail')
  206. def _GitcInitOptions(init_optparse_arg):
  207. init_optparse_arg.set_usage("repo gitc-init -u url -c client [options]")
  208. g = init_optparse_arg.add_option_group('GITC options')
  209. g.add_option('-f', '--manifest-file',
  210. dest='manifest_file',
  211. help='Optional manifest file to use for this GITC client.')
  212. g.add_option('-c', '--gitc-client',
  213. dest='gitc_client',
  214. help='The name of the gitc_client instance to create or modify.')
  215. _gitc_manifest_dir = None
  216. def get_gitc_manifest_dir():
  217. global _gitc_manifest_dir
  218. if _gitc_manifest_dir is None:
  219. _gitc_manifest_dir = ''
  220. try:
  221. with open(GITC_CONFIG_FILE, 'r') as gitc_config:
  222. for line in gitc_config:
  223. match = re.match('gitc_dir=(?P<gitc_manifest_dir>.*)', line)
  224. if match:
  225. _gitc_manifest_dir = match.group('gitc_manifest_dir')
  226. except IOError:
  227. pass
  228. return _gitc_manifest_dir
  229. def gitc_parse_clientdir(gitc_fs_path):
  230. """Parse a path in the GITC FS and return its client name.
  231. @param gitc_fs_path: A subdirectory path within the GITC_FS_ROOT_DIR.
  232. @returns: The GITC client name
  233. """
  234. if gitc_fs_path == GITC_FS_ROOT_DIR:
  235. return None
  236. if not gitc_fs_path.startswith(GITC_FS_ROOT_DIR):
  237. manifest_dir = get_gitc_manifest_dir()
  238. if manifest_dir == '':
  239. return None
  240. if manifest_dir[-1] != '/':
  241. manifest_dir += '/'
  242. if gitc_fs_path == manifest_dir:
  243. return None
  244. if not gitc_fs_path.startswith(manifest_dir):
  245. return None
  246. return gitc_fs_path.split(manifest_dir)[1].split('/')[0]
  247. return gitc_fs_path.split(GITC_FS_ROOT_DIR)[1].split('/')[0]
  248. class CloneFailure(Exception):
  249. """Indicate the remote clone of repo itself failed.
  250. """
  251. def _Init(args, gitc_init=False):
  252. """Installs repo by cloning it over the network.
  253. """
  254. if gitc_init:
  255. _GitcInitOptions(init_optparse)
  256. opt, args = init_optparse.parse_args(args)
  257. if args:
  258. init_optparse.print_usage()
  259. sys.exit(1)
  260. url = opt.repo_url
  261. if not url:
  262. url = REPO_URL
  263. extra_args.append('--repo-url=%s' % url)
  264. branch = opt.repo_branch
  265. if not branch:
  266. branch = REPO_REV
  267. extra_args.append('--repo-branch=%s' % branch)
  268. if branch.startswith('refs/heads/'):
  269. branch = branch[len('refs/heads/'):]
  270. if branch.startswith('refs/'):
  271. _print("fatal: invalid branch name '%s'" % branch, file=sys.stderr)
  272. raise CloneFailure()
  273. try:
  274. if gitc_init:
  275. gitc_manifest_dir = get_gitc_manifest_dir()
  276. if not gitc_manifest_dir:
  277. _print('fatal: GITC filesystem is not available. Exiting...',
  278. file=sys.stderr)
  279. sys.exit(1)
  280. gitc_client = opt.gitc_client
  281. if not gitc_client:
  282. gitc_client = gitc_parse_clientdir(os.getcwd())
  283. if not gitc_client:
  284. _print('fatal: GITC client (-c) is required.', file=sys.stderr)
  285. sys.exit(1)
  286. client_dir = os.path.join(gitc_manifest_dir, gitc_client)
  287. if not os.path.exists(client_dir):
  288. os.makedirs(client_dir)
  289. os.chdir(client_dir)
  290. if os.path.exists(repodir):
  291. # This GITC Client has already initialized repo so continue.
  292. return
  293. os.mkdir(repodir)
  294. except OSError as e:
  295. if e.errno != errno.EEXIST:
  296. _print('fatal: cannot make %s directory: %s'
  297. % (repodir, e.strerror), file=sys.stderr)
  298. # Don't raise CloneFailure; that would delete the
  299. # name. Instead exit immediately.
  300. #
  301. sys.exit(1)
  302. _CheckGitVersion()
  303. try:
  304. if NeedSetupGnuPG():
  305. can_verify = SetupGnuPG(opt.quiet)
  306. else:
  307. can_verify = True
  308. dst = os.path.abspath(os.path.join(repodir, S_repo))
  309. _Clone(url, dst, opt.quiet, not opt.no_clone_bundle)
  310. if not os.path.isfile('%s/repo' % dst):
  311. _print("warning: '%s' does not look like a git-repo repository, is "
  312. "REPO_URL set correctly?" % url, file=sys.stderr)
  313. if can_verify and not opt.no_repo_verify:
  314. rev = _Verify(dst, branch, opt.quiet)
  315. else:
  316. rev = 'refs/remotes/origin/%s^0' % branch
  317. _Checkout(dst, branch, rev, opt.quiet)
  318. except CloneFailure:
  319. if opt.quiet:
  320. _print('fatal: repo init failed; run without --quiet to see why',
  321. file=sys.stderr)
  322. raise
  323. def ParseGitVersion(ver_str):
  324. if not ver_str.startswith('git version '):
  325. return None
  326. num_ver_str = ver_str[len('git version '):].strip().split('-')[0]
  327. to_tuple = []
  328. for num_str in num_ver_str.split('.')[:3]:
  329. if num_str.isdigit():
  330. to_tuple.append(int(num_str))
  331. else:
  332. to_tuple.append(0)
  333. return tuple(to_tuple)
  334. def _CheckGitVersion():
  335. cmd = [GIT, '--version']
  336. try:
  337. proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
  338. except OSError as e:
  339. _print(file=sys.stderr)
  340. _print("fatal: '%s' is not available" % GIT, file=sys.stderr)
  341. _print('fatal: %s' % e, file=sys.stderr)
  342. _print(file=sys.stderr)
  343. _print('Please make sure %s is installed and in your path.' % GIT,
  344. file=sys.stderr)
  345. raise CloneFailure()
  346. ver_str = proc.stdout.read().strip()
  347. proc.stdout.close()
  348. proc.wait()
  349. ver_act = ParseGitVersion(ver_str)
  350. if ver_act is None:
  351. _print('error: "%s" unsupported' % ver_str, file=sys.stderr)
  352. raise CloneFailure()
  353. if ver_act < MIN_GIT_VERSION:
  354. need = '.'.join(map(str, MIN_GIT_VERSION))
  355. _print('fatal: git %s or later required' % need, file=sys.stderr)
  356. raise CloneFailure()
  357. def NeedSetupGnuPG():
  358. if not os.path.isdir(home_dot_repo):
  359. return True
  360. kv = os.path.join(home_dot_repo, 'keyring-version')
  361. if not os.path.exists(kv):
  362. return True
  363. kv = open(kv).read()
  364. if not kv:
  365. return True
  366. kv = tuple(map(int, kv.split('.')))
  367. if kv < KEYRING_VERSION:
  368. return True
  369. return False
  370. def SetupGnuPG(quiet):
  371. try:
  372. os.mkdir(home_dot_repo)
  373. except OSError as e:
  374. if e.errno != errno.EEXIST:
  375. _print('fatal: cannot make %s directory: %s'
  376. % (home_dot_repo, e.strerror), file=sys.stderr)
  377. sys.exit(1)
  378. try:
  379. os.mkdir(gpg_dir, stat.S_IRWXU)
  380. except OSError as e:
  381. if e.errno != errno.EEXIST:
  382. _print('fatal: cannot make %s directory: %s' % (gpg_dir, e.strerror),
  383. file=sys.stderr)
  384. sys.exit(1)
  385. env = os.environ.copy()
  386. try:
  387. env['GNUPGHOME'] = gpg_dir
  388. except UnicodeEncodeError:
  389. env['GNUPGHOME'] = gpg_dir.encode()
  390. cmd = ['gpg', '--import']
  391. try:
  392. proc = subprocess.Popen(cmd,
  393. env=env,
  394. stdin=subprocess.PIPE)
  395. except OSError as e:
  396. if not quiet:
  397. _print('warning: gpg (GnuPG) is not available.', file=sys.stderr)
  398. _print('warning: Installing it is strongly encouraged.', file=sys.stderr)
  399. _print(file=sys.stderr)
  400. return False
  401. proc.stdin.write(MAINTAINER_KEYS)
  402. proc.stdin.close()
  403. if proc.wait() != 0:
  404. _print('fatal: registering repo maintainer keys failed', file=sys.stderr)
  405. sys.exit(1)
  406. _print()
  407. fd = open(os.path.join(home_dot_repo, 'keyring-version'), 'w')
  408. fd.write('.'.join(map(str, KEYRING_VERSION)) + '\n')
  409. fd.close()
  410. return True
  411. def _SetConfig(local, name, value):
  412. """Set a git configuration option to the specified value.
  413. """
  414. cmd = [GIT, 'config', name, value]
  415. if subprocess.Popen(cmd, cwd=local).wait() != 0:
  416. raise CloneFailure()
  417. def _InitHttp():
  418. handlers = []
  419. mgr = urllib.request.HTTPPasswordMgrWithDefaultRealm()
  420. try:
  421. import netrc
  422. n = netrc.netrc()
  423. for host in n.hosts:
  424. p = n.hosts[host]
  425. mgr.add_password(p[1], 'http://%s/' % host, p[0], p[2])
  426. mgr.add_password(p[1], 'https://%s/' % host, p[0], p[2])
  427. except: # pylint: disable=bare-except
  428. pass
  429. handlers.append(urllib.request.HTTPBasicAuthHandler(mgr))
  430. handlers.append(urllib.request.HTTPDigestAuthHandler(mgr))
  431. if 'http_proxy' in os.environ:
  432. url = os.environ['http_proxy']
  433. handlers.append(urllib.request.ProxyHandler({'http': url, 'https': url}))
  434. if 'REPO_CURL_VERBOSE' in os.environ:
  435. handlers.append(urllib.request.HTTPHandler(debuglevel=1))
  436. handlers.append(urllib.request.HTTPSHandler(debuglevel=1))
  437. urllib.request.install_opener(urllib.request.build_opener(*handlers))
  438. def _Fetch(url, local, src, quiet):
  439. if not quiet:
  440. _print('Get %s' % url, file=sys.stderr)
  441. cmd = [GIT, 'fetch']
  442. if quiet:
  443. cmd.append('--quiet')
  444. err = subprocess.PIPE
  445. else:
  446. err = None
  447. cmd.append(src)
  448. cmd.append('+refs/heads/*:refs/remotes/origin/*')
  449. cmd.append('refs/tags/*:refs/tags/*')
  450. proc = subprocess.Popen(cmd, cwd=local, stderr=err)
  451. if err:
  452. proc.stderr.read()
  453. proc.stderr.close()
  454. if proc.wait() != 0:
  455. raise CloneFailure()
  456. def _DownloadBundle(url, local, quiet):
  457. if not url.endswith('/'):
  458. url += '/'
  459. url += 'clone.bundle'
  460. proc = subprocess.Popen(
  461. [GIT, 'config', '--get-regexp', 'url.*.insteadof'],
  462. cwd=local,
  463. stdout=subprocess.PIPE)
  464. for line in proc.stdout:
  465. m = re.compile(r'^url\.(.*)\.insteadof (.*)$').match(line)
  466. if m:
  467. new_url = m.group(1)
  468. old_url = m.group(2)
  469. if url.startswith(old_url):
  470. url = new_url + url[len(old_url):]
  471. break
  472. proc.stdout.close()
  473. proc.wait()
  474. if not url.startswith('http:') and not url.startswith('https:'):
  475. return False
  476. dest = open(os.path.join(local, '.git', 'clone.bundle'), 'w+b')
  477. try:
  478. try:
  479. r = urllib.request.urlopen(url)
  480. except urllib.error.HTTPError as e:
  481. if e.code in [401, 403, 404, 501]:
  482. return False
  483. _print('fatal: Cannot get %s' % url, file=sys.stderr)
  484. _print('fatal: HTTP error %s' % e.code, file=sys.stderr)
  485. raise CloneFailure()
  486. except urllib.error.URLError as e:
  487. _print('fatal: Cannot get %s' % url, file=sys.stderr)
  488. _print('fatal: error %s' % e.reason, file=sys.stderr)
  489. raise CloneFailure()
  490. try:
  491. if not quiet:
  492. _print('Get %s' % url, file=sys.stderr)
  493. while True:
  494. buf = r.read(8192)
  495. if buf == '':
  496. return True
  497. dest.write(buf)
  498. finally:
  499. r.close()
  500. finally:
  501. dest.close()
  502. def _ImportBundle(local):
  503. path = os.path.join(local, '.git', 'clone.bundle')
  504. try:
  505. _Fetch(local, local, path, True)
  506. finally:
  507. os.remove(path)
  508. def _Clone(url, local, quiet, clone_bundle):
  509. """Clones a git repository to a new subdirectory of repodir
  510. """
  511. try:
  512. os.mkdir(local)
  513. except OSError as e:
  514. _print('fatal: cannot make %s directory: %s' % (local, e.strerror),
  515. file=sys.stderr)
  516. raise CloneFailure()
  517. cmd = [GIT, 'init', '--quiet']
  518. try:
  519. proc = subprocess.Popen(cmd, cwd=local)
  520. except OSError as e:
  521. _print(file=sys.stderr)
  522. _print("fatal: '%s' is not available" % GIT, file=sys.stderr)
  523. _print('fatal: %s' % e, file=sys.stderr)
  524. _print(file=sys.stderr)
  525. _print('Please make sure %s is installed and in your path.' % GIT,
  526. file=sys.stderr)
  527. raise CloneFailure()
  528. if proc.wait() != 0:
  529. _print('fatal: could not create %s' % local, file=sys.stderr)
  530. raise CloneFailure()
  531. _InitHttp()
  532. _SetConfig(local, 'remote.origin.url', url)
  533. _SetConfig(local,
  534. 'remote.origin.fetch',
  535. '+refs/heads/*:refs/remotes/origin/*')
  536. if clone_bundle and _DownloadBundle(url, local, quiet):
  537. _ImportBundle(local)
  538. _Fetch(url, local, 'origin', quiet)
  539. def _Verify(cwd, branch, quiet):
  540. """Verify the branch has been signed by a tag.
  541. """
  542. cmd = [GIT, 'describe', 'origin/%s' % branch]
  543. proc = subprocess.Popen(cmd,
  544. stdout=subprocess.PIPE,
  545. stderr=subprocess.PIPE,
  546. cwd=cwd)
  547. cur = proc.stdout.read().strip()
  548. proc.stdout.close()
  549. proc.stderr.read()
  550. proc.stderr.close()
  551. if proc.wait() != 0 or not cur:
  552. _print(file=sys.stderr)
  553. _print("fatal: branch '%s' has not been signed" % branch, file=sys.stderr)
  554. raise CloneFailure()
  555. m = re.compile(r'^(.*)-[0-9]{1,}-g[0-9a-f]{1,}$').match(cur)
  556. if m:
  557. cur = m.group(1)
  558. if not quiet:
  559. _print(file=sys.stderr)
  560. _print("info: Ignoring branch '%s'; using tagged release '%s'"
  561. % (branch, cur), file=sys.stderr)
  562. _print(file=sys.stderr)
  563. env = os.environ.copy()
  564. try:
  565. env['GNUPGHOME'] = gpg_dir
  566. except UnicodeEncodeError:
  567. env['GNUPGHOME'] = gpg_dir.encode()
  568. cmd = [GIT, 'tag', '-v', cur]
  569. proc = subprocess.Popen(cmd,
  570. stdout=subprocess.PIPE,
  571. stderr=subprocess.PIPE,
  572. cwd=cwd,
  573. env=env)
  574. out = proc.stdout.read()
  575. proc.stdout.close()
  576. err = proc.stderr.read()
  577. proc.stderr.close()
  578. if proc.wait() != 0:
  579. _print(file=sys.stderr)
  580. _print(out, file=sys.stderr)
  581. _print(err, file=sys.stderr)
  582. _print(file=sys.stderr)
  583. raise CloneFailure()
  584. return '%s^0' % cur
  585. def _Checkout(cwd, branch, rev, quiet):
  586. """Checkout an upstream branch into the repository and track it.
  587. """
  588. cmd = [GIT, 'update-ref', 'refs/heads/default', rev]
  589. if subprocess.Popen(cmd, cwd=cwd).wait() != 0:
  590. raise CloneFailure()
  591. _SetConfig(cwd, 'branch.default.remote', 'origin')
  592. _SetConfig(cwd, 'branch.default.merge', 'refs/heads/%s' % branch)
  593. cmd = [GIT, 'symbolic-ref', 'HEAD', 'refs/heads/default']
  594. if subprocess.Popen(cmd, cwd=cwd).wait() != 0:
  595. raise CloneFailure()
  596. cmd = [GIT, 'read-tree', '--reset', '-u']
  597. if not quiet:
  598. cmd.append('-v')
  599. cmd.append('HEAD')
  600. if subprocess.Popen(cmd, cwd=cwd).wait() != 0:
  601. raise CloneFailure()
  602. def _FindRepo():
  603. """Look for a repo installation, starting at the current directory.
  604. """
  605. curdir = os.getcwd()
  606. repo = None
  607. olddir = None
  608. while curdir != '/' \
  609. and curdir != olddir \
  610. and not repo:
  611. repo = os.path.join(curdir, repodir, REPO_MAIN)
  612. if not os.path.isfile(repo):
  613. repo = None
  614. olddir = curdir
  615. curdir = os.path.dirname(curdir)
  616. return (repo, os.path.join(curdir, repodir))
  617. class _Options(object):
  618. help = False
  619. def _ParseArguments(args):
  620. cmd = None
  621. opt = _Options()
  622. arg = []
  623. for i in range(len(args)):
  624. a = args[i]
  625. if a == '-h' or a == '--help':
  626. opt.help = True
  627. elif not a.startswith('-'):
  628. cmd = a
  629. arg = args[i + 1:]
  630. break
  631. return cmd, opt, arg
  632. def _Usage():
  633. gitc_usage = ""
  634. if get_gitc_manifest_dir():
  635. gitc_usage = " gitc-init Initialize a GITC Client.\n"
  636. _print(
  637. """usage: repo COMMAND [ARGS]
  638. repo is not yet installed. Use "repo init" to install it here.
  639. The most commonly used repo commands are:
  640. init Install repo in the current working directory
  641. """ + gitc_usage +
  642. """ help Display detailed help on a command
  643. For access to the full online help, install repo ("repo init").
  644. """, file=sys.stderr)
  645. sys.exit(1)
  646. def _Help(args):
  647. if args:
  648. if args[0] == 'init':
  649. init_optparse.print_help()
  650. sys.exit(0)
  651. elif args[0] == 'gitc-init':
  652. _GitcInitOptions(init_optparse)
  653. init_optparse.print_help()
  654. sys.exit(0)
  655. else:
  656. _print("error: '%s' is not a bootstrap command.\n"
  657. ' For access to online help, install repo ("repo init").'
  658. % args[0], file=sys.stderr)
  659. else:
  660. _Usage()
  661. sys.exit(1)
  662. def _NotInstalled():
  663. _print('error: repo is not installed. Use "repo init" to install it here.',
  664. file=sys.stderr)
  665. sys.exit(1)
  666. def _NoCommands(cmd):
  667. _print("""error: command '%s' requires repo to be installed first.
  668. Use "repo init" to install it here.""" % cmd, file=sys.stderr)
  669. sys.exit(1)
  670. def _RunSelf(wrapper_path):
  671. my_dir = os.path.dirname(wrapper_path)
  672. my_main = os.path.join(my_dir, 'main.py')
  673. my_git = os.path.join(my_dir, '.git')
  674. if os.path.isfile(my_main) and os.path.isdir(my_git):
  675. for name in ['git_config.py',
  676. 'project.py',
  677. 'subcmds']:
  678. if not os.path.exists(os.path.join(my_dir, name)):
  679. return None, None
  680. return my_main, my_git
  681. return None, None
  682. def _SetDefaultsTo(gitdir):
  683. global REPO_URL
  684. global REPO_REV
  685. REPO_URL = gitdir
  686. proc = subprocess.Popen([GIT,
  687. '--git-dir=%s' % gitdir,
  688. 'symbolic-ref',
  689. 'HEAD'],
  690. stdout=subprocess.PIPE,
  691. stderr=subprocess.PIPE)
  692. REPO_REV = proc.stdout.read().strip()
  693. proc.stdout.close()
  694. proc.stderr.read()
  695. proc.stderr.close()
  696. if proc.wait() != 0:
  697. _print('fatal: %s has no current branch' % gitdir, file=sys.stderr)
  698. sys.exit(1)
  699. def main(orig_args):
  700. cmd, opt, args = _ParseArguments(orig_args)
  701. repo_main, rel_repo_dir = None, None
  702. # Don't use the local repo copy, make sure to switch to the gitc client first.
  703. if cmd != 'gitc-init':
  704. repo_main, rel_repo_dir = _FindRepo()
  705. wrapper_path = os.path.abspath(__file__)
  706. my_main, my_git = _RunSelf(wrapper_path)
  707. cwd = os.getcwd()
  708. if get_gitc_manifest_dir() and cwd.startswith(get_gitc_manifest_dir()):
  709. _print('error: repo cannot be used in the GITC local manifest directory.'
  710. '\nIf you want to work on this GITC client please rerun this '
  711. 'command from the corresponding client under /gitc/',
  712. file=sys.stderr)
  713. sys.exit(1)
  714. if not repo_main:
  715. if opt.help:
  716. _Usage()
  717. if cmd == 'help':
  718. _Help(args)
  719. if not cmd:
  720. _NotInstalled()
  721. if cmd == 'init' or cmd == 'gitc-init':
  722. if my_git:
  723. _SetDefaultsTo(my_git)
  724. try:
  725. _Init(args, gitc_init=(cmd == 'gitc-init'))
  726. except CloneFailure:
  727. path = os.path.join(repodir, S_repo)
  728. _print("fatal: cloning the git-repo repository failed, will remove "
  729. "'%s' " % path, file=sys.stderr)
  730. shutil.rmtree(path, ignore_errors=True)
  731. sys.exit(1)
  732. repo_main, rel_repo_dir = _FindRepo()
  733. else:
  734. _NoCommands(cmd)
  735. if my_main:
  736. repo_main = my_main
  737. ver_str = '.'.join(map(str, VERSION))
  738. me = [sys.executable, repo_main,
  739. '--repo-dir=%s' % rel_repo_dir,
  740. '--wrapper-version=%s' % ver_str,
  741. '--wrapper-path=%s' % wrapper_path,
  742. '--']
  743. me.extend(orig_args)
  744. me.extend(extra_args)
  745. try:
  746. os.execv(sys.executable, me)
  747. except OSError as e:
  748. _print("fatal: unable to start %s" % repo_main, file=sys.stderr)
  749. _print("fatal: %s" % e, file=sys.stderr)
  750. sys.exit(148)
  751. if __name__ == '__main__':
  752. if ver[0] == 3:
  753. _print('warning: Python 3 support is currently experimental. YMMV.\n'
  754. 'Please use Python 2.6 - 2.7 instead.',
  755. file=sys.stderr)
  756. main(sys.argv[1:])