mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-06-28 20:17:26 +00:00
Compare commits
108 Commits
Author | SHA1 | Date | |
---|---|---|---|
87636f2ac2 | |||
337aee0a9c | |||
7cf1b36bcd | |||
5e57234ec6 | |||
5d016502eb | |||
475a47d531 | |||
62d0b10a7b | |||
d666e93ecc | |||
3f61950f01 | |||
4fd38ecc3a | |||
9fae805e04 | |||
6a927c5d19 | |||
eca119e5d6 | |||
6ba6ba0ef3 | |||
23acdd3f14 | |||
2644874d9d | |||
3d125940f6 | |||
a94f162b9f | |||
e5a2122e64 | |||
ccf86432b3 | |||
79770d269e | |||
c39864f5e1 | |||
5465727e53 | |||
d21720db31 | |||
971de8ea7b | |||
24c1308840 | |||
b962a1f5e0 | |||
5acde75e5d | |||
d67872d2f4 | |||
e9d6b611c5 | |||
c3d2f2b76f | |||
cd7c5deca0 | |||
e02ac0af2e | |||
898e12a2d9 | |||
ae0a36c9a5 | |||
76abcc1d1e | |||
d315382572 | |||
43bda84362 | |||
9b017dab46 | |||
e9dc3b3368 | |||
c9571423f8 | |||
34fb20f67c | |||
ecff4f17b0 | |||
cc14fa9820 | |||
3ce2a6b46b | |||
841be34968 | |||
ee1c2f5717 | |||
6a1f737380 | |||
e9311273dd | |||
605a9a487b | |||
2a32f6afa6 | |||
498fe90b45 | |||
53d6f4d17e | |||
9d8f914fe8 | |||
ceea368e88 | |||
b660539c4a | |||
752371d91b | |||
1a68dc58eb | |||
df5ee52050 | |||
fab96c68e3 | |||
bf1fbb20ab | |||
29472463ba | |||
c325dc35f6 | |||
f322b9abb4 | |||
db728cd866 | |||
c4657969eb | |||
7b947de1ee | |||
6392c87945 | |||
97d2b2f7a0 | |||
3a0e782790 | |||
490d09a314 | |||
13111b4e97 | |||
bd0312a484 | |||
334851e4b6 | |||
014d060989 | |||
44da16e8a0 | |||
65e0f35fda | |||
08c880db18 | |||
a101f1c167 | |||
49cd59bc86 | |||
30d452905f | |||
d6c93a28ca | |||
d572a13021 | |||
3ba5f95b46 | |||
2630dd9787 | |||
dafb1d68d3 | |||
4655e81a75 | |||
723c5dc3d6 | |||
e6a0eeb80d | |||
0960b5b53d | |||
fc06ced9f9 | |||
fce89f218a | |||
37282b4b9c | |||
835cd6888f | |||
8ced8641c8 | |||
2536f80625 | |||
0ce6ca9c7b | |||
0fc3a39829 | |||
c7c57e34db | |||
0d2b61f11d | |||
2bf9db0d3b | |||
f00e0ce556 | |||
1b5a4a0c5d | |||
de8b2c4276 | |||
727ee98a40 | |||
df14a70c45 | |||
f18cb76173 | |||
d3fd537ea5 |
@ -5,7 +5,7 @@ Short Version:
|
|||||||
- Make sure all code is under the Apache License, 2.0.
|
- Make sure all code is under the Apache License, 2.0.
|
||||||
- Publish your changes for review:
|
- Publish your changes for review:
|
||||||
|
|
||||||
git push ssh://review.source.android.com:29418/tools/repo.git HEAD:refs/for/master
|
git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/maint
|
||||||
|
|
||||||
|
|
||||||
Long Version:
|
Long Version:
|
||||||
@ -55,24 +55,23 @@ Do not email your patches to anyone.
|
|||||||
|
|
||||||
Instead, login to the Gerrit Code Review tool at:
|
Instead, login to the Gerrit Code Review tool at:
|
||||||
|
|
||||||
https://review.source.android.com/
|
https://gerrit-review.googlesource.com/
|
||||||
|
|
||||||
Ensure you have completed one of the necessary contributor
|
Ensure you have completed one of the necessary contributor
|
||||||
agreements, providing documentation to the project maintainers that
|
agreements, providing documentation to the project maintainers that
|
||||||
they have right to redistribute your work under the Apache License:
|
they have right to redistribute your work under the Apache License:
|
||||||
|
|
||||||
https://review.source.android.com/#settings,agreements
|
https://gerrit-review.googlesource.com/#/settings/agreements
|
||||||
|
|
||||||
Ensure you have registered one or more SSH public keys, so you can
|
Ensure you have obtained an HTTP password to authenticate:
|
||||||
push your commits directly over SSH:
|
|
||||||
|
|
||||||
https://review.source.android.com/#settings,ssh-keys
|
https://gerrit-review.googlesource.com/new-password
|
||||||
|
|
||||||
Push your patches over SSH to the review server, possibly through
|
Push your patches over HTTPS to the review server, possibly through
|
||||||
a remembered remote to make this easier in the future:
|
a remembered remote to make this easier in the future:
|
||||||
|
|
||||||
git config remote.review.url ssh://review.source.android.com:29418/tools/repo.git
|
git config remote.review.url https://gerrit-review.googlesource.com/git-repo
|
||||||
git config remote.review.push HEAD:refs/for/master
|
git config remote.review.push HEAD:refs/for/maint
|
||||||
|
|
||||||
git push review
|
git push review
|
||||||
|
|
||||||
|
23
command.py
23
command.py
@ -15,9 +15,12 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import optparse
|
import optparse
|
||||||
|
import platform
|
||||||
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from error import NoSuchProjectError
|
from error import NoSuchProjectError
|
||||||
|
from error import InvalidProjectGroupsError
|
||||||
|
|
||||||
class Command(object):
|
class Command(object):
|
||||||
"""Base class for any command line action in repo.
|
"""Base class for any command line action in repo.
|
||||||
@ -56,16 +59,24 @@ class Command(object):
|
|||||||
"""Perform the action, after option parsing is complete.
|
"""Perform the action, after option parsing is complete.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def GetProjects(self, args, missing_ok=False):
|
def GetProjects(self, args, missing_ok=False):
|
||||||
"""A list of projects that match the arguments.
|
"""A list of projects that match the arguments.
|
||||||
"""
|
"""
|
||||||
all = self.manifest.projects
|
all = self.manifest.projects
|
||||||
result = []
|
result = []
|
||||||
|
|
||||||
|
mp = self.manifest.manifestProject
|
||||||
|
|
||||||
|
groups = mp.config.GetString('manifest.groups')
|
||||||
|
if not groups:
|
||||||
|
groups = 'default,platform-' + platform.system().lower()
|
||||||
|
groups = [x for x in re.split('[,\s]+', groups) if x]
|
||||||
|
|
||||||
if not args:
|
if not args:
|
||||||
for project in all.values():
|
for project in all.values():
|
||||||
if missing_ok or project.Exists:
|
if ((missing_ok or project.Exists) and
|
||||||
|
project.MatchesGroups(groups)):
|
||||||
result.append(project)
|
result.append(project)
|
||||||
else:
|
else:
|
||||||
by_path = None
|
by_path = None
|
||||||
@ -74,7 +85,7 @@ class Command(object):
|
|||||||
project = all.get(arg)
|
project = all.get(arg)
|
||||||
|
|
||||||
if not project:
|
if not project:
|
||||||
path = os.path.abspath(arg)
|
path = os.path.abspath(arg).replace('\\', '/')
|
||||||
|
|
||||||
if not by_path:
|
if not by_path:
|
||||||
by_path = dict()
|
by_path = dict()
|
||||||
@ -82,13 +93,15 @@ class Command(object):
|
|||||||
by_path[p.worktree] = p
|
by_path[p.worktree] = p
|
||||||
|
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
|
oldpath = None
|
||||||
while path \
|
while path \
|
||||||
and path != '/' \
|
and path != oldpath \
|
||||||
and path != self.manifest.topdir:
|
and path != self.manifest.topdir:
|
||||||
try:
|
try:
|
||||||
project = by_path[path]
|
project = by_path[path]
|
||||||
break
|
break
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
oldpath = path
|
||||||
path = os.path.dirname(path)
|
path = os.path.dirname(path)
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
@ -100,6 +113,8 @@ class Command(object):
|
|||||||
raise NoSuchProjectError(arg)
|
raise NoSuchProjectError(arg)
|
||||||
if not missing_ok and not project.Exists:
|
if not missing_ok and not project.Exists:
|
||||||
raise NoSuchProjectError(arg)
|
raise NoSuchProjectError(arg)
|
||||||
|
if not project.MatchesGroups(groups):
|
||||||
|
raise InvalidProjectGroupsError(arg)
|
||||||
|
|
||||||
result.append(project)
|
result.append(project)
|
||||||
|
|
||||||
|
@ -25,7 +25,8 @@ following DTD:
|
|||||||
default?,
|
default?,
|
||||||
manifest-server?,
|
manifest-server?,
|
||||||
remove-project*,
|
remove-project*,
|
||||||
project*)>
|
project*,
|
||||||
|
repo-hooks?)>
|
||||||
|
|
||||||
<!ELEMENT notice (#PCDATA)>
|
<!ELEMENT notice (#PCDATA)>
|
||||||
|
|
||||||
@ -37,18 +38,34 @@ following DTD:
|
|||||||
<!ELEMENT default (EMPTY)>
|
<!ELEMENT default (EMPTY)>
|
||||||
<!ATTLIST default remote IDREF #IMPLIED>
|
<!ATTLIST default remote IDREF #IMPLIED>
|
||||||
<!ATTLIST default revision CDATA #IMPLIED>
|
<!ATTLIST default revision CDATA #IMPLIED>
|
||||||
|
<!ATTLIST default sync-j CDATA #IMPLIED>
|
||||||
|
<!ATTLIST default sync-c CDATA #IMPLIED>
|
||||||
|
|
||||||
<!ELEMENT manifest-server (EMPTY)>
|
<!ELEMENT manifest-server (EMPTY)>
|
||||||
<!ATTLIST url CDATA #REQUIRED>
|
<!ATTLIST url CDATA #REQUIRED>
|
||||||
|
|
||||||
<!ELEMENT project (EMPTY)>
|
<!ELEMENT project (annotation?)>
|
||||||
<!ATTLIST project name CDATA #REQUIRED>
|
<!ATTLIST project name CDATA #REQUIRED>
|
||||||
<!ATTLIST project path CDATA #IMPLIED>
|
<!ATTLIST project path CDATA #IMPLIED>
|
||||||
<!ATTLIST project remote IDREF #IMPLIED>
|
<!ATTLIST project remote IDREF #IMPLIED>
|
||||||
<!ATTLIST project revision CDATA #IMPLIED>
|
<!ATTLIST project revision CDATA #IMPLIED>
|
||||||
|
<!ATTLIST project groups CDATA #IMPLIED>
|
||||||
|
<!ATTLIST project sync-c CDATA #IMPLIED>
|
||||||
|
|
||||||
|
<!ELEMENT annotation (EMPTY)>
|
||||||
|
<!ATTLIST annotation name CDATA #REQUIRED>
|
||||||
|
<!ATTLIST annotation value CDATA #REQUIRED>
|
||||||
|
<!ATTLIST annotation keep CDATA "true">
|
||||||
|
|
||||||
<!ELEMENT remove-project (EMPTY)>
|
<!ELEMENT remove-project (EMPTY)>
|
||||||
<!ATTLIST remove-project name CDATA #REQUIRED>
|
<!ATTLIST remove-project name CDATA #REQUIRED>
|
||||||
|
|
||||||
|
<!ELEMENT repo-hooks (EMPTY)>
|
||||||
|
<!ATTLIST repo-hooks in-project CDATA #REQUIRED>
|
||||||
|
<!ATTLIST repo-hooks enabled-list CDATA #REQUIRED>
|
||||||
|
|
||||||
|
<!ELEMENT include (EMPTY)>
|
||||||
|
<!ATTLIST include name CDATA #REQUIRED>
|
||||||
]>
|
]>
|
||||||
|
|
||||||
A description of the elements and their attributes follows.
|
A description of the elements and their attributes follows.
|
||||||
@ -152,6 +169,21 @@ Tags and/or explicit SHA-1s should work in theory, but have not
|
|||||||
been extensively tested. If not supplied the revision given by
|
been extensively tested. If not supplied the revision given by
|
||||||
the default element is used.
|
the default element is used.
|
||||||
|
|
||||||
|
Attribute `groups`: List of groups to which this project belongs,
|
||||||
|
whitespace or comma separated. All projects belong to the group
|
||||||
|
"default".
|
||||||
|
|
||||||
|
Element annotation
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Zero or more annotation elements may be specified as children of a
|
||||||
|
project element. Each element describes a name-value pair that will be
|
||||||
|
exported into each project's environment during a 'forall' command,
|
||||||
|
prefixed with REPO__. In addition, there is an optional attribute
|
||||||
|
"keep" which accepts the case insensitive values "true" (default) or
|
||||||
|
"false". This attribute determines whether or not the annotation will
|
||||||
|
be kept when exported with the manifest subcommand.
|
||||||
|
|
||||||
Element remove-project
|
Element remove-project
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
@ -163,6 +195,16 @@ This element is mostly useful in the local_manifest.xml, where
|
|||||||
the user can remove a project, and possibly replace it with their
|
the user can remove a project, and possibly replace it with their
|
||||||
own definition.
|
own definition.
|
||||||
|
|
||||||
|
Element include
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This element provides the capability of including another manifest
|
||||||
|
file into the originating manifest. Normal rules apply for the
|
||||||
|
target manifest to include- it must be a usable manifest on it's own.
|
||||||
|
|
||||||
|
Attribute `name`; the manifest to include, specified relative to
|
||||||
|
the manifest repositories root.
|
||||||
|
|
||||||
|
|
||||||
Local Manifest
|
Local Manifest
|
||||||
==============
|
==============
|
||||||
|
28
error.py
28
error.py
@ -57,6 +57,15 @@ class UploadError(Exception):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.reason
|
return self.reason
|
||||||
|
|
||||||
|
class DownloadError(Exception):
|
||||||
|
"""Cannot download a repository.
|
||||||
|
"""
|
||||||
|
def __init__(self, reason):
|
||||||
|
self.reason = reason
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return self.reason
|
||||||
|
|
||||||
class NoSuchProjectError(Exception):
|
class NoSuchProjectError(Exception):
|
||||||
"""A specified project does not exist in the work tree.
|
"""A specified project does not exist in the work tree.
|
||||||
"""
|
"""
|
||||||
@ -68,6 +77,18 @@ class NoSuchProjectError(Exception):
|
|||||||
return 'in current directory'
|
return 'in current directory'
|
||||||
return self.name
|
return self.name
|
||||||
|
|
||||||
|
|
||||||
|
class InvalidProjectGroupsError(Exception):
|
||||||
|
"""A specified project is not suitable for the specified groups
|
||||||
|
"""
|
||||||
|
def __init__(self, name=None):
|
||||||
|
self.name = name
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
if self.Name is None:
|
||||||
|
return 'in current directory'
|
||||||
|
return self.name
|
||||||
|
|
||||||
class RepoChangedException(Exception):
|
class RepoChangedException(Exception):
|
||||||
"""Thrown if 'repo sync' results in repo updating its internal
|
"""Thrown if 'repo sync' results in repo updating its internal
|
||||||
repo or manifest repositories. In this special case we must
|
repo or manifest repositories. In this special case we must
|
||||||
@ -75,3 +96,10 @@ class RepoChangedException(Exception):
|
|||||||
"""
|
"""
|
||||||
def __init__(self, extra_args=[]):
|
def __init__(self, extra_args=[]):
|
||||||
self.extra_args = extra_args
|
self.extra_args = extra_args
|
||||||
|
|
||||||
|
class HookError(Exception):
|
||||||
|
"""Thrown if a 'repo-hook' could not be run.
|
||||||
|
|
||||||
|
The common case is that the file wasn't present when we tried to run it.
|
||||||
|
"""
|
||||||
|
pass
|
||||||
|
@ -72,6 +72,8 @@ def terminate_ssh_clients():
|
|||||||
pass
|
pass
|
||||||
_ssh_clients = []
|
_ssh_clients = []
|
||||||
|
|
||||||
|
_git_version = None
|
||||||
|
|
||||||
class _GitCall(object):
|
class _GitCall(object):
|
||||||
def version(self):
|
def version(self):
|
||||||
p = GitCommand(None, ['--version'], capture_stdout=True)
|
p = GitCommand(None, ['--version'], capture_stdout=True)
|
||||||
@ -79,6 +81,21 @@ class _GitCall(object):
|
|||||||
return p.stdout
|
return p.stdout
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
def version_tuple(self):
|
||||||
|
global _git_version
|
||||||
|
|
||||||
|
if _git_version is None:
|
||||||
|
ver_str = git.version()
|
||||||
|
if ver_str.startswith('git version '):
|
||||||
|
_git_version = tuple(
|
||||||
|
map(lambda x: int(x),
|
||||||
|
ver_str[len('git version '):].strip().split('.')[0:3]
|
||||||
|
))
|
||||||
|
else:
|
||||||
|
print >>sys.stderr, 'fatal: "%s" unsupported' % ver_str
|
||||||
|
sys.exit(1)
|
||||||
|
return _git_version
|
||||||
|
|
||||||
def __getattr__(self, name):
|
def __getattr__(self, name):
|
||||||
name = name.replace('_','-')
|
name = name.replace('_','-')
|
||||||
def fun(*cmdv):
|
def fun(*cmdv):
|
||||||
@ -88,23 +105,9 @@ class _GitCall(object):
|
|||||||
return fun
|
return fun
|
||||||
git = _GitCall()
|
git = _GitCall()
|
||||||
|
|
||||||
_git_version = None
|
|
||||||
|
|
||||||
def git_require(min_version, fail=False):
|
def git_require(min_version, fail=False):
|
||||||
global _git_version
|
git_version = git.version_tuple()
|
||||||
|
if min_version <= git_version:
|
||||||
if _git_version is None:
|
|
||||||
ver_str = git.version()
|
|
||||||
if ver_str.startswith('git version '):
|
|
||||||
_git_version = tuple(
|
|
||||||
map(lambda x: int(x),
|
|
||||||
ver_str[len('git version '):].strip().split('.')[0:3]
|
|
||||||
))
|
|
||||||
else:
|
|
||||||
print >>sys.stderr, 'fatal: "%s" unsupported' % ver_str
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
if min_version <= _git_version:
|
|
||||||
return True
|
return True
|
||||||
if fail:
|
if fail:
|
||||||
need = '.'.join(map(lambda x: str(x), min_version))
|
need = '.'.join(map(lambda x: str(x), min_version))
|
||||||
@ -112,6 +115,9 @@ def git_require(min_version, fail=False):
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
def _setenv(env, name, value):
|
||||||
|
env[name] = value.encode()
|
||||||
|
|
||||||
class GitCommand(object):
|
class GitCommand(object):
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
project,
|
project,
|
||||||
@ -124,7 +130,7 @@ class GitCommand(object):
|
|||||||
ssh_proxy = False,
|
ssh_proxy = False,
|
||||||
cwd = None,
|
cwd = None,
|
||||||
gitdir = None):
|
gitdir = None):
|
||||||
env = dict(os.environ)
|
env = os.environ.copy()
|
||||||
|
|
||||||
for e in [REPO_TRACE,
|
for e in [REPO_TRACE,
|
||||||
GIT_DIR,
|
GIT_DIR,
|
||||||
@ -137,10 +143,16 @@ class GitCommand(object):
|
|||||||
del env[e]
|
del env[e]
|
||||||
|
|
||||||
if disable_editor:
|
if disable_editor:
|
||||||
env['GIT_EDITOR'] = ':'
|
_setenv(env, 'GIT_EDITOR', ':')
|
||||||
if ssh_proxy:
|
if ssh_proxy:
|
||||||
env['REPO_SSH_SOCK'] = ssh_sock()
|
_setenv(env, 'REPO_SSH_SOCK', ssh_sock())
|
||||||
env['GIT_SSH'] = _ssh_proxy()
|
_setenv(env, 'GIT_SSH', _ssh_proxy())
|
||||||
|
if 'http_proxy' in env and 'darwin' == sys.platform:
|
||||||
|
s = "'http.proxy=%s'" % (env['http_proxy'],)
|
||||||
|
p = env.get('GIT_CONFIG_PARAMETERS')
|
||||||
|
if p is not None:
|
||||||
|
s = p + ' ' + s
|
||||||
|
_setenv(env, 'GIT_CONFIG_PARAMETERS', s)
|
||||||
|
|
||||||
if project:
|
if project:
|
||||||
if not cwd:
|
if not cwd:
|
||||||
@ -151,7 +163,7 @@ class GitCommand(object):
|
|||||||
command = [GIT]
|
command = [GIT]
|
||||||
if bare:
|
if bare:
|
||||||
if gitdir:
|
if gitdir:
|
||||||
env[GIT_DIR] = gitdir
|
_setenv(env, GIT_DIR, gitdir)
|
||||||
cwd = None
|
cwd = None
|
||||||
command.extend(cmdv)
|
command.extend(cmdv)
|
||||||
|
|
||||||
@ -215,26 +227,10 @@ class GitCommand(object):
|
|||||||
self.stdin = p.stdin
|
self.stdin = p.stdin
|
||||||
|
|
||||||
def Wait(self):
|
def Wait(self):
|
||||||
p = self.process
|
|
||||||
|
|
||||||
if p.stdin:
|
|
||||||
p.stdin.close()
|
|
||||||
self.stdin = None
|
|
||||||
|
|
||||||
if p.stdout:
|
|
||||||
self.stdout = p.stdout.read()
|
|
||||||
p.stdout.close()
|
|
||||||
else:
|
|
||||||
p.stdout = None
|
|
||||||
|
|
||||||
if p.stderr:
|
|
||||||
self.stderr = p.stderr.read()
|
|
||||||
p.stderr.close()
|
|
||||||
else:
|
|
||||||
p.stderr = None
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rc = p.wait()
|
p = self.process
|
||||||
|
(self.stdout, self.stderr) = p.communicate()
|
||||||
|
rc = p.returncode
|
||||||
finally:
|
finally:
|
||||||
_remove_ssh_client(p)
|
_remove_ssh_client(p)
|
||||||
return rc
|
return rc
|
||||||
|
@ -23,8 +23,9 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import dummy_threading as _threading
|
import dummy_threading as _threading
|
||||||
import time
|
import time
|
||||||
|
import urllib2
|
||||||
|
|
||||||
from signal import SIGTERM
|
from signal import SIGTERM
|
||||||
from urllib2 import urlopen, HTTPError
|
|
||||||
from error import GitError, UploadError
|
from error import GitError, UploadError
|
||||||
from trace import Trace
|
from trace import Trace
|
||||||
|
|
||||||
@ -196,6 +197,15 @@ class GitConfig(object):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
def UrlInsteadOf(self, url):
|
||||||
|
"""Resolve any url.*.insteadof references.
|
||||||
|
"""
|
||||||
|
for new_url in self.GetSubSections('url'):
|
||||||
|
old_url = self.GetString('url.%s.insteadof' % new_url)
|
||||||
|
if old_url is not None and url.startswith(old_url):
|
||||||
|
return new_url + url[len(old_url):]
|
||||||
|
return url
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _sections(self):
|
def _sections(self):
|
||||||
d = self._section_dict
|
d = self._section_dict
|
||||||
@ -478,7 +488,13 @@ def close_ssh():
|
|||||||
_master_keys_lock = None
|
_master_keys_lock = None
|
||||||
|
|
||||||
URI_SCP = re.compile(r'^([^@:]*@?[^:/]{1,}):')
|
URI_SCP = re.compile(r'^([^@:]*@?[^:/]{1,}):')
|
||||||
URI_ALL = re.compile(r'^([a-z][a-z+]*)://([^@/]*@?[^/]*)/')
|
URI_ALL = re.compile(r'^([a-z][a-z+-]*)://([^@/]*@?[^/]*)/')
|
||||||
|
|
||||||
|
def GetSchemeFromUrl(url):
|
||||||
|
m = URI_ALL.match(url)
|
||||||
|
if m:
|
||||||
|
return m.group(1)
|
||||||
|
return None
|
||||||
|
|
||||||
def _preconnect(url):
|
def _preconnect(url):
|
||||||
m = URI_ALL.match(url)
|
m = URI_ALL.match(url)
|
||||||
@ -511,7 +527,7 @@ class Remote(object):
|
|||||||
self.projectname = self._Get('projectname')
|
self.projectname = self._Get('projectname')
|
||||||
self.fetch = map(lambda x: RefSpec.FromString(x),
|
self.fetch = map(lambda x: RefSpec.FromString(x),
|
||||||
self._Get('fetch', all=True))
|
self._Get('fetch', all=True))
|
||||||
self._review_protocol = None
|
self._review_url = None
|
||||||
|
|
||||||
def _InsteadOf(self):
|
def _InsteadOf(self):
|
||||||
globCfg = GitConfig.ForUser()
|
globCfg = GitConfig.ForUser()
|
||||||
@ -538,9 +554,8 @@ class Remote(object):
|
|||||||
connectionUrl = self._InsteadOf()
|
connectionUrl = self._InsteadOf()
|
||||||
return _preconnect(connectionUrl)
|
return _preconnect(connectionUrl)
|
||||||
|
|
||||||
@property
|
def ReviewUrl(self, userEmail):
|
||||||
def ReviewProtocol(self):
|
if self._review_url is None:
|
||||||
if self._review_protocol is None:
|
|
||||||
if self.review is None:
|
if self.review is None:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
@ -549,55 +564,47 @@ class Remote(object):
|
|||||||
u = 'http://%s' % u
|
u = 'http://%s' % u
|
||||||
if u.endswith('/Gerrit'):
|
if u.endswith('/Gerrit'):
|
||||||
u = u[:len(u) - len('/Gerrit')]
|
u = u[:len(u) - len('/Gerrit')]
|
||||||
if not u.endswith('/ssh_info'):
|
if u.endswith('/ssh_info'):
|
||||||
if not u.endswith('/'):
|
u = u[:len(u) - len('/ssh_info')]
|
||||||
u += '/'
|
if not u.endswith('/'):
|
||||||
u += 'ssh_info'
|
u += '/'
|
||||||
|
http_url = u
|
||||||
|
|
||||||
if u in REVIEW_CACHE:
|
if u in REVIEW_CACHE:
|
||||||
info = REVIEW_CACHE[u]
|
self._review_url = REVIEW_CACHE[u]
|
||||||
self._review_protocol = info[0]
|
elif 'REPO_HOST_PORT_INFO' in os.environ:
|
||||||
self._review_host = info[1]
|
host, port = os.environ['REPO_HOST_PORT_INFO'].split()
|
||||||
self._review_port = info[2]
|
self._review_url = self._SshReviewUrl(userEmail, host, port)
|
||||||
|
REVIEW_CACHE[u] = self._review_url
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
info = urlopen(u).read()
|
info_url = u + 'ssh_info'
|
||||||
if info == 'NOT_AVAILABLE':
|
info = urllib2.urlopen(info_url).read()
|
||||||
raise UploadError('Upload over ssh unavailable')
|
|
||||||
if '<' in info:
|
if '<' in info:
|
||||||
# Assume the server gave us some sort of HTML
|
# Assume the server gave us some sort of HTML
|
||||||
# response back, like maybe a login page.
|
# response back, like maybe a login page.
|
||||||
#
|
#
|
||||||
raise UploadError('Cannot read %s:\n%s' % (u, info))
|
raise UploadError('%s: Cannot parse response' % info_url)
|
||||||
|
|
||||||
self._review_protocol = 'ssh'
|
if info == 'NOT_AVAILABLE':
|
||||||
self._review_host = info.split(" ")[0]
|
# Assume HTTP if SSH is not enabled.
|
||||||
self._review_port = info.split(" ")[1]
|
self._review_url = http_url + 'p/'
|
||||||
except HTTPError, e:
|
|
||||||
if e.code == 404:
|
|
||||||
self._review_protocol = 'http-post'
|
|
||||||
self._review_host = None
|
|
||||||
self._review_port = None
|
|
||||||
else:
|
else:
|
||||||
raise UploadError('Cannot guess Gerrit version')
|
host, port = info.split()
|
||||||
|
self._review_url = self._SshReviewUrl(userEmail, host, port)
|
||||||
|
except urllib2.HTTPError, e:
|
||||||
|
raise UploadError('%s: %s' % (self.review, str(e)))
|
||||||
|
except urllib2.URLError, e:
|
||||||
|
raise UploadError('%s: %s' % (self.review, str(e)))
|
||||||
|
|
||||||
REVIEW_CACHE[u] = (
|
REVIEW_CACHE[u] = self._review_url
|
||||||
self._review_protocol,
|
return self._review_url + self.projectname
|
||||||
self._review_host,
|
|
||||||
self._review_port)
|
|
||||||
return self._review_protocol
|
|
||||||
|
|
||||||
def SshReviewUrl(self, userEmail):
|
def _SshReviewUrl(self, userEmail, host, port):
|
||||||
if self.ReviewProtocol != 'ssh':
|
|
||||||
return None
|
|
||||||
username = self._config.GetString('review.%s.username' % self.review)
|
username = self._config.GetString('review.%s.username' % self.review)
|
||||||
if username is None:
|
if username is None:
|
||||||
username = userEmail.split("@")[0]
|
username = userEmail.split('@')[0]
|
||||||
return 'ssh://%s@%s:%s/%s' % (
|
return 'ssh://%s@%s:%s/' % (username, host, port)
|
||||||
username,
|
|
||||||
self._review_host,
|
|
||||||
self._review_port,
|
|
||||||
self.projectname)
|
|
||||||
|
|
||||||
def ToLocal(self, rev):
|
def ToLocal(self, rev):
|
||||||
"""Convert a remote revision string to something we have locally.
|
"""Convert a remote revision string to something we have locally.
|
||||||
|
12
git_refs.py
12
git_refs.py
@ -139,13 +139,15 @@ class GitRefs(object):
|
|||||||
def _ReadLoose1(self, path, name):
|
def _ReadLoose1(self, path, name):
|
||||||
try:
|
try:
|
||||||
fd = open(path, 'rb')
|
fd = open(path, 'rb')
|
||||||
mtime = os.path.getmtime(path)
|
except:
|
||||||
except OSError:
|
|
||||||
return
|
|
||||||
except IOError:
|
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
id = fd.readline()
|
try:
|
||||||
|
mtime = os.path.getmtime(path)
|
||||||
|
id = fd.readline()
|
||||||
|
except:
|
||||||
|
return
|
||||||
finally:
|
finally:
|
||||||
fd.close()
|
fd.close()
|
||||||
|
|
||||||
|
@ -38,6 +38,11 @@ elif test -x /usr/bin/pmset && /usr/bin/pmset -g batt |
|
|||||||
grep -q "Currently drawing from 'AC Power'"
|
grep -q "Currently drawing from 'AC Power'"
|
||||||
then
|
then
|
||||||
exit 0
|
exit 0
|
||||||
|
elif test -d /sys/bus/acpi/drivers/battery && test 0 = \
|
||||||
|
"$(find /sys/bus/acpi/drivers/battery/ -type l | wc -l)";
|
||||||
|
then
|
||||||
|
# No battery exists.
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Auto packing deferred; not on AC"
|
echo "Auto packing deferred; not on AC"
|
||||||
|
167
main.py
167
main.py
@ -22,17 +22,23 @@ if __name__ == '__main__':
|
|||||||
del sys.argv[-1]
|
del sys.argv[-1]
|
||||||
del magic
|
del magic
|
||||||
|
|
||||||
|
import netrc
|
||||||
import optparse
|
import optparse
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
import time
|
||||||
|
import urllib2
|
||||||
|
|
||||||
from trace import SetTrace
|
from trace import SetTrace
|
||||||
|
from git_command import git, GitCommand
|
||||||
from git_config import init_ssh, close_ssh
|
from git_config import init_ssh, close_ssh
|
||||||
from command import InteractiveCommand
|
from command import InteractiveCommand
|
||||||
from command import MirrorSafeCommand
|
from command import MirrorSafeCommand
|
||||||
from command import PagedCommand
|
from command import PagedCommand
|
||||||
|
from subcmds.version import Version
|
||||||
from editor import Editor
|
from editor import Editor
|
||||||
|
from error import DownloadError
|
||||||
from error import ManifestInvalidRevisionError
|
from error import ManifestInvalidRevisionError
|
||||||
from error import NoSuchProjectError
|
from error import NoSuchProjectError
|
||||||
from error import RepoChangedException
|
from error import RepoChangedException
|
||||||
@ -53,6 +59,9 @@ global_options.add_option('--no-pager',
|
|||||||
global_options.add_option('--trace',
|
global_options.add_option('--trace',
|
||||||
dest='trace', action='store_true',
|
dest='trace', action='store_true',
|
||||||
help='trace git command execution')
|
help='trace git command execution')
|
||||||
|
global_options.add_option('--time',
|
||||||
|
dest='time', action='store_true',
|
||||||
|
help='time repo command execution')
|
||||||
global_options.add_option('--version',
|
global_options.add_option('--version',
|
||||||
dest='show_version', action='store_true',
|
dest='show_version', action='store_true',
|
||||||
help='display this version of repo')
|
help='display this version of repo')
|
||||||
@ -61,8 +70,11 @@ class _Repo(object):
|
|||||||
def __init__(self, repodir):
|
def __init__(self, repodir):
|
||||||
self.repodir = repodir
|
self.repodir = repodir
|
||||||
self.commands = all_commands
|
self.commands = all_commands
|
||||||
|
# add 'branch' as an alias for 'branches'
|
||||||
|
all_commands['branch'] = all_commands['branches']
|
||||||
|
|
||||||
def _Run(self, argv):
|
def _Run(self, argv):
|
||||||
|
result = 0
|
||||||
name = None
|
name = None
|
||||||
glob = []
|
glob = []
|
||||||
|
|
||||||
@ -86,7 +98,7 @@ class _Repo(object):
|
|||||||
name = 'version'
|
name = 'version'
|
||||||
else:
|
else:
|
||||||
print >>sys.stderr, 'fatal: invalid usage of --version'
|
print >>sys.stderr, 'fatal: invalid usage of --version'
|
||||||
sys.exit(1)
|
return 1
|
||||||
|
|
||||||
try:
|
try:
|
||||||
cmd = self.commands[name]
|
cmd = self.commands[name]
|
||||||
@ -94,7 +106,7 @@ class _Repo(object):
|
|||||||
print >>sys.stderr,\
|
print >>sys.stderr,\
|
||||||
"repo: '%s' is not a repo command. See 'repo help'."\
|
"repo: '%s' is not a repo command. See 'repo help'."\
|
||||||
% name
|
% name
|
||||||
sys.exit(1)
|
return 1
|
||||||
|
|
||||||
cmd.repodir = self.repodir
|
cmd.repodir = self.repodir
|
||||||
cmd.manifest = XmlManifest(cmd.repodir)
|
cmd.manifest = XmlManifest(cmd.repodir)
|
||||||
@ -104,7 +116,7 @@ class _Repo(object):
|
|||||||
print >>sys.stderr, \
|
print >>sys.stderr, \
|
||||||
"fatal: '%s' requires a working directory"\
|
"fatal: '%s' requires a working directory"\
|
||||||
% name
|
% name
|
||||||
sys.exit(1)
|
return 1
|
||||||
|
|
||||||
copts, cargs = cmd.OptionParser.parse_args(argv)
|
copts, cargs = cmd.OptionParser.parse_args(argv)
|
||||||
|
|
||||||
@ -120,16 +132,37 @@ class _Repo(object):
|
|||||||
RunPager(config)
|
RunPager(config)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
cmd.Execute(copts, cargs)
|
start = time.time()
|
||||||
|
try:
|
||||||
|
result = cmd.Execute(copts, cargs)
|
||||||
|
finally:
|
||||||
|
elapsed = time.time() - start
|
||||||
|
hours, remainder = divmod(elapsed, 3600)
|
||||||
|
minutes, seconds = divmod(remainder, 60)
|
||||||
|
if gopts.time:
|
||||||
|
if hours == 0:
|
||||||
|
print >>sys.stderr, 'real\t%dm%.3fs' \
|
||||||
|
% (minutes, seconds)
|
||||||
|
else:
|
||||||
|
print >>sys.stderr, 'real\t%dh%dm%.3fs' \
|
||||||
|
% (hours, minutes, seconds)
|
||||||
|
except DownloadError, e:
|
||||||
|
print >>sys.stderr, 'error: %s' % str(e)
|
||||||
|
return 1
|
||||||
except ManifestInvalidRevisionError, e:
|
except ManifestInvalidRevisionError, e:
|
||||||
print >>sys.stderr, 'error: %s' % str(e)
|
print >>sys.stderr, 'error: %s' % str(e)
|
||||||
sys.exit(1)
|
return 1
|
||||||
except NoSuchProjectError, e:
|
except NoSuchProjectError, e:
|
||||||
if e.name:
|
if e.name:
|
||||||
print >>sys.stderr, 'error: project %s not found' % e.name
|
print >>sys.stderr, 'error: project %s not found' % e.name
|
||||||
else:
|
else:
|
||||||
print >>sys.stderr, 'error: no project in current directory'
|
print >>sys.stderr, 'error: no project in current directory'
|
||||||
sys.exit(1)
|
return 1
|
||||||
|
|
||||||
|
return result
|
||||||
|
|
||||||
|
def _MyRepoPath():
|
||||||
|
return os.path.dirname(__file__)
|
||||||
|
|
||||||
def _MyWrapperPath():
|
def _MyWrapperPath():
|
||||||
return os.path.join(os.path.dirname(__file__), 'repo')
|
return os.path.join(os.path.dirname(__file__), 'repo')
|
||||||
@ -197,7 +230,117 @@ def _PruneOptions(argv, opt):
|
|||||||
continue
|
continue
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
|
_user_agent = None
|
||||||
|
|
||||||
|
def _UserAgent():
|
||||||
|
global _user_agent
|
||||||
|
|
||||||
|
if _user_agent is None:
|
||||||
|
py_version = sys.version_info
|
||||||
|
|
||||||
|
os_name = sys.platform
|
||||||
|
if os_name == 'linux2':
|
||||||
|
os_name = 'Linux'
|
||||||
|
elif os_name == 'win32':
|
||||||
|
os_name = 'Win32'
|
||||||
|
elif os_name == 'cygwin':
|
||||||
|
os_name = 'Cygwin'
|
||||||
|
elif os_name == 'darwin':
|
||||||
|
os_name = 'Darwin'
|
||||||
|
|
||||||
|
p = GitCommand(
|
||||||
|
None, ['describe', 'HEAD'],
|
||||||
|
cwd = _MyRepoPath(),
|
||||||
|
capture_stdout = True)
|
||||||
|
if p.Wait() == 0:
|
||||||
|
repo_version = p.stdout
|
||||||
|
if len(repo_version) > 0 and repo_version[-1] == '\n':
|
||||||
|
repo_version = repo_version[0:-1]
|
||||||
|
if len(repo_version) > 0 and repo_version[0] == 'v':
|
||||||
|
repo_version = repo_version[1:]
|
||||||
|
else:
|
||||||
|
repo_version = 'unknown'
|
||||||
|
|
||||||
|
_user_agent = 'git-repo/%s (%s) git/%s Python/%d.%d.%d' % (
|
||||||
|
repo_version,
|
||||||
|
os_name,
|
||||||
|
'.'.join(map(lambda d: str(d), git.version_tuple())),
|
||||||
|
py_version[0], py_version[1], py_version[2])
|
||||||
|
return _user_agent
|
||||||
|
|
||||||
|
class _UserAgentHandler(urllib2.BaseHandler):
|
||||||
|
def http_request(self, req):
|
||||||
|
req.add_header('User-Agent', _UserAgent())
|
||||||
|
return req
|
||||||
|
|
||||||
|
def https_request(self, req):
|
||||||
|
req.add_header('User-Agent', _UserAgent())
|
||||||
|
return req
|
||||||
|
|
||||||
|
class _BasicAuthHandler(urllib2.HTTPBasicAuthHandler):
|
||||||
|
def http_error_auth_reqed(self, authreq, host, req, headers):
|
||||||
|
try:
|
||||||
|
old_add_header = req.add_header
|
||||||
|
def _add_header(name, val):
|
||||||
|
val = val.replace('\n', '')
|
||||||
|
old_add_header(name, val)
|
||||||
|
req.add_header = _add_header
|
||||||
|
return urllib2.AbstractBasicAuthHandler.http_error_auth_reqed(
|
||||||
|
self, authreq, host, req, headers)
|
||||||
|
except:
|
||||||
|
reset = getattr(self, 'reset_retry_count', None)
|
||||||
|
if reset is not None:
|
||||||
|
reset()
|
||||||
|
elif getattr(self, 'retried', None):
|
||||||
|
self.retried = 0
|
||||||
|
raise
|
||||||
|
|
||||||
|
class _DigestAuthHandler(urllib2.HTTPDigestAuthHandler):
|
||||||
|
def http_error_auth_reqed(self, auth_header, host, req, headers):
|
||||||
|
try:
|
||||||
|
old_add_header = req.add_header
|
||||||
|
def _add_header(name, val):
|
||||||
|
val = val.replace('\n', '')
|
||||||
|
old_add_header(name, val)
|
||||||
|
req.add_header = _add_header
|
||||||
|
return urllib2.AbstractDigestAuthHandler.http_error_auth_reqed(
|
||||||
|
self, auth_header, host, req, headers)
|
||||||
|
except:
|
||||||
|
reset = getattr(self, 'reset_retry_count', None)
|
||||||
|
if reset is not None:
|
||||||
|
reset()
|
||||||
|
elif getattr(self, 'retried', None):
|
||||||
|
self.retried = 0
|
||||||
|
raise
|
||||||
|
|
||||||
|
def init_http():
|
||||||
|
handlers = [_UserAgentHandler()]
|
||||||
|
|
||||||
|
mgr = urllib2.HTTPPasswordMgrWithDefaultRealm()
|
||||||
|
try:
|
||||||
|
n = netrc.netrc()
|
||||||
|
for host in n.hosts:
|
||||||
|
p = n.hosts[host]
|
||||||
|
mgr.add_password(p[1], 'http://%s/' % host, p[0], p[2])
|
||||||
|
mgr.add_password(p[1], 'https://%s/' % host, p[0], p[2])
|
||||||
|
except netrc.NetrcParseError:
|
||||||
|
pass
|
||||||
|
except IOError:
|
||||||
|
pass
|
||||||
|
handlers.append(_BasicAuthHandler(mgr))
|
||||||
|
handlers.append(_DigestAuthHandler(mgr))
|
||||||
|
|
||||||
|
if 'http_proxy' in os.environ:
|
||||||
|
url = os.environ['http_proxy']
|
||||||
|
handlers.append(urllib2.ProxyHandler({'http': url, 'https': url}))
|
||||||
|
if 'REPO_CURL_VERBOSE' in os.environ:
|
||||||
|
handlers.append(urllib2.HTTPHandler(debuglevel=1))
|
||||||
|
handlers.append(urllib2.HTTPSHandler(debuglevel=1))
|
||||||
|
urllib2.install_opener(urllib2.build_opener(*handlers))
|
||||||
|
|
||||||
def _Main(argv):
|
def _Main(argv):
|
||||||
|
result = 0
|
||||||
|
|
||||||
opt = optparse.OptionParser(usage="repo wrapperinfo -- ...")
|
opt = optparse.OptionParser(usage="repo wrapperinfo -- ...")
|
||||||
opt.add_option("--repo-dir", dest="repodir",
|
opt.add_option("--repo-dir", dest="repodir",
|
||||||
help="path to .repo/")
|
help="path to .repo/")
|
||||||
@ -211,15 +354,19 @@ def _Main(argv):
|
|||||||
_CheckWrapperVersion(opt.wrapper_version, opt.wrapper_path)
|
_CheckWrapperVersion(opt.wrapper_version, opt.wrapper_path)
|
||||||
_CheckRepoDir(opt.repodir)
|
_CheckRepoDir(opt.repodir)
|
||||||
|
|
||||||
|
Version.wrapper_version = opt.wrapper_version
|
||||||
|
Version.wrapper_path = opt.wrapper_path
|
||||||
|
|
||||||
repo = _Repo(opt.repodir)
|
repo = _Repo(opt.repodir)
|
||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
init_ssh()
|
init_ssh()
|
||||||
repo._Run(argv)
|
init_http()
|
||||||
|
result = repo._Run(argv) or 0
|
||||||
finally:
|
finally:
|
||||||
close_ssh()
|
close_ssh()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
sys.exit(1)
|
result = 1
|
||||||
except RepoChangedException, rce:
|
except RepoChangedException, rce:
|
||||||
# If repo changed, re-exec ourselves.
|
# If repo changed, re-exec ourselves.
|
||||||
#
|
#
|
||||||
@ -230,7 +377,9 @@ def _Main(argv):
|
|||||||
except OSError, e:
|
except OSError, e:
|
||||||
print >>sys.stderr, 'fatal: cannot restart repo after upgrade'
|
print >>sys.stderr, 'fatal: cannot restart repo after upgrade'
|
||||||
print >>sys.stderr, 'fatal: %s' % e
|
print >>sys.stderr, 'fatal: %s' % e
|
||||||
sys.exit(128)
|
result = 128
|
||||||
|
|
||||||
|
sys.exit(result)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
_Main(sys.argv[1:])
|
_Main(sys.argv[1:])
|
||||||
|
295
manifest_xml.py
295
manifest_xml.py
@ -13,8 +13,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
import itertools
|
||||||
import os
|
import os
|
||||||
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
import urlparse
|
||||||
import xml.dom.minidom
|
import xml.dom.minidom
|
||||||
|
|
||||||
from git_config import GitConfig, IsId
|
from git_config import GitConfig, IsId
|
||||||
@ -24,26 +27,41 @@ from error import ManifestParseError
|
|||||||
MANIFEST_FILE_NAME = 'manifest.xml'
|
MANIFEST_FILE_NAME = 'manifest.xml'
|
||||||
LOCAL_MANIFEST_NAME = 'local_manifest.xml'
|
LOCAL_MANIFEST_NAME = 'local_manifest.xml'
|
||||||
|
|
||||||
|
urlparse.uses_relative.extend(['ssh', 'git'])
|
||||||
|
urlparse.uses_netloc.extend(['ssh', 'git'])
|
||||||
|
|
||||||
class _Default(object):
|
class _Default(object):
|
||||||
"""Project defaults within the manifest."""
|
"""Project defaults within the manifest."""
|
||||||
|
|
||||||
revisionExpr = None
|
revisionExpr = None
|
||||||
remote = None
|
remote = None
|
||||||
|
sync_j = 1
|
||||||
|
sync_c = False
|
||||||
|
|
||||||
class _XmlRemote(object):
|
class _XmlRemote(object):
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
name,
|
name,
|
||||||
fetch=None,
|
fetch=None,
|
||||||
|
manifestUrl=None,
|
||||||
review=None):
|
review=None):
|
||||||
self.name = name
|
self.name = name
|
||||||
self.fetchUrl = fetch
|
self.fetchUrl = fetch
|
||||||
|
self.manifestUrl = manifestUrl
|
||||||
self.reviewUrl = review
|
self.reviewUrl = review
|
||||||
|
self.resolvedFetchUrl = self._resolveFetchUrl()
|
||||||
|
|
||||||
|
def _resolveFetchUrl(self):
|
||||||
|
url = self.fetchUrl.rstrip('/')
|
||||||
|
manifestUrl = self.manifestUrl.rstrip('/')
|
||||||
|
# urljoin will get confused if there is no scheme in the base url
|
||||||
|
# ie, if manifestUrl is of the form <hostname:port>
|
||||||
|
if manifestUrl.find(':') != manifestUrl.find('/') - 1:
|
||||||
|
manifestUrl = 'gopher://' + manifestUrl
|
||||||
|
url = urlparse.urljoin(manifestUrl, url)
|
||||||
|
return re.sub(r'^gopher://', '', url)
|
||||||
|
|
||||||
def ToRemoteSpec(self, projectName):
|
def ToRemoteSpec(self, projectName):
|
||||||
url = self.fetchUrl
|
url = self.resolvedFetchUrl.rstrip('/') + '/' + projectName
|
||||||
while url.endswith('/'):
|
|
||||||
url = url[:-1]
|
|
||||||
url += '/%s.git' % projectName
|
|
||||||
return RemoteSpec(self.name, url, self.reviewUrl)
|
return RemoteSpec(self.name, url, self.reviewUrl)
|
||||||
|
|
||||||
class XmlManifest(object):
|
class XmlManifest(object):
|
||||||
@ -103,6 +121,13 @@ class XmlManifest(object):
|
|||||||
def Save(self, fd, peg_rev=False):
|
def Save(self, fd, peg_rev=False):
|
||||||
"""Write the current manifest out to the given file descriptor.
|
"""Write the current manifest out to the given file descriptor.
|
||||||
"""
|
"""
|
||||||
|
mp = self.manifestProject
|
||||||
|
|
||||||
|
groups = mp.config.GetString('manifest.groups')
|
||||||
|
if not groups:
|
||||||
|
groups = 'default'
|
||||||
|
groups = [x for x in re.split(r'[,\s]+', groups) if x]
|
||||||
|
|
||||||
doc = xml.dom.minidom.Document()
|
doc = xml.dom.minidom.Document()
|
||||||
root = doc.createElement('manifest')
|
root = doc.createElement('manifest')
|
||||||
doc.appendChild(root)
|
doc.appendChild(root)
|
||||||
@ -133,6 +158,12 @@ class XmlManifest(object):
|
|||||||
if d.revisionExpr:
|
if d.revisionExpr:
|
||||||
have_default = True
|
have_default = True
|
||||||
e.setAttribute('revision', d.revisionExpr)
|
e.setAttribute('revision', d.revisionExpr)
|
||||||
|
if d.sync_j > 1:
|
||||||
|
have_default = True
|
||||||
|
e.setAttribute('sync-j', '%d' % d.sync_j)
|
||||||
|
if d.sync_c:
|
||||||
|
have_default = True
|
||||||
|
e.setAttribute('sync-c', 'true')
|
||||||
if have_default:
|
if have_default:
|
||||||
root.appendChild(e)
|
root.appendChild(e)
|
||||||
root.appendChild(doc.createTextNode(''))
|
root.appendChild(doc.createTextNode(''))
|
||||||
@ -148,6 +179,10 @@ class XmlManifest(object):
|
|||||||
|
|
||||||
for p in sort_projects:
|
for p in sort_projects:
|
||||||
p = self.projects[p]
|
p = self.projects[p]
|
||||||
|
|
||||||
|
if not p.MatchesGroups(groups):
|
||||||
|
continue
|
||||||
|
|
||||||
e = doc.createElement('project')
|
e = doc.createElement('project')
|
||||||
root.appendChild(e)
|
root.appendChild(e)
|
||||||
e.setAttribute('name', p.name)
|
e.setAttribute('name', p.name)
|
||||||
@ -171,6 +206,28 @@ class XmlManifest(object):
|
|||||||
ce.setAttribute('dest', c.dest)
|
ce.setAttribute('dest', c.dest)
|
||||||
e.appendChild(ce)
|
e.appendChild(ce)
|
||||||
|
|
||||||
|
egroups = [g for g in p.groups if g != 'default']
|
||||||
|
if egroups:
|
||||||
|
e.setAttribute('groups', ','.join(egroups))
|
||||||
|
|
||||||
|
for a in p.annotations:
|
||||||
|
if a.keep == "true":
|
||||||
|
ae = doc.createElement('annotation')
|
||||||
|
ae.setAttribute('name', a.name)
|
||||||
|
ae.setAttribute('value', a.value)
|
||||||
|
e.appendChild(ae)
|
||||||
|
|
||||||
|
if p.sync_c:
|
||||||
|
e.setAttribute('sync-c', 'true')
|
||||||
|
|
||||||
|
if self._repo_hooks_project:
|
||||||
|
root.appendChild(doc.createTextNode(''))
|
||||||
|
e = doc.createElement('repo-hooks')
|
||||||
|
e.setAttribute('in-project', self._repo_hooks_project.name)
|
||||||
|
e.setAttribute('enabled-list',
|
||||||
|
' '.join(self._repo_hooks_project.enabled_repo_hooks))
|
||||||
|
root.appendChild(e)
|
||||||
|
|
||||||
doc.writexml(fd, '', ' ', '\n', 'UTF-8')
|
doc.writexml(fd, '', ' ', '\n', 'UTF-8')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@ -188,6 +245,11 @@ class XmlManifest(object):
|
|||||||
self._Load()
|
self._Load()
|
||||||
return self._default
|
return self._default
|
||||||
|
|
||||||
|
@property
|
||||||
|
def repo_hooks_project(self):
|
||||||
|
self._Load()
|
||||||
|
return self._repo_hooks_project
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def notice(self):
|
def notice(self):
|
||||||
self._Load()
|
self._Load()
|
||||||
@ -207,6 +269,7 @@ class XmlManifest(object):
|
|||||||
self._projects = {}
|
self._projects = {}
|
||||||
self._remotes = {}
|
self._remotes = {}
|
||||||
self._default = None
|
self._default = None
|
||||||
|
self._repo_hooks_project = None
|
||||||
self._notice = None
|
self._notice = None
|
||||||
self.branch = None
|
self.branch = None
|
||||||
self._manifest_server = None
|
self._manifest_server = None
|
||||||
@ -219,16 +282,15 @@ class XmlManifest(object):
|
|||||||
b = b[len(R_HEADS):]
|
b = b[len(R_HEADS):]
|
||||||
self.branch = b
|
self.branch = b
|
||||||
|
|
||||||
self._ParseManifest(True)
|
nodes = []
|
||||||
|
nodes.append(self._ParseManifestXml(self.manifestFile,
|
||||||
|
self.manifestProject.worktree))
|
||||||
|
|
||||||
local = os.path.join(self.repodir, LOCAL_MANIFEST_NAME)
|
local = os.path.join(self.repodir, LOCAL_MANIFEST_NAME)
|
||||||
if os.path.exists(local):
|
if os.path.exists(local):
|
||||||
try:
|
nodes.append(self._ParseManifestXml(local, self.repodir))
|
||||||
real = self.manifestFile
|
|
||||||
self.manifestFile = local
|
self._ParseManifest(nodes)
|
||||||
self._ParseManifest(False)
|
|
||||||
finally:
|
|
||||||
self.manifestFile = real
|
|
||||||
|
|
||||||
if self.IsMirror:
|
if self.IsMirror:
|
||||||
self._AddMetaProjectMirror(self.repoProject)
|
self._AddMetaProjectMirror(self.repoProject)
|
||||||
@ -236,73 +298,117 @@ class XmlManifest(object):
|
|||||||
|
|
||||||
self._loaded = True
|
self._loaded = True
|
||||||
|
|
||||||
def _ParseManifest(self, is_root_file):
|
def _ParseManifestXml(self, path, include_root):
|
||||||
root = xml.dom.minidom.parse(self.manifestFile)
|
root = xml.dom.minidom.parse(path)
|
||||||
if not root or not root.childNodes:
|
if not root or not root.childNodes:
|
||||||
raise ManifestParseError, \
|
raise ManifestParseError("no root node in %s" % (path,))
|
||||||
"no root node in %s" % \
|
|
||||||
self.manifestFile
|
|
||||||
|
|
||||||
config = root.childNodes[0]
|
config = root.childNodes[0]
|
||||||
if config.nodeName != 'manifest':
|
if config.nodeName != 'manifest':
|
||||||
raise ManifestParseError, \
|
raise ManifestParseError("no <manifest> in %s" % (path,))
|
||||||
"no <manifest> in %s" % \
|
|
||||||
self.manifestFile
|
|
||||||
|
|
||||||
|
nodes = []
|
||||||
for node in config.childNodes:
|
for node in config.childNodes:
|
||||||
|
if node.nodeName == 'include':
|
||||||
|
name = self._reqatt(node, 'name')
|
||||||
|
fp = os.path.join(include_root, name)
|
||||||
|
if not os.path.isfile(fp):
|
||||||
|
raise ManifestParseError, \
|
||||||
|
"include %s doesn't exist or isn't a file" % \
|
||||||
|
(name,)
|
||||||
|
try:
|
||||||
|
nodes.extend(self._ParseManifestXml(fp, include_root))
|
||||||
|
# should isolate this to the exact exception, but that's
|
||||||
|
# tricky. actual parsing implementation may vary.
|
||||||
|
except (KeyboardInterrupt, RuntimeError, SystemExit):
|
||||||
|
raise
|
||||||
|
except Exception, e:
|
||||||
|
raise ManifestParseError(
|
||||||
|
"failed parsing included manifest %s: %s", (name, e))
|
||||||
|
else:
|
||||||
|
nodes.append(node)
|
||||||
|
return nodes
|
||||||
|
|
||||||
|
def _ParseManifest(self, node_list):
|
||||||
|
for node in itertools.chain(*node_list):
|
||||||
|
if node.nodeName == 'remote':
|
||||||
|
remote = self._ParseRemote(node)
|
||||||
|
if self._remotes.get(remote.name):
|
||||||
|
raise ManifestParseError(
|
||||||
|
'duplicate remote %s in %s' %
|
||||||
|
(remote.name, self.manifestFile))
|
||||||
|
self._remotes[remote.name] = remote
|
||||||
|
|
||||||
|
for node in itertools.chain(*node_list):
|
||||||
|
if node.nodeName == 'default':
|
||||||
|
if self._default is not None:
|
||||||
|
raise ManifestParseError(
|
||||||
|
'duplicate default in %s' %
|
||||||
|
(self.manifestFile))
|
||||||
|
self._default = self._ParseDefault(node)
|
||||||
|
if self._default is None:
|
||||||
|
self._default = _Default()
|
||||||
|
|
||||||
|
for node in itertools.chain(*node_list):
|
||||||
|
if node.nodeName == 'notice':
|
||||||
|
if self._notice is not None:
|
||||||
|
raise ManifestParseError(
|
||||||
|
'duplicate notice in %s' %
|
||||||
|
(self.manifestFile))
|
||||||
|
self._notice = self._ParseNotice(node)
|
||||||
|
|
||||||
|
for node in itertools.chain(*node_list):
|
||||||
|
if node.nodeName == 'manifest-server':
|
||||||
|
url = self._reqatt(node, 'url')
|
||||||
|
if self._manifest_server is not None:
|
||||||
|
raise ManifestParseError(
|
||||||
|
'duplicate manifest-server in %s' %
|
||||||
|
(self.manifestFile))
|
||||||
|
self._manifest_server = url
|
||||||
|
|
||||||
|
for node in itertools.chain(*node_list):
|
||||||
|
if node.nodeName == 'project':
|
||||||
|
project = self._ParseProject(node)
|
||||||
|
if self._projects.get(project.name):
|
||||||
|
raise ManifestParseError(
|
||||||
|
'duplicate project %s in %s' %
|
||||||
|
(project.name, self.manifestFile))
|
||||||
|
self._projects[project.name] = project
|
||||||
|
if node.nodeName == 'repo-hooks':
|
||||||
|
# Get the name of the project and the (space-separated) list of enabled.
|
||||||
|
repo_hooks_project = self._reqatt(node, 'in-project')
|
||||||
|
enabled_repo_hooks = self._reqatt(node, 'enabled-list').split()
|
||||||
|
|
||||||
|
# Only one project can be the hooks project
|
||||||
|
if self._repo_hooks_project is not None:
|
||||||
|
raise ManifestParseError(
|
||||||
|
'duplicate repo-hooks in %s' %
|
||||||
|
(self.manifestFile))
|
||||||
|
|
||||||
|
# Store a reference to the Project.
|
||||||
|
try:
|
||||||
|
self._repo_hooks_project = self._projects[repo_hooks_project]
|
||||||
|
except KeyError:
|
||||||
|
raise ManifestParseError(
|
||||||
|
'project %s not found for repo-hooks' %
|
||||||
|
(repo_hooks_project))
|
||||||
|
|
||||||
|
# Store the enabled hooks in the Project object.
|
||||||
|
self._repo_hooks_project.enabled_repo_hooks = enabled_repo_hooks
|
||||||
if node.nodeName == 'remove-project':
|
if node.nodeName == 'remove-project':
|
||||||
name = self._reqatt(node, 'name')
|
name = self._reqatt(node, 'name')
|
||||||
try:
|
try:
|
||||||
del self._projects[name]
|
del self._projects[name]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
raise ManifestParseError, \
|
raise ManifestParseError(
|
||||||
'project %s not found' % \
|
'project %s not found' %
|
||||||
(name)
|
(name))
|
||||||
|
|
||||||
for node in config.childNodes:
|
# If the manifest removes the hooks project, treat it as if it deleted
|
||||||
if node.nodeName == 'remote':
|
# the repo-hooks element too.
|
||||||
remote = self._ParseRemote(node)
|
if self._repo_hooks_project and (self._repo_hooks_project.name == name):
|
||||||
if self._remotes.get(remote.name):
|
self._repo_hooks_project = None
|
||||||
raise ManifestParseError, \
|
|
||||||
'duplicate remote %s in %s' % \
|
|
||||||
(remote.name, self.manifestFile)
|
|
||||||
self._remotes[remote.name] = remote
|
|
||||||
|
|
||||||
for node in config.childNodes:
|
|
||||||
if node.nodeName == 'default':
|
|
||||||
if self._default is not None:
|
|
||||||
raise ManifestParseError, \
|
|
||||||
'duplicate default in %s' % \
|
|
||||||
(self.manifestFile)
|
|
||||||
self._default = self._ParseDefault(node)
|
|
||||||
if self._default is None:
|
|
||||||
self._default = _Default()
|
|
||||||
|
|
||||||
for node in config.childNodes:
|
|
||||||
if node.nodeName == 'notice':
|
|
||||||
if self._notice is not None:
|
|
||||||
raise ManifestParseError, \
|
|
||||||
'duplicate notice in %s' % \
|
|
||||||
(self.manifestFile)
|
|
||||||
self._notice = self._ParseNotice(node)
|
|
||||||
|
|
||||||
for node in config.childNodes:
|
|
||||||
if node.nodeName == 'manifest-server':
|
|
||||||
url = self._reqatt(node, 'url')
|
|
||||||
if self._manifest_server is not None:
|
|
||||||
raise ManifestParseError, \
|
|
||||||
'duplicate manifest-server in %s' % \
|
|
||||||
(self.manifestFile)
|
|
||||||
self._manifest_server = url
|
|
||||||
|
|
||||||
for node in config.childNodes:
|
|
||||||
if node.nodeName == 'project':
|
|
||||||
project = self._ParseProject(node)
|
|
||||||
if self._projects.get(project.name):
|
|
||||||
raise ManifestParseError, \
|
|
||||||
'duplicate project %s in %s' % \
|
|
||||||
(project.name, self.manifestFile)
|
|
||||||
self._projects[project.name] = project
|
|
||||||
|
|
||||||
def _AddMetaProjectMirror(self, m):
|
def _AddMetaProjectMirror(self, m):
|
||||||
name = None
|
name = None
|
||||||
@ -311,7 +417,7 @@ class XmlManifest(object):
|
|||||||
raise ManifestParseError, 'refusing to mirror %s' % m_url
|
raise ManifestParseError, 'refusing to mirror %s' % m_url
|
||||||
|
|
||||||
if self._default and self._default.remote:
|
if self._default and self._default.remote:
|
||||||
url = self._default.remote.fetchUrl
|
url = self._default.remote.resolvedFetchUrl
|
||||||
if not url.endswith('/'):
|
if not url.endswith('/'):
|
||||||
url += '/'
|
url += '/'
|
||||||
if m_url.startswith(url):
|
if m_url.startswith(url):
|
||||||
@ -320,7 +426,8 @@ class XmlManifest(object):
|
|||||||
|
|
||||||
if name is None:
|
if name is None:
|
||||||
s = m_url.rindex('/') + 1
|
s = m_url.rindex('/') + 1
|
||||||
remote = _XmlRemote('origin', m_url[:s])
|
manifestUrl = self.manifestProject.config.GetString('remote.origin.url')
|
||||||
|
remote = _XmlRemote('origin', m_url[:s], manifestUrl)
|
||||||
name = m_url[s:]
|
name = m_url[s:]
|
||||||
|
|
||||||
if name.endswith('.git'):
|
if name.endswith('.git'):
|
||||||
@ -348,7 +455,8 @@ class XmlManifest(object):
|
|||||||
review = node.getAttribute('review')
|
review = node.getAttribute('review')
|
||||||
if review == '':
|
if review == '':
|
||||||
review = None
|
review = None
|
||||||
return _XmlRemote(name, fetch, review)
|
manifestUrl = self.manifestProject.config.GetString('remote.origin.url')
|
||||||
|
return _XmlRemote(name, fetch, manifestUrl, review)
|
||||||
|
|
||||||
def _ParseDefault(self, node):
|
def _ParseDefault(self, node):
|
||||||
"""
|
"""
|
||||||
@ -359,6 +467,18 @@ class XmlManifest(object):
|
|||||||
d.revisionExpr = node.getAttribute('revision')
|
d.revisionExpr = node.getAttribute('revision')
|
||||||
if d.revisionExpr == '':
|
if d.revisionExpr == '':
|
||||||
d.revisionExpr = None
|
d.revisionExpr = None
|
||||||
|
|
||||||
|
sync_j = node.getAttribute('sync-j')
|
||||||
|
if sync_j == '' or sync_j is None:
|
||||||
|
d.sync_j = 1
|
||||||
|
else:
|
||||||
|
d.sync_j = int(sync_j)
|
||||||
|
|
||||||
|
sync_c = node.getAttribute('sync-c')
|
||||||
|
if not sync_c:
|
||||||
|
d.sync_c = False
|
||||||
|
else:
|
||||||
|
d.sync_c = sync_c.lower() in ("yes", "true", "1")
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def _ParseNotice(self, node):
|
def _ParseNotice(self, node):
|
||||||
@ -430,12 +550,31 @@ class XmlManifest(object):
|
|||||||
"project %s path cannot be absolute in %s" % \
|
"project %s path cannot be absolute in %s" % \
|
||||||
(name, self.manifestFile)
|
(name, self.manifestFile)
|
||||||
|
|
||||||
|
rebase = node.getAttribute('rebase')
|
||||||
|
if not rebase:
|
||||||
|
rebase = True
|
||||||
|
else:
|
||||||
|
rebase = rebase.lower() in ("yes", "true", "1")
|
||||||
|
|
||||||
|
sync_c = node.getAttribute('sync-c')
|
||||||
|
if not sync_c:
|
||||||
|
sync_c = False
|
||||||
|
else:
|
||||||
|
sync_c = sync_c.lower() in ("yes", "true", "1")
|
||||||
|
|
||||||
|
groups = ''
|
||||||
|
if node.hasAttribute('groups'):
|
||||||
|
groups = node.getAttribute('groups')
|
||||||
|
groups = [x for x in re.split('[,\s]+', groups) if x]
|
||||||
|
if 'default' not in groups:
|
||||||
|
groups.append('default')
|
||||||
|
|
||||||
if self.IsMirror:
|
if self.IsMirror:
|
||||||
relpath = None
|
relpath = None
|
||||||
worktree = None
|
worktree = None
|
||||||
gitdir = os.path.join(self.topdir, '%s.git' % name)
|
gitdir = os.path.join(self.topdir, '%s.git' % name)
|
||||||
else:
|
else:
|
||||||
worktree = os.path.join(self.topdir, path)
|
worktree = os.path.join(self.topdir, path).replace('\\', '/')
|
||||||
gitdir = os.path.join(self.repodir, 'projects/%s.git' % path)
|
gitdir = os.path.join(self.repodir, 'projects/%s.git' % path)
|
||||||
|
|
||||||
project = Project(manifest = self,
|
project = Project(manifest = self,
|
||||||
@ -445,11 +584,16 @@ class XmlManifest(object):
|
|||||||
worktree = worktree,
|
worktree = worktree,
|
||||||
relpath = path,
|
relpath = path,
|
||||||
revisionExpr = revisionExpr,
|
revisionExpr = revisionExpr,
|
||||||
revisionId = None)
|
revisionId = None,
|
||||||
|
rebase = rebase,
|
||||||
|
groups = groups,
|
||||||
|
sync_c = sync_c)
|
||||||
|
|
||||||
for n in node.childNodes:
|
for n in node.childNodes:
|
||||||
if n.nodeName == 'copyfile':
|
if n.nodeName == 'copyfile':
|
||||||
self._ParseCopyFile(project, n)
|
self._ParseCopyFile(project, n)
|
||||||
|
if n.nodeName == 'annotation':
|
||||||
|
self._ParseAnnotation(project, n)
|
||||||
|
|
||||||
return project
|
return project
|
||||||
|
|
||||||
@ -461,6 +605,17 @@ class XmlManifest(object):
|
|||||||
# dest is relative to the top of the tree
|
# dest is relative to the top of the tree
|
||||||
project.AddCopyFile(src, dest, os.path.join(self.topdir, dest))
|
project.AddCopyFile(src, dest, os.path.join(self.topdir, dest))
|
||||||
|
|
||||||
|
def _ParseAnnotation(self, project, node):
|
||||||
|
name = self._reqatt(node, 'name')
|
||||||
|
value = self._reqatt(node, 'value')
|
||||||
|
try:
|
||||||
|
keep = self._reqatt(node, 'keep').lower()
|
||||||
|
except ManifestParseError:
|
||||||
|
keep = "true"
|
||||||
|
if keep != "true" and keep != "false":
|
||||||
|
raise ManifestParseError, "optional \"keep\" attribute must be \"true\" or \"false\""
|
||||||
|
project.AddAnnotation(name, value, keep)
|
||||||
|
|
||||||
def _get_remote(self, node):
|
def _get_remote(self, node):
|
||||||
name = node.getAttribute('remote')
|
name = node.getAttribute('remote')
|
||||||
if not name:
|
if not name:
|
||||||
|
15
progress.py
15
progress.py
@ -21,13 +21,14 @@ from trace import IsTrace
|
|||||||
_NOT_TTY = not os.isatty(2)
|
_NOT_TTY = not os.isatty(2)
|
||||||
|
|
||||||
class Progress(object):
|
class Progress(object):
|
||||||
def __init__(self, title, total=0):
|
def __init__(self, title, total=0, units=''):
|
||||||
self._title = title
|
self._title = title
|
||||||
self._total = total
|
self._total = total
|
||||||
self._done = 0
|
self._done = 0
|
||||||
self._lastp = -1
|
self._lastp = -1
|
||||||
self._start = time()
|
self._start = time()
|
||||||
self._show = False
|
self._show = False
|
||||||
|
self._units = units
|
||||||
|
|
||||||
def update(self, inc=1):
|
def update(self, inc=1):
|
||||||
self._done += inc
|
self._done += inc
|
||||||
@ -51,11 +52,11 @@ class Progress(object):
|
|||||||
|
|
||||||
if self._lastp != p:
|
if self._lastp != p:
|
||||||
self._lastp = p
|
self._lastp = p
|
||||||
sys.stderr.write('\r%s: %3d%% (%d/%d) ' % (
|
sys.stderr.write('\r%s: %3d%% (%d%s/%d%s) ' % (
|
||||||
self._title,
|
self._title,
|
||||||
p,
|
p,
|
||||||
self._done,
|
self._done, self._units,
|
||||||
self._total))
|
self._total, self._units))
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
|
|
||||||
def end(self):
|
def end(self):
|
||||||
@ -69,9 +70,9 @@ class Progress(object):
|
|||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
else:
|
else:
|
||||||
p = (100 * self._done) / self._total
|
p = (100 * self._done) / self._total
|
||||||
sys.stderr.write('\r%s: %3d%% (%d/%d), done. \n' % (
|
sys.stderr.write('\r%s: %3d%% (%d%s/%d%s), done. \n' % (
|
||||||
self._title,
|
self._title,
|
||||||
p,
|
p,
|
||||||
self._done,
|
self._done, self._units,
|
||||||
self._total))
|
self._total, self._units))
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
|
803
project.py
803
project.py
File diff suppressed because it is too large
Load Diff
154
repo
154
repo
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## repo default configuration
|
## repo default configuration
|
||||||
##
|
##
|
||||||
REPO_URL='git://android.git.kernel.org/tools/repo.git'
|
REPO_URL='https://gerrit.googlesource.com/git-repo'
|
||||||
REPO_REV='stable'
|
REPO_REV='stable'
|
||||||
|
|
||||||
# Copyright (C) 2008 Google Inc.
|
# Copyright (C) 2008 Google Inc.
|
||||||
@ -28,7 +28,7 @@ if __name__ == '__main__':
|
|||||||
del magic
|
del magic
|
||||||
|
|
||||||
# increment this whenever we make important changes to this script
|
# increment this whenever we make important changes to this script
|
||||||
VERSION = (1, 9)
|
VERSION = (1, 17)
|
||||||
|
|
||||||
# increment this if the MAINTAINER_KEYS block is modified
|
# increment this if the MAINTAINER_KEYS block is modified
|
||||||
KEYRING_VERSION = (1,0)
|
KEYRING_VERSION = (1,0)
|
||||||
@ -91,6 +91,7 @@ import re
|
|||||||
import readline
|
import readline
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
import urllib2
|
||||||
|
|
||||||
home_dot_repo = os.path.expanduser('~/.repoconfig')
|
home_dot_repo = os.path.expanduser('~/.repoconfig')
|
||||||
gpg_dir = os.path.join(home_dot_repo, 'gnupg')
|
gpg_dir = os.path.join(home_dot_repo, 'gnupg')
|
||||||
@ -121,6 +122,19 @@ group.add_option('--mirror',
|
|||||||
group.add_option('--reference',
|
group.add_option('--reference',
|
||||||
dest='reference',
|
dest='reference',
|
||||||
help='location of mirror directory', metavar='DIR')
|
help='location of mirror directory', metavar='DIR')
|
||||||
|
group.add_option('--depth', type='int', default=None,
|
||||||
|
dest='depth',
|
||||||
|
help='create a shallow clone with given depth; see git clone')
|
||||||
|
group.add_option('-g', '--groups',
|
||||||
|
dest='groups', default='default',
|
||||||
|
help='restrict manifest projects to ones with a specified group',
|
||||||
|
metavar='GROUP')
|
||||||
|
group.add_option('-p', '--platform',
|
||||||
|
dest='platform', default="auto",
|
||||||
|
help='restrict manifest projects to ones with a specified'
|
||||||
|
'platform group [auto|all|none|linux|darwin|...]',
|
||||||
|
metavar='PLATFORM')
|
||||||
|
|
||||||
|
|
||||||
# Tool
|
# Tool
|
||||||
group = init_optparse.add_option_group('repo Version options')
|
group = init_optparse.add_option_group('repo Version options')
|
||||||
@ -134,6 +148,11 @@ group.add_option('--no-repo-verify',
|
|||||||
dest='no_repo_verify', action='store_true',
|
dest='no_repo_verify', action='store_true',
|
||||||
help='do not verify repo source code')
|
help='do not verify repo source code')
|
||||||
|
|
||||||
|
# Other
|
||||||
|
group = init_optparse.add_option_group('Other options')
|
||||||
|
group.add_option('--config-name',
|
||||||
|
dest='config_name', action="store_true", default=False,
|
||||||
|
help='Always prompt for name/e-mail')
|
||||||
|
|
||||||
class CloneFailure(Exception):
|
class CloneFailure(Exception):
|
||||||
"""Indicate the remote clone of repo itself failed.
|
"""Indicate the remote clone of repo itself failed.
|
||||||
@ -144,7 +163,7 @@ def _Init(args):
|
|||||||
"""Installs repo by cloning it over the network.
|
"""Installs repo by cloning it over the network.
|
||||||
"""
|
"""
|
||||||
opt, args = init_optparse.parse_args(args)
|
opt, args = init_optparse.parse_args(args)
|
||||||
if args or not opt.manifest_url:
|
if args:
|
||||||
init_optparse.print_usage()
|
init_optparse.print_usage()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
@ -183,10 +202,6 @@ def _Init(args):
|
|||||||
else:
|
else:
|
||||||
can_verify = True
|
can_verify = True
|
||||||
|
|
||||||
if not opt.quiet:
|
|
||||||
print >>sys.stderr, 'Getting repo ...'
|
|
||||||
print >>sys.stderr, ' from %s' % url
|
|
||||||
|
|
||||||
dst = os.path.abspath(os.path.join(repodir, S_repo))
|
dst = os.path.abspath(os.path.join(repodir, S_repo))
|
||||||
_Clone(url, dst, opt.quiet)
|
_Clone(url, dst, opt.quiet)
|
||||||
|
|
||||||
@ -205,7 +220,17 @@ def _Init(args):
|
|||||||
|
|
||||||
def _CheckGitVersion():
|
def _CheckGitVersion():
|
||||||
cmd = [GIT, '--version']
|
cmd = [GIT, '--version']
|
||||||
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
|
try:
|
||||||
|
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
|
||||||
|
except OSError, e:
|
||||||
|
print >>sys.stderr
|
||||||
|
print >>sys.stderr, "fatal: '%s' is not available" % GIT
|
||||||
|
print >>sys.stderr, 'fatal: %s' % e
|
||||||
|
print >>sys.stderr
|
||||||
|
print >>sys.stderr, 'Please make sure %s is installed'\
|
||||||
|
' and in your path.' % GIT
|
||||||
|
raise CloneFailure()
|
||||||
|
|
||||||
ver_str = proc.stdout.read().strip()
|
ver_str = proc.stdout.read().strip()
|
||||||
proc.stdout.close()
|
proc.stdout.close()
|
||||||
proc.wait()
|
proc.wait()
|
||||||
@ -259,8 +284,8 @@ def _SetupGnuPG(quiet):
|
|||||||
gpg_dir, e.strerror)
|
gpg_dir, e.strerror)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
env = dict(os.environ)
|
env = os.environ.copy()
|
||||||
env['GNUPGHOME'] = gpg_dir
|
env['GNUPGHOME'] = gpg_dir.encode()
|
||||||
|
|
||||||
cmd = ['gpg', '--import']
|
cmd = ['gpg', '--import']
|
||||||
try:
|
try:
|
||||||
@ -296,15 +321,43 @@ def _SetConfig(local, name, value):
|
|||||||
raise CloneFailure()
|
raise CloneFailure()
|
||||||
|
|
||||||
|
|
||||||
def _Fetch(local, quiet, *args):
|
def _InitHttp():
|
||||||
|
handlers = []
|
||||||
|
|
||||||
|
mgr = urllib2.HTTPPasswordMgrWithDefaultRealm()
|
||||||
|
try:
|
||||||
|
import netrc
|
||||||
|
n = netrc.netrc()
|
||||||
|
for host in n.hosts:
|
||||||
|
p = n.hosts[host]
|
||||||
|
mgr.add_password(p[1], 'http://%s/' % host, p[0], p[2])
|
||||||
|
mgr.add_password(p[1], 'https://%s/' % host, p[0], p[2])
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
handlers.append(urllib2.HTTPBasicAuthHandler(mgr))
|
||||||
|
handlers.append(urllib2.HTTPDigestAuthHandler(mgr))
|
||||||
|
|
||||||
|
if 'http_proxy' in os.environ:
|
||||||
|
url = os.environ['http_proxy']
|
||||||
|
handlers.append(urllib2.ProxyHandler({'http': url, 'https': url}))
|
||||||
|
if 'REPO_CURL_VERBOSE' in os.environ:
|
||||||
|
handlers.append(urllib2.HTTPHandler(debuglevel=1))
|
||||||
|
handlers.append(urllib2.HTTPSHandler(debuglevel=1))
|
||||||
|
urllib2.install_opener(urllib2.build_opener(*handlers))
|
||||||
|
|
||||||
|
def _Fetch(url, local, src, quiet):
|
||||||
|
if not quiet:
|
||||||
|
print >>sys.stderr, 'Get %s' % url
|
||||||
|
|
||||||
cmd = [GIT, 'fetch']
|
cmd = [GIT, 'fetch']
|
||||||
if quiet:
|
if quiet:
|
||||||
cmd.append('--quiet')
|
cmd.append('--quiet')
|
||||||
err = subprocess.PIPE
|
err = subprocess.PIPE
|
||||||
else:
|
else:
|
||||||
err = None
|
err = None
|
||||||
cmd.extend(args)
|
cmd.append(src)
|
||||||
cmd.append('origin')
|
cmd.append('+refs/heads/*:refs/remotes/origin/*')
|
||||||
|
cmd.append('refs/tags/*:refs/tags/*')
|
||||||
|
|
||||||
proc = subprocess.Popen(cmd, cwd = local, stderr = err)
|
proc = subprocess.Popen(cmd, cwd = local, stderr = err)
|
||||||
if err:
|
if err:
|
||||||
@ -313,6 +366,62 @@ def _Fetch(local, quiet, *args):
|
|||||||
if proc.wait() != 0:
|
if proc.wait() != 0:
|
||||||
raise CloneFailure()
|
raise CloneFailure()
|
||||||
|
|
||||||
|
def _DownloadBundle(url, local, quiet):
|
||||||
|
if not url.endswith('/'):
|
||||||
|
url += '/'
|
||||||
|
url += 'clone.bundle'
|
||||||
|
|
||||||
|
proc = subprocess.Popen(
|
||||||
|
[GIT, 'config', '--get-regexp', 'url.*.insteadof'],
|
||||||
|
cwd = local,
|
||||||
|
stdout = subprocess.PIPE)
|
||||||
|
for line in proc.stdout:
|
||||||
|
m = re.compile(r'^url\.(.*)\.insteadof (.*)$').match(line)
|
||||||
|
if m:
|
||||||
|
new_url = m.group(1)
|
||||||
|
old_url = m.group(2)
|
||||||
|
if url.startswith(old_url):
|
||||||
|
url = new_url + url[len(old_url):]
|
||||||
|
break
|
||||||
|
proc.stdout.close()
|
||||||
|
proc.wait()
|
||||||
|
|
||||||
|
if not url.startswith('http:') and not url.startswith('https:'):
|
||||||
|
return False
|
||||||
|
|
||||||
|
dest = open(os.path.join(local, '.git', 'clone.bundle'), 'w+b')
|
||||||
|
try:
|
||||||
|
try:
|
||||||
|
r = urllib2.urlopen(url)
|
||||||
|
except urllib2.HTTPError, e:
|
||||||
|
if e.code == 404:
|
||||||
|
return False
|
||||||
|
print >>sys.stderr, 'fatal: Cannot get %s' % url
|
||||||
|
print >>sys.stderr, 'fatal: HTTP error %s' % e.code
|
||||||
|
raise CloneFailure()
|
||||||
|
except urllib2.URLError, e:
|
||||||
|
print >>sys.stderr, 'fatal: Cannot get %s' % url
|
||||||
|
print >>sys.stderr, 'fatal: error %s' % e.reason
|
||||||
|
raise CloneFailure()
|
||||||
|
try:
|
||||||
|
if not quiet:
|
||||||
|
print >>sys.stderr, 'Get %s' % url
|
||||||
|
while True:
|
||||||
|
buf = r.read(8192)
|
||||||
|
if buf == '':
|
||||||
|
return True
|
||||||
|
dest.write(buf)
|
||||||
|
finally:
|
||||||
|
r.close()
|
||||||
|
finally:
|
||||||
|
dest.close()
|
||||||
|
|
||||||
|
def _ImportBundle(local):
|
||||||
|
path = os.path.join(local, '.git', 'clone.bundle')
|
||||||
|
try:
|
||||||
|
_Fetch(local, local, path, True)
|
||||||
|
finally:
|
||||||
|
os.remove(path)
|
||||||
|
|
||||||
def _Clone(url, local, quiet):
|
def _Clone(url, local, quiet):
|
||||||
"""Clones a git repository to a new subdirectory of repodir
|
"""Clones a git repository to a new subdirectory of repodir
|
||||||
@ -340,11 +449,14 @@ def _Clone(url, local, quiet):
|
|||||||
print >>sys.stderr, 'fatal: could not create %s' % local
|
print >>sys.stderr, 'fatal: could not create %s' % local
|
||||||
raise CloneFailure()
|
raise CloneFailure()
|
||||||
|
|
||||||
|
_InitHttp()
|
||||||
_SetConfig(local, 'remote.origin.url', url)
|
_SetConfig(local, 'remote.origin.url', url)
|
||||||
_SetConfig(local, 'remote.origin.fetch',
|
_SetConfig(local, 'remote.origin.fetch',
|
||||||
'+refs/heads/*:refs/remotes/origin/*')
|
'+refs/heads/*:refs/remotes/origin/*')
|
||||||
_Fetch(local, quiet)
|
if _DownloadBundle(url, local, quiet):
|
||||||
_Fetch(local, quiet, '--tags')
|
_ImportBundle(local)
|
||||||
|
else:
|
||||||
|
_Fetch(url, local, 'origin', quiet)
|
||||||
|
|
||||||
|
|
||||||
def _Verify(cwd, branch, quiet):
|
def _Verify(cwd, branch, quiet):
|
||||||
@ -378,8 +490,8 @@ def _Verify(cwd, branch, quiet):
|
|||||||
% (branch, cur)
|
% (branch, cur)
|
||||||
print >>sys.stderr
|
print >>sys.stderr
|
||||||
|
|
||||||
env = dict(os.environ)
|
env = os.environ.copy()
|
||||||
env['GNUPGHOME'] = gpg_dir
|
env['GNUPGHOME'] = gpg_dir.encode()
|
||||||
|
|
||||||
cmd = [GIT, 'tag', '-v', cur]
|
cmd = [GIT, 'tag', '-v', cur]
|
||||||
proc = subprocess.Popen(cmd,
|
proc = subprocess.Popen(cmd,
|
||||||
@ -430,10 +542,14 @@ def _FindRepo():
|
|||||||
dir = os.getcwd()
|
dir = os.getcwd()
|
||||||
repo = None
|
repo = None
|
||||||
|
|
||||||
while dir != '/' and not repo:
|
olddir = None
|
||||||
|
while dir != '/' \
|
||||||
|
and dir != olddir \
|
||||||
|
and not repo:
|
||||||
repo = os.path.join(dir, repodir, REPO_MAIN)
|
repo = os.path.join(dir, repodir, REPO_MAIN)
|
||||||
if not os.path.isfile(repo):
|
if not os.path.isfile(repo):
|
||||||
repo = None
|
repo = None
|
||||||
|
olddir = dir
|
||||||
dir = os.path.dirname(dir)
|
dir = os.path.dirname(dir)
|
||||||
return (repo, os.path.join(dir, repodir))
|
return (repo, os.path.join(dir, repodir))
|
||||||
|
|
||||||
@ -479,6 +595,7 @@ def _Help(args):
|
|||||||
if args:
|
if args:
|
||||||
if args[0] == 'init':
|
if args[0] == 'init':
|
||||||
init_optparse.print_help()
|
init_optparse.print_help()
|
||||||
|
sys.exit(0)
|
||||||
else:
|
else:
|
||||||
print >>sys.stderr,\
|
print >>sys.stderr,\
|
||||||
"error: '%s' is not a bootstrap command.\n"\
|
"error: '%s' is not a bootstrap command.\n"\
|
||||||
@ -591,4 +708,3 @@ def main(orig_args):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main(sys.argv[1:])
|
main(sys.argv[1:])
|
||||||
|
|
||||||
|
@ -41,21 +41,30 @@ It is equivalent to "git branch -D <branchname>".
|
|||||||
|
|
||||||
nb = args[0]
|
nb = args[0]
|
||||||
err = []
|
err = []
|
||||||
|
success = []
|
||||||
all = self.GetProjects(args[1:])
|
all = self.GetProjects(args[1:])
|
||||||
|
|
||||||
pm = Progress('Abandon %s' % nb, len(all))
|
pm = Progress('Abandon %s' % nb, len(all))
|
||||||
for project in all:
|
for project in all:
|
||||||
pm.update()
|
pm.update()
|
||||||
if not project.AbandonBranch(nb):
|
|
||||||
err.append(project)
|
status = project.AbandonBranch(nb)
|
||||||
|
if status is not None:
|
||||||
|
if status:
|
||||||
|
success.append(project)
|
||||||
|
else:
|
||||||
|
err.append(project)
|
||||||
pm.end()
|
pm.end()
|
||||||
|
|
||||||
if err:
|
if err:
|
||||||
if len(err) == len(all):
|
for p in err:
|
||||||
print >>sys.stderr, 'error: no project has branch %s' % nb
|
print >>sys.stderr,\
|
||||||
else:
|
"error: %s/: cannot abandon %s" \
|
||||||
for p in err:
|
% (p.relpath, nb)
|
||||||
print >>sys.stderr,\
|
|
||||||
"error: %s/: cannot abandon %s" \
|
|
||||||
% (p.relpath, nb)
|
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
elif not success:
|
||||||
|
print >>sys.stderr, 'error: no project has branch %s' % nb
|
||||||
|
sys.exit(1)
|
||||||
|
else:
|
||||||
|
print >>sys.stderr, 'Abandoned in %d project(s):\n %s' % (
|
||||||
|
len(success), '\n '.join(p.relpath for p in success))
|
||||||
|
@ -38,21 +38,27 @@ The command is equivalent to:
|
|||||||
|
|
||||||
nb = args[0]
|
nb = args[0]
|
||||||
err = []
|
err = []
|
||||||
|
success = []
|
||||||
all = self.GetProjects(args[1:])
|
all = self.GetProjects(args[1:])
|
||||||
|
|
||||||
pm = Progress('Checkout %s' % nb, len(all))
|
pm = Progress('Checkout %s' % nb, len(all))
|
||||||
for project in all:
|
for project in all:
|
||||||
pm.update()
|
pm.update()
|
||||||
if not project.CheckoutBranch(nb):
|
|
||||||
err.append(project)
|
status = project.CheckoutBranch(nb)
|
||||||
|
if status is not None:
|
||||||
|
if status:
|
||||||
|
success.append(project)
|
||||||
|
else:
|
||||||
|
err.append(project)
|
||||||
pm.end()
|
pm.end()
|
||||||
|
|
||||||
if err:
|
if err:
|
||||||
if len(err) == len(all):
|
for p in err:
|
||||||
print >>sys.stderr, 'error: no project has branch %s' % nb
|
print >>sys.stderr,\
|
||||||
else:
|
"error: %s/: cannot checkout %s" \
|
||||||
for p in err:
|
% (p.relpath, nb)
|
||||||
print >>sys.stderr,\
|
sys.exit(1)
|
||||||
"error: %s/: cannot checkout %s" \
|
elif not success:
|
||||||
% (p.relpath, nb)
|
print >>sys.stderr, 'error: no project has branch %s' % nb
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
114
subcmds/cherry_pick.py
Normal file
114
subcmds/cherry_pick.py
Normal file
@ -0,0 +1,114 @@
|
|||||||
|
#
|
||||||
|
# Copyright (C) 2010 The Android Open Source Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
import sys, re, string, random, os
|
||||||
|
from command import Command
|
||||||
|
from git_command import GitCommand
|
||||||
|
|
||||||
|
CHANGE_ID_RE = re.compile(r'^\s*Change-Id: I([0-9a-f]{40})\s*$')
|
||||||
|
|
||||||
|
class CherryPick(Command):
|
||||||
|
common = True
|
||||||
|
helpSummary = "Cherry-pick a change."
|
||||||
|
helpUsage = """
|
||||||
|
%prog <sha1>
|
||||||
|
"""
|
||||||
|
helpDescription = """
|
||||||
|
'%prog' cherry-picks a change from one branch to another.
|
||||||
|
The change id will be updated, and a reference to the old
|
||||||
|
change id will be added.
|
||||||
|
"""
|
||||||
|
|
||||||
|
def _Options(self, p):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def Execute(self, opt, args):
|
||||||
|
if len(args) != 1:
|
||||||
|
self.Usage()
|
||||||
|
|
||||||
|
reference = args[0]
|
||||||
|
|
||||||
|
p = GitCommand(None,
|
||||||
|
['rev-parse', '--verify', reference],
|
||||||
|
capture_stdout = True,
|
||||||
|
capture_stderr = True)
|
||||||
|
if p.Wait() != 0:
|
||||||
|
print >>sys.stderr, p.stderr
|
||||||
|
sys.exit(1)
|
||||||
|
sha1 = p.stdout.strip()
|
||||||
|
|
||||||
|
p = GitCommand(None, ['cat-file', 'commit', sha1], capture_stdout=True)
|
||||||
|
if p.Wait() != 0:
|
||||||
|
print >>sys.stderr, "error: Failed to retrieve old commit message"
|
||||||
|
sys.exit(1)
|
||||||
|
old_msg = self._StripHeader(p.stdout)
|
||||||
|
|
||||||
|
p = GitCommand(None,
|
||||||
|
['cherry-pick', sha1],
|
||||||
|
capture_stdout = True,
|
||||||
|
capture_stderr = True)
|
||||||
|
status = p.Wait()
|
||||||
|
|
||||||
|
print >>sys.stdout, p.stdout
|
||||||
|
print >>sys.stderr, p.stderr
|
||||||
|
|
||||||
|
if status == 0:
|
||||||
|
# The cherry-pick was applied correctly. We just need to edit the
|
||||||
|
# commit message.
|
||||||
|
new_msg = self._Reformat(old_msg, sha1)
|
||||||
|
|
||||||
|
p = GitCommand(None, ['commit', '--amend', '-F', '-'],
|
||||||
|
provide_stdin = True,
|
||||||
|
capture_stdout = True,
|
||||||
|
capture_stderr = True)
|
||||||
|
p.stdin.write(new_msg)
|
||||||
|
if p.Wait() != 0:
|
||||||
|
print >>sys.stderr, "error: Failed to update commit message"
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
else:
|
||||||
|
print >>sys.stderr, """\
|
||||||
|
NOTE: When committing (please see above) and editing the commit message,
|
||||||
|
please remove the old Change-Id-line and add:
|
||||||
|
"""
|
||||||
|
print >>sys.stderr, self._GetReference(sha1)
|
||||||
|
print >>sys.stderr
|
||||||
|
|
||||||
|
def _IsChangeId(self, line):
|
||||||
|
return CHANGE_ID_RE.match(line)
|
||||||
|
|
||||||
|
def _GetReference(self, sha1):
|
||||||
|
return "(cherry picked from commit %s)" % sha1
|
||||||
|
|
||||||
|
def _StripHeader(self, commit_msg):
|
||||||
|
lines = commit_msg.splitlines()
|
||||||
|
return "\n".join(lines[lines.index("")+1:])
|
||||||
|
|
||||||
|
def _Reformat(self, old_msg, sha1):
|
||||||
|
new_msg = []
|
||||||
|
|
||||||
|
for line in old_msg.splitlines():
|
||||||
|
if not self._IsChangeId(line):
|
||||||
|
new_msg.append(line)
|
||||||
|
|
||||||
|
# Add a blank line between the message and the change id/reference
|
||||||
|
try:
|
||||||
|
if new_msg[-1].strip() != "":
|
||||||
|
new_msg.append("")
|
||||||
|
except IndexError:
|
||||||
|
pass
|
||||||
|
|
||||||
|
new_msg.append(self._GetReference(sha1))
|
||||||
|
return "\n".join(new_msg)
|
@ -20,8 +20,21 @@ class Diff(PagedCommand):
|
|||||||
helpSummary = "Show changes between commit and working tree"
|
helpSummary = "Show changes between commit and working tree"
|
||||||
helpUsage = """
|
helpUsage = """
|
||||||
%prog [<project>...]
|
%prog [<project>...]
|
||||||
|
|
||||||
|
The -u option causes '%prog' to generate diff output with file paths
|
||||||
|
relative to the repository root, so the output can be applied
|
||||||
|
to the Unix 'patch' command.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
def _Options(self, p):
|
||||||
|
def cmd(option, opt_str, value, parser):
|
||||||
|
setattr(parser.values, option.dest, list(parser.rargs))
|
||||||
|
while parser.rargs:
|
||||||
|
del parser.rargs[0]
|
||||||
|
p.add_option('-u', '--absolute',
|
||||||
|
dest='absolute', action='store_true',
|
||||||
|
help='Paths are relative to the repository root')
|
||||||
|
|
||||||
def Execute(self, opt, args):
|
def Execute(self, opt, args):
|
||||||
for project in self.GetProjects(args):
|
for project in self.GetProjects(args):
|
||||||
project.PrintWorkTreeDiff()
|
project.PrintWorkTreeDiff(opt.absolute)
|
||||||
|
@ -33,9 +33,20 @@ makes it available in your project's local working directory.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def _Options(self, p):
|
def _Options(self, p):
|
||||||
pass
|
p.add_option('-c','--cherry-pick',
|
||||||
|
dest='cherrypick', action='store_true',
|
||||||
|
help="cherry-pick instead of checkout")
|
||||||
|
p.add_option('-r','--revert',
|
||||||
|
dest='revert', action='store_true',
|
||||||
|
help="revert instead of checkout")
|
||||||
|
p.add_option('-f','--ff-only',
|
||||||
|
dest='ffonly', action='store_true',
|
||||||
|
help="force fast-forward merge")
|
||||||
|
|
||||||
def _ParseChangeIds(self, args):
|
def _ParseChangeIds(self, args):
|
||||||
|
if not args:
|
||||||
|
self.Usage()
|
||||||
|
|
||||||
to_get = []
|
to_get = []
|
||||||
project = None
|
project = None
|
||||||
|
|
||||||
@ -63,7 +74,7 @@ makes it available in your project's local working directory.
|
|||||||
% (project.name, change_id, ps_id)
|
% (project.name, change_id, ps_id)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if not dl.commits:
|
if not opt.revert and not dl.commits:
|
||||||
print >>sys.stderr, \
|
print >>sys.stderr, \
|
||||||
'[%s] change %d/%d has already been merged' \
|
'[%s] change %d/%d has already been merged' \
|
||||||
% (project.name, change_id, ps_id)
|
% (project.name, change_id, ps_id)
|
||||||
@ -75,4 +86,11 @@ makes it available in your project's local working directory.
|
|||||||
% (project.name, change_id, ps_id, len(dl.commits))
|
% (project.name, change_id, ps_id, len(dl.commits))
|
||||||
for c in dl.commits:
|
for c in dl.commits:
|
||||||
print >>sys.stderr, ' %s' % (c)
|
print >>sys.stderr, ' %s' % (c)
|
||||||
project._Checkout(dl.commit)
|
if opt.cherrypick:
|
||||||
|
project._CherryPick(dl.commit)
|
||||||
|
elif opt.revert:
|
||||||
|
project._Revert(dl.commit)
|
||||||
|
elif opt.ffonly:
|
||||||
|
project._FastForward(dl.commit, ffonly=True)
|
||||||
|
else:
|
||||||
|
project._Checkout(dl.commit)
|
||||||
|
@ -82,6 +82,11 @@ revision to a locally executed git command, use REPO_LREV.
|
|||||||
REPO_RREV is the name of the revision from the manifest, exactly
|
REPO_RREV is the name of the revision from the manifest, exactly
|
||||||
as written in the manifest.
|
as written in the manifest.
|
||||||
|
|
||||||
|
REPO__* are any extra environment variables, specified by the
|
||||||
|
"annotation" element under any project element. This can be useful
|
||||||
|
for differentiating trees based on user-specific criteria, or simply
|
||||||
|
annotating tree details.
|
||||||
|
|
||||||
shell positional arguments ($1, $2, .., $#) are set to any arguments
|
shell positional arguments ($1, $2, .., $#) are set to any arguments
|
||||||
following <command>.
|
following <command>.
|
||||||
|
|
||||||
@ -151,17 +156,19 @@ terminal and are not redirected.
|
|||||||
first = True
|
first = True
|
||||||
|
|
||||||
for project in self.GetProjects(args):
|
for project in self.GetProjects(args):
|
||||||
env = dict(os.environ.iteritems())
|
env = os.environ.copy()
|
||||||
def setenv(name, val):
|
def setenv(name, val):
|
||||||
if val is None:
|
if val is None:
|
||||||
val = ''
|
val = ''
|
||||||
env[name] = val
|
env[name] = val.encode()
|
||||||
|
|
||||||
setenv('REPO_PROJECT', project.name)
|
setenv('REPO_PROJECT', project.name)
|
||||||
setenv('REPO_PATH', project.relpath)
|
setenv('REPO_PATH', project.relpath)
|
||||||
setenv('REPO_REMOTE', project.remote.name)
|
setenv('REPO_REMOTE', project.remote.name)
|
||||||
setenv('REPO_LREV', project.GetRevisionId())
|
setenv('REPO_LREV', project.GetRevisionId())
|
||||||
setenv('REPO_RREV', project.revisionExpr)
|
setenv('REPO_RREV', project.revisionExpr)
|
||||||
|
for a in project.annotations:
|
||||||
|
setenv("REPO__%s" % (a.name), a.value)
|
||||||
|
|
||||||
if mirror:
|
if mirror:
|
||||||
setenv('GIT_DIR', project.gitdir)
|
setenv('GIT_DIR', project.gitdir)
|
||||||
@ -169,6 +176,12 @@ terminal and are not redirected.
|
|||||||
else:
|
else:
|
||||||
cwd = project.worktree
|
cwd = project.worktree
|
||||||
|
|
||||||
|
if not os.path.exists(cwd):
|
||||||
|
if (opt.project_header and opt.verbose) \
|
||||||
|
or not opt.project_header:
|
||||||
|
print >>sys.stderr, 'skipping %s/' % project.relpath
|
||||||
|
continue
|
||||||
|
|
||||||
if opt.project_header:
|
if opt.project_header:
|
||||||
stdin = subprocess.PIPE
|
stdin = subprocess.PIPE
|
||||||
stdout = subprocess.PIPE
|
stdout = subprocess.PIPE
|
||||||
|
@ -94,6 +94,8 @@ See 'repo help --all' for a complete list of recognized commands.
|
|||||||
body = getattr(cmd, bodyAttr)
|
body = getattr(cmd, bodyAttr)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return
|
return
|
||||||
|
if body == '' or body is None:
|
||||||
|
return
|
||||||
|
|
||||||
self.nl()
|
self.nl()
|
||||||
|
|
||||||
@ -163,6 +165,7 @@ See 'repo help --all' for a complete list of recognized commands.
|
|||||||
print >>sys.stderr, "repo: '%s' is not a repo command." % name
|
print >>sys.stderr, "repo: '%s' is not a repo command." % name
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
cmd.manifest = self.manifest
|
||||||
self._PrintCommandHelp(cmd)
|
self._PrintCommandHelp(cmd)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
103
subcmds/init.py
103
subcmds/init.py
@ -14,12 +14,16 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import platform
|
||||||
|
import re
|
||||||
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from color import Coloring
|
from color import Coloring
|
||||||
from command import InteractiveCommand, MirrorSafeCommand
|
from command import InteractiveCommand, MirrorSafeCommand
|
||||||
from error import ManifestParseError
|
from error import ManifestParseError
|
||||||
from project import SyncBuffer
|
from project import SyncBuffer
|
||||||
|
from git_config import GitConfig
|
||||||
from git_command import git_require, MIN_GIT_VERSION
|
from git_command import git_require, MIN_GIT_VERSION
|
||||||
|
|
||||||
class Init(InteractiveCommand, MirrorSafeCommand):
|
class Init(InteractiveCommand, MirrorSafeCommand):
|
||||||
@ -81,6 +85,18 @@ to update the working directory files.
|
|||||||
g.add_option('--reference',
|
g.add_option('--reference',
|
||||||
dest='reference',
|
dest='reference',
|
||||||
help='location of mirror directory', metavar='DIR')
|
help='location of mirror directory', metavar='DIR')
|
||||||
|
g.add_option('--depth', type='int', default=None,
|
||||||
|
dest='depth',
|
||||||
|
help='create a shallow clone with given depth; see git clone')
|
||||||
|
g.add_option('-g', '--groups',
|
||||||
|
dest='groups', default='default',
|
||||||
|
help='restrict manifest projects to ones with a specified group',
|
||||||
|
metavar='GROUP')
|
||||||
|
g.add_option('-p', '--platform',
|
||||||
|
dest='platform', default='auto',
|
||||||
|
help='restrict manifest projects to ones with a specified'
|
||||||
|
'platform group [auto|all|none|linux|darwin|...]',
|
||||||
|
metavar='PLATFORM')
|
||||||
|
|
||||||
# Tool
|
# Tool
|
||||||
g = p.add_option_group('repo Version options')
|
g = p.add_option_group('repo Version options')
|
||||||
@ -94,6 +110,12 @@ to update the working directory files.
|
|||||||
dest='no_repo_verify', action='store_true',
|
dest='no_repo_verify', action='store_true',
|
||||||
help='do not verify repo source code')
|
help='do not verify repo source code')
|
||||||
|
|
||||||
|
# Other
|
||||||
|
g = p.add_option_group('Other options')
|
||||||
|
g.add_option('--config-name',
|
||||||
|
dest='config_name', action="store_true", default=False,
|
||||||
|
help='Always prompt for name/e-mail')
|
||||||
|
|
||||||
def _SyncManifest(self, opt):
|
def _SyncManifest(self, opt):
|
||||||
m = self.manifest.manifestProject
|
m = self.manifest.manifestProject
|
||||||
is_new = not m.Exists
|
is_new = not m.Exists
|
||||||
@ -104,8 +126,8 @@ to update the working directory files.
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if not opt.quiet:
|
if not opt.quiet:
|
||||||
print >>sys.stderr, 'Getting manifest ...'
|
print >>sys.stderr, 'Get %s' \
|
||||||
print >>sys.stderr, ' from %s' % opt.manifest_url
|
% GitConfig.ForUser().UrlInsteadOf(opt.manifest_url)
|
||||||
m._InitGitDir()
|
m._InitGitDir()
|
||||||
|
|
||||||
if opt.manifest_branch:
|
if opt.manifest_branch:
|
||||||
@ -124,6 +146,27 @@ to update the working directory files.
|
|||||||
r.ResetFetch()
|
r.ResetFetch()
|
||||||
r.Save()
|
r.Save()
|
||||||
|
|
||||||
|
groups = re.split('[,\s]+', opt.groups)
|
||||||
|
all_platforms = ['linux', 'darwin']
|
||||||
|
platformize = lambda x: 'platform-' + x
|
||||||
|
if opt.platform == 'auto':
|
||||||
|
if (not opt.mirror and
|
||||||
|
not m.config.GetString('repo.mirror') == 'true'):
|
||||||
|
groups.append(platformize(platform.system().lower()))
|
||||||
|
elif opt.platform == 'all':
|
||||||
|
groups.extend(map(platformize, all_platforms))
|
||||||
|
elif opt.platform in all_platforms:
|
||||||
|
groups.extend(platformize(opt.platform))
|
||||||
|
elif opt.platform != 'none':
|
||||||
|
print >>sys.stderr, 'fatal: invalid platform flag'
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
groups = [x for x in groups if x]
|
||||||
|
groupstr = ','.join(groups)
|
||||||
|
if opt.platform == 'auto' and groupstr == 'default,platform-' + platform.system().lower():
|
||||||
|
groupstr = None
|
||||||
|
m.config.SetString('manifest.groups', groupstr)
|
||||||
|
|
||||||
if opt.reference:
|
if opt.reference:
|
||||||
m.config.SetString('repo.reference', opt.reference)
|
m.config.SetString('repo.reference', opt.reference)
|
||||||
|
|
||||||
@ -134,11 +177,19 @@ to update the working directory files.
|
|||||||
print >>sys.stderr, 'fatal: --mirror not supported on existing client'
|
print >>sys.stderr, 'fatal: --mirror not supported on existing client'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if not m.Sync_NetworkHalf():
|
if not m.Sync_NetworkHalf(is_new=is_new):
|
||||||
r = m.GetRemote(m.remote.name)
|
r = m.GetRemote(m.remote.name)
|
||||||
print >>sys.stderr, 'fatal: cannot obtain manifest %s' % r.url
|
print >>sys.stderr, 'fatal: cannot obtain manifest %s' % r.url
|
||||||
|
|
||||||
|
# Better delete the manifest git dir if we created it; otherwise next
|
||||||
|
# time (when user fixes problems) we won't go through the "is_new" logic.
|
||||||
|
if is_new:
|
||||||
|
shutil.rmtree(m.gitdir)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
if opt.manifest_branch:
|
||||||
|
m.MetaBranchSwitch(opt.manifest_branch)
|
||||||
|
|
||||||
syncbuf = SyncBuffer(m.config)
|
syncbuf = SyncBuffer(m.config)
|
||||||
m.Sync_LocalHalf(syncbuf)
|
m.Sync_LocalHalf(syncbuf)
|
||||||
syncbuf.Finish()
|
syncbuf.Finish()
|
||||||
@ -169,6 +220,24 @@ to update the working directory files.
|
|||||||
return value
|
return value
|
||||||
return a
|
return a
|
||||||
|
|
||||||
|
def _ShouldConfigureUser(self):
|
||||||
|
gc = self.manifest.globalConfig
|
||||||
|
mp = self.manifest.manifestProject
|
||||||
|
|
||||||
|
# If we don't have local settings, get from global.
|
||||||
|
if not mp.config.Has('user.name') or not mp.config.Has('user.email'):
|
||||||
|
if not gc.Has('user.name') or not gc.Has('user.email'):
|
||||||
|
return True
|
||||||
|
|
||||||
|
mp.config.SetString('user.name', gc.GetString('user.name'))
|
||||||
|
mp.config.SetString('user.email', gc.GetString('user.email'))
|
||||||
|
|
||||||
|
print ''
|
||||||
|
print 'Your identity is: %s <%s>' % (mp.config.GetString('user.name'),
|
||||||
|
mp.config.GetString('user.email'))
|
||||||
|
print 'If you want to change this, please re-run \'repo init\' with --config-name'
|
||||||
|
return False
|
||||||
|
|
||||||
def _ConfigureUser(self):
|
def _ConfigureUser(self):
|
||||||
mp = self.manifest.manifestProject
|
mp = self.manifest.manifestProject
|
||||||
|
|
||||||
@ -179,7 +248,7 @@ to update the working directory files.
|
|||||||
|
|
||||||
print ''
|
print ''
|
||||||
print 'Your identity is: %s <%s>' % (name, email)
|
print 'Your identity is: %s <%s>' % (name, email)
|
||||||
sys.stdout.write('is this correct [y/n]? ')
|
sys.stdout.write('is this correct [y/N]? ')
|
||||||
a = sys.stdin.readline().strip()
|
a = sys.stdin.readline().strip()
|
||||||
if a in ('yes', 'y', 't', 'true'):
|
if a in ('yes', 'y', 't', 'true'):
|
||||||
break
|
break
|
||||||
@ -221,20 +290,42 @@ to update the working directory files.
|
|||||||
out.printer(fg='black', attr=c)(' %-6s ', c)
|
out.printer(fg='black', attr=c)(' %-6s ', c)
|
||||||
out.nl()
|
out.nl()
|
||||||
|
|
||||||
sys.stdout.write('Enable color display in this user account (y/n)? ')
|
sys.stdout.write('Enable color display in this user account (y/N)? ')
|
||||||
a = sys.stdin.readline().strip().lower()
|
a = sys.stdin.readline().strip().lower()
|
||||||
if a in ('y', 'yes', 't', 'true', 'on'):
|
if a in ('y', 'yes', 't', 'true', 'on'):
|
||||||
gc.SetString('color.ui', 'auto')
|
gc.SetString('color.ui', 'auto')
|
||||||
|
|
||||||
|
def _ConfigureDepth(self, opt):
|
||||||
|
"""Configure the depth we'll sync down.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
opt: Options from optparse. We care about opt.depth.
|
||||||
|
"""
|
||||||
|
# Opt.depth will be non-None if user actually passed --depth to repo init.
|
||||||
|
if opt.depth is not None:
|
||||||
|
if opt.depth > 0:
|
||||||
|
# Positive values will set the depth.
|
||||||
|
depth = str(opt.depth)
|
||||||
|
else:
|
||||||
|
# Negative numbers will clear the depth; passing None to SetString
|
||||||
|
# will do that.
|
||||||
|
depth = None
|
||||||
|
|
||||||
|
# We store the depth in the main manifest project.
|
||||||
|
self.manifest.manifestProject.config.SetString('repo.depth', depth)
|
||||||
|
|
||||||
def Execute(self, opt, args):
|
def Execute(self, opt, args):
|
||||||
git_require(MIN_GIT_VERSION, fail=True)
|
git_require(MIN_GIT_VERSION, fail=True)
|
||||||
self._SyncManifest(opt)
|
self._SyncManifest(opt)
|
||||||
self._LinkManifest(opt.manifest_name)
|
self._LinkManifest(opt.manifest_name)
|
||||||
|
|
||||||
if os.isatty(0) and os.isatty(1) and not self.manifest.IsMirror:
|
if os.isatty(0) and os.isatty(1) and not self.manifest.IsMirror:
|
||||||
self._ConfigureUser()
|
if opt.config_name or self._ShouldConfigureUser():
|
||||||
|
self._ConfigureUser()
|
||||||
self._ConfigureColor()
|
self._ConfigureColor()
|
||||||
|
|
||||||
|
self._ConfigureDepth(opt)
|
||||||
|
|
||||||
if self.manifest.IsMirror:
|
if self.manifest.IsMirror:
|
||||||
type = 'mirror '
|
type = 'mirror '
|
||||||
else:
|
else:
|
||||||
|
48
subcmds/list.py
Normal file
48
subcmds/list.py
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
#
|
||||||
|
# Copyright (C) 2011 The Android Open Source Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
from command import Command, MirrorSafeCommand
|
||||||
|
|
||||||
|
class List(Command, MirrorSafeCommand):
|
||||||
|
common = True
|
||||||
|
helpSummary = "List projects and their associated directories"
|
||||||
|
helpUsage = """
|
||||||
|
%prog [<project>...]
|
||||||
|
"""
|
||||||
|
helpDescription = """
|
||||||
|
List all projects; pass '.' to list the project for the cwd.
|
||||||
|
|
||||||
|
This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'.
|
||||||
|
"""
|
||||||
|
|
||||||
|
def Execute(self, opt, args):
|
||||||
|
"""List all projects and the associated directories.
|
||||||
|
|
||||||
|
This may be possible to do with 'repo forall', but repo newbies have
|
||||||
|
trouble figuring that out. The idea here is that it should be more
|
||||||
|
discoverable.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
opt: The options. We don't take any.
|
||||||
|
args: Positional args. Can be a list of projects to list, or empty.
|
||||||
|
"""
|
||||||
|
projects = self.GetProjects(args)
|
||||||
|
|
||||||
|
lines = []
|
||||||
|
for project in projects:
|
||||||
|
lines.append("%s : %s" % (project.relpath, project.name))
|
||||||
|
|
||||||
|
lines.sort()
|
||||||
|
print '\n'.join(lines)
|
@ -52,6 +52,9 @@ branch but need to incorporate new upstream changes "underneath" them.
|
|||||||
p.add_option('--whitespace',
|
p.add_option('--whitespace',
|
||||||
dest='whitespace', action='store', metavar='WS',
|
dest='whitespace', action='store', metavar='WS',
|
||||||
help='Pass --whitespace to git rebase')
|
help='Pass --whitespace to git rebase')
|
||||||
|
p.add_option('--auto-stash',
|
||||||
|
dest='auto_stash', action='store_true',
|
||||||
|
help='Stash local modifications before starting')
|
||||||
|
|
||||||
def Execute(self, opt, args):
|
def Execute(self, opt, args):
|
||||||
all = self.GetProjects(args)
|
all = self.GetProjects(args)
|
||||||
@ -103,5 +106,23 @@ branch but need to incorporate new upstream changes "underneath" them.
|
|||||||
print >>sys.stderr, '# %s: rebasing %s -> %s' % \
|
print >>sys.stderr, '# %s: rebasing %s -> %s' % \
|
||||||
(project.relpath, cb, upbranch.LocalMerge)
|
(project.relpath, cb, upbranch.LocalMerge)
|
||||||
|
|
||||||
|
needs_stash = False
|
||||||
|
if opt.auto_stash:
|
||||||
|
stash_args = ["update-index", "--refresh", "-q"]
|
||||||
|
|
||||||
|
if GitCommand(project, stash_args).Wait() != 0:
|
||||||
|
needs_stash = True
|
||||||
|
# Dirty index, requires stash...
|
||||||
|
stash_args = ["stash"]
|
||||||
|
|
||||||
|
if GitCommand(project, stash_args).Wait() != 0:
|
||||||
|
return -1
|
||||||
|
|
||||||
if GitCommand(project, args).Wait() != 0:
|
if GitCommand(project, args).Wait() != 0:
|
||||||
return -1
|
return -1
|
||||||
|
|
||||||
|
if needs_stash:
|
||||||
|
stash_args.append('pop')
|
||||||
|
stash_args.append('--quiet')
|
||||||
|
if GitCommand(project, stash_args).Wait() != 0:
|
||||||
|
return -1
|
||||||
|
@ -55,6 +55,7 @@ need to be performed by an end-user.
|
|||||||
print >>sys.stderr, "error: can't update repo"
|
print >>sys.stderr, "error: can't update repo"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
rp.bare_git.gc('--auto')
|
||||||
_PostRepoFetch(rp,
|
_PostRepoFetch(rp,
|
||||||
no_repo_verify = opt.no_repo_verify,
|
no_repo_verify = opt.no_repo_verify,
|
||||||
verbose = True)
|
verbose = True)
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
from command import Command
|
from command import Command
|
||||||
|
from git_config import IsId
|
||||||
from git_command import git
|
from git_command import git
|
||||||
from progress import Progress
|
from progress import Progress
|
||||||
|
|
||||||
@ -56,6 +57,10 @@ revision specified in the manifest.
|
|||||||
pm = Progress('Starting %s' % nb, len(all))
|
pm = Progress('Starting %s' % nb, len(all))
|
||||||
for project in all:
|
for project in all:
|
||||||
pm.update()
|
pm.update()
|
||||||
|
# If the current revision is a specific SHA1 then we can't push back
|
||||||
|
# to it so substitute the manifest default revision instead.
|
||||||
|
if IsId(project.revisionExpr):
|
||||||
|
project.revisionExpr = self.manifest.default.revisionExpr
|
||||||
if not project.StartBranch(nb):
|
if not project.StartBranch(nb):
|
||||||
err.append(project)
|
err.append(project)
|
||||||
pm.end()
|
pm.end()
|
||||||
|
@ -15,6 +15,15 @@
|
|||||||
|
|
||||||
from command import PagedCommand
|
from command import PagedCommand
|
||||||
|
|
||||||
|
try:
|
||||||
|
import threading as _threading
|
||||||
|
except ImportError:
|
||||||
|
import dummy_threading as _threading
|
||||||
|
|
||||||
|
import itertools
|
||||||
|
import sys
|
||||||
|
import StringIO
|
||||||
|
|
||||||
class Status(PagedCommand):
|
class Status(PagedCommand):
|
||||||
common = True
|
common = True
|
||||||
helpSummary = "Show the working tree status"
|
helpSummary = "Show the working tree status"
|
||||||
@ -27,6 +36,9 @@ and the most recent commit on this branch (HEAD), in each project
|
|||||||
specified. A summary is displayed, one line per file where there
|
specified. A summary is displayed, one line per file where there
|
||||||
is a difference between these three states.
|
is a difference between these three states.
|
||||||
|
|
||||||
|
The -j/--jobs option can be used to run multiple status queries
|
||||||
|
in parallel.
|
||||||
|
|
||||||
Status Display
|
Status Display
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@ -60,26 +72,60 @@ the following meanings:
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
def _Options(self, p):
|
||||||
|
p.add_option('-j', '--jobs',
|
||||||
|
dest='jobs', action='store', type='int', default=2,
|
||||||
|
help="number of projects to check simultaneously")
|
||||||
|
|
||||||
|
def _StatusHelper(self, project, clean_counter, sem, output):
|
||||||
|
"""Obtains the status for a specific project.
|
||||||
|
|
||||||
|
Obtains the status for a project, redirecting the output to
|
||||||
|
the specified object. It will release the semaphore
|
||||||
|
when done.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
project: Project to get status of.
|
||||||
|
clean_counter: Counter for clean projects.
|
||||||
|
sem: Semaphore, will call release() when complete.
|
||||||
|
output: Where to output the status.
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
state = project.PrintWorkTreeStatus(output)
|
||||||
|
if state == 'CLEAN':
|
||||||
|
clean_counter.next()
|
||||||
|
finally:
|
||||||
|
sem.release()
|
||||||
|
|
||||||
def Execute(self, opt, args):
|
def Execute(self, opt, args):
|
||||||
all = self.GetProjects(args)
|
all = self.GetProjects(args)
|
||||||
clean = 0
|
counter = itertools.count()
|
||||||
|
|
||||||
on = {}
|
if opt.jobs == 1:
|
||||||
for project in all:
|
for project in all:
|
||||||
cb = project.CurrentBranch
|
state = project.PrintWorkTreeStatus()
|
||||||
if cb:
|
if state == 'CLEAN':
|
||||||
if cb not in on:
|
counter.next()
|
||||||
on[cb] = []
|
else:
|
||||||
on[cb].append(project)
|
sem = _threading.Semaphore(opt.jobs)
|
||||||
|
threads_and_output = []
|
||||||
|
for project in all:
|
||||||
|
sem.acquire()
|
||||||
|
|
||||||
branch_names = list(on.keys())
|
class BufList(StringIO.StringIO):
|
||||||
branch_names.sort()
|
def dump(self, ostream):
|
||||||
for cb in branch_names:
|
for entry in self.buflist:
|
||||||
print '# on branch %s' % cb
|
ostream.write(entry)
|
||||||
|
|
||||||
for project in all:
|
output = BufList()
|
||||||
state = project.PrintWorkTreeStatus()
|
|
||||||
if state == 'CLEAN':
|
t = _threading.Thread(target=self._StatusHelper,
|
||||||
clean += 1
|
args=(project, counter, sem, output))
|
||||||
if len(all) == clean:
|
threads_and_output.append((t, output))
|
||||||
|
t.start()
|
||||||
|
for (t, output) in threads_and_output:
|
||||||
|
t.join()
|
||||||
|
output.dump(sys.stdout)
|
||||||
|
output.close()
|
||||||
|
if len(all) == counter.next():
|
||||||
print 'nothing to commit (working directory clean)'
|
print 'nothing to commit (working directory clean)'
|
||||||
|
181
subcmds/sync.py
181
subcmds/sync.py
@ -28,6 +28,14 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import dummy_threading as _threading
|
import dummy_threading as _threading
|
||||||
|
|
||||||
|
try:
|
||||||
|
import resource
|
||||||
|
def _rlimit_nofile():
|
||||||
|
return resource.getrlimit(resource.RLIMIT_NOFILE)
|
||||||
|
except ImportError:
|
||||||
|
def _rlimit_nofile():
|
||||||
|
return (256, 256)
|
||||||
|
|
||||||
from git_command import GIT
|
from git_command import GIT
|
||||||
from git_refs import R_HEADS
|
from git_refs import R_HEADS
|
||||||
from project import HEAD
|
from project import HEAD
|
||||||
@ -39,6 +47,10 @@ from project import R_HEADS
|
|||||||
from project import SyncBuffer
|
from project import SyncBuffer
|
||||||
from progress import Progress
|
from progress import Progress
|
||||||
|
|
||||||
|
class _FetchError(Exception):
|
||||||
|
"""Internal error thrown in _FetchHelper() when we don't want stack trace."""
|
||||||
|
pass
|
||||||
|
|
||||||
class Sync(Command, MirrorSafeCommand):
|
class Sync(Command, MirrorSafeCommand):
|
||||||
jobs = 1
|
jobs = 1
|
||||||
common = True
|
common = True
|
||||||
@ -68,11 +80,18 @@ revision is temporarily needed.
|
|||||||
|
|
||||||
The -s/--smart-sync option can be used to sync to a known good
|
The -s/--smart-sync option can be used to sync to a known good
|
||||||
build as specified by the manifest-server element in the current
|
build as specified by the manifest-server element in the current
|
||||||
manifest.
|
manifest. The -t/--smart-tag option is similar and allows you to
|
||||||
|
specify a custom tag/label.
|
||||||
|
|
||||||
The -f/--force-broken option can be used to proceed with syncing
|
The -f/--force-broken option can be used to proceed with syncing
|
||||||
other projects if a project sync fails.
|
other projects if a project sync fails.
|
||||||
|
|
||||||
|
The --no-clone-bundle option disables any attempt to use
|
||||||
|
$URL/clone.bundle to bootstrap a new Git repository from a
|
||||||
|
resumeable bundle file on a content delivery network. This
|
||||||
|
may be necessary if there are problems with the local Python
|
||||||
|
HTTP client or proxy configuration, but the Git binary works.
|
||||||
|
|
||||||
SSH Connections
|
SSH Connections
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
@ -104,6 +123,8 @@ later is required to fix a server side protocol bug.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def _Options(self, p, show_smart=True):
|
def _Options(self, p, show_smart=True):
|
||||||
|
self.jobs = self.manifest.default.sync_j
|
||||||
|
|
||||||
p.add_option('-f', '--force-broken',
|
p.add_option('-f', '--force-broken',
|
||||||
dest='force_broken', action='store_true',
|
dest='force_broken', action='store_true',
|
||||||
help="continue sync even if a project fails to sync")
|
help="continue sync even if a project fails to sync")
|
||||||
@ -116,16 +137,28 @@ later is required to fix a server side protocol bug.
|
|||||||
p.add_option('-d','--detach',
|
p.add_option('-d','--detach',
|
||||||
dest='detach_head', action='store_true',
|
dest='detach_head', action='store_true',
|
||||||
help='detach projects back to manifest revision')
|
help='detach projects back to manifest revision')
|
||||||
|
p.add_option('-c','--current-branch',
|
||||||
|
dest='current_branch_only', action='store_true',
|
||||||
|
help='fetch only current branch from server')
|
||||||
p.add_option('-q','--quiet',
|
p.add_option('-q','--quiet',
|
||||||
dest='quiet', action='store_true',
|
dest='quiet', action='store_true',
|
||||||
help='be more quiet')
|
help='be more quiet')
|
||||||
p.add_option('-j','--jobs',
|
p.add_option('-j','--jobs',
|
||||||
dest='jobs', action='store', type='int',
|
dest='jobs', action='store', type='int',
|
||||||
help="number of projects to fetch simultaneously")
|
help="projects to fetch simultaneously (default %d)" % self.jobs)
|
||||||
|
p.add_option('-m', '--manifest-name',
|
||||||
|
dest='manifest_name',
|
||||||
|
help='temporary manifest to use for this sync', metavar='NAME.xml')
|
||||||
|
p.add_option('--no-clone-bundle',
|
||||||
|
dest='no_clone_bundle', action='store_true',
|
||||||
|
help='disable use of /clone.bundle on HTTP/HTTPS')
|
||||||
if show_smart:
|
if show_smart:
|
||||||
p.add_option('-s', '--smart-sync',
|
p.add_option('-s', '--smart-sync',
|
||||||
dest='smart_sync', action='store_true',
|
dest='smart_sync', action='store_true',
|
||||||
help='smart sync using manifest from a known good build')
|
help='smart sync using manifest from a known good build')
|
||||||
|
p.add_option('-t', '--smart-tag',
|
||||||
|
dest='smart_tag', action='store',
|
||||||
|
help='smart sync using manifest from a known tag')
|
||||||
|
|
||||||
g = p.add_option_group('repo Version options')
|
g = p.add_option_group('repo Version options')
|
||||||
g.add_option('--no-repo-verify',
|
g.add_option('--no-repo-verify',
|
||||||
@ -135,20 +168,60 @@ later is required to fix a server side protocol bug.
|
|||||||
dest='repo_upgraded', action='store_true',
|
dest='repo_upgraded', action='store_true',
|
||||||
help=SUPPRESS_HELP)
|
help=SUPPRESS_HELP)
|
||||||
|
|
||||||
def _FetchHelper(self, opt, project, lock, fetched, pm, sem):
|
def _FetchHelper(self, opt, project, lock, fetched, pm, sem, err_event):
|
||||||
if not project.Sync_NetworkHalf(quiet=opt.quiet):
|
"""Main function of the fetch threads when jobs are > 1.
|
||||||
print >>sys.stderr, 'error: Cannot fetch %s' % project.name
|
|
||||||
if opt.force_broken:
|
|
||||||
print >>sys.stderr, 'warn: --force-broken, continuing to sync'
|
|
||||||
else:
|
|
||||||
sem.release()
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
lock.acquire()
|
Args:
|
||||||
fetched.add(project.gitdir)
|
opt: Program options returned from optparse. See _Options().
|
||||||
pm.update()
|
project: Project object for the project to fetch.
|
||||||
lock.release()
|
lock: Lock for accessing objects that are shared amongst multiple
|
||||||
sem.release()
|
_FetchHelper() threads.
|
||||||
|
fetched: set object that we will add project.gitdir to when we're done
|
||||||
|
(with our lock held).
|
||||||
|
pm: Instance of a Project object. We will call pm.update() (with our
|
||||||
|
lock held).
|
||||||
|
sem: We'll release() this semaphore when we exit so that another thread
|
||||||
|
can be started up.
|
||||||
|
err_event: We'll set this event in the case of an error (after printing
|
||||||
|
out info about the error).
|
||||||
|
"""
|
||||||
|
# We'll set to true once we've locked the lock.
|
||||||
|
did_lock = False
|
||||||
|
|
||||||
|
# Encapsulate everything in a try/except/finally so that:
|
||||||
|
# - We always set err_event in the case of an exception.
|
||||||
|
# - We always make sure we call sem.release().
|
||||||
|
# - We always make sure we unlock the lock if we locked it.
|
||||||
|
try:
|
||||||
|
try:
|
||||||
|
success = project.Sync_NetworkHalf(
|
||||||
|
quiet=opt.quiet,
|
||||||
|
current_branch_only=opt.current_branch_only,
|
||||||
|
clone_bundle=not opt.no_clone_bundle)
|
||||||
|
|
||||||
|
# Lock around all the rest of the code, since printing, updating a set
|
||||||
|
# and Progress.update() are not thread safe.
|
||||||
|
lock.acquire()
|
||||||
|
did_lock = True
|
||||||
|
|
||||||
|
if not success:
|
||||||
|
print >>sys.stderr, 'error: Cannot fetch %s' % project.name
|
||||||
|
if opt.force_broken:
|
||||||
|
print >>sys.stderr, 'warn: --force-broken, continuing to sync'
|
||||||
|
else:
|
||||||
|
raise _FetchError()
|
||||||
|
|
||||||
|
fetched.add(project.gitdir)
|
||||||
|
pm.update()
|
||||||
|
except _FetchError:
|
||||||
|
err_event.set()
|
||||||
|
except:
|
||||||
|
err_event.set()
|
||||||
|
raise
|
||||||
|
finally:
|
||||||
|
if did_lock:
|
||||||
|
lock.release()
|
||||||
|
sem.release()
|
||||||
|
|
||||||
def _Fetch(self, projects, opt):
|
def _Fetch(self, projects, opt):
|
||||||
fetched = set()
|
fetched = set()
|
||||||
@ -157,7 +230,8 @@ later is required to fix a server side protocol bug.
|
|||||||
if self.jobs == 1:
|
if self.jobs == 1:
|
||||||
for project in projects:
|
for project in projects:
|
||||||
pm.update()
|
pm.update()
|
||||||
if project.Sync_NetworkHalf(quiet=opt.quiet):
|
if project.Sync_NetworkHalf(quiet=opt.quiet,
|
||||||
|
current_branch_only=opt.current_branch_only):
|
||||||
fetched.add(project.gitdir)
|
fetched.add(project.gitdir)
|
||||||
else:
|
else:
|
||||||
print >>sys.stderr, 'error: Cannot fetch %s' % project.name
|
print >>sys.stderr, 'error: Cannot fetch %s' % project.name
|
||||||
@ -169,7 +243,13 @@ later is required to fix a server side protocol bug.
|
|||||||
threads = set()
|
threads = set()
|
||||||
lock = _threading.Lock()
|
lock = _threading.Lock()
|
||||||
sem = _threading.Semaphore(self.jobs)
|
sem = _threading.Semaphore(self.jobs)
|
||||||
|
err_event = _threading.Event()
|
||||||
for project in projects:
|
for project in projects:
|
||||||
|
# Check for any errors before starting any new threads.
|
||||||
|
# ...we'll let existing threads finish, though.
|
||||||
|
if err_event.isSet():
|
||||||
|
break
|
||||||
|
|
||||||
sem.acquire()
|
sem.acquire()
|
||||||
t = _threading.Thread(target = self._FetchHelper,
|
t = _threading.Thread(target = self._FetchHelper,
|
||||||
args = (opt,
|
args = (opt,
|
||||||
@ -177,19 +257,27 @@ later is required to fix a server side protocol bug.
|
|||||||
lock,
|
lock,
|
||||||
fetched,
|
fetched,
|
||||||
pm,
|
pm,
|
||||||
sem))
|
sem,
|
||||||
|
err_event))
|
||||||
threads.add(t)
|
threads.add(t)
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
for t in threads:
|
for t in threads:
|
||||||
t.join()
|
t.join()
|
||||||
|
|
||||||
|
# If we saw an error, exit with code 1 so that other scripts can check.
|
||||||
|
if err_event.isSet():
|
||||||
|
print >>sys.stderr, '\nerror: Exited sync due to fetch errors'
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
pm.end()
|
pm.end()
|
||||||
|
for project in projects:
|
||||||
|
project.bare_git.gc('--auto')
|
||||||
return fetched
|
return fetched
|
||||||
|
|
||||||
def UpdateProjectList(self):
|
def UpdateProjectList(self):
|
||||||
new_project_paths = []
|
new_project_paths = []
|
||||||
for project in self.manifest.projects.values():
|
for project in self.GetProjects(None, missing_ok=True):
|
||||||
if project.relpath:
|
if project.relpath:
|
||||||
new_project_paths.append(project.relpath)
|
new_project_paths.append(project.relpath)
|
||||||
file_name = 'project.list'
|
file_name = 'project.list'
|
||||||
@ -218,7 +306,8 @@ later is required to fix a server side protocol bug.
|
|||||||
worktree = os.path.join(self.manifest.topdir, path),
|
worktree = os.path.join(self.manifest.topdir, path),
|
||||||
relpath = path,
|
relpath = path,
|
||||||
revisionExpr = 'HEAD',
|
revisionExpr = 'HEAD',
|
||||||
revisionId = None)
|
revisionId = None,
|
||||||
|
groups = None)
|
||||||
|
|
||||||
if project.IsDirty():
|
if project.IsDirty():
|
||||||
print >>sys.stderr, 'error: Cannot remove project "%s": \
|
print >>sys.stderr, 'error: Cannot remove project "%s": \
|
||||||
@ -249,34 +338,51 @@ uncommitted changes are present' % project.relpath
|
|||||||
def Execute(self, opt, args):
|
def Execute(self, opt, args):
|
||||||
if opt.jobs:
|
if opt.jobs:
|
||||||
self.jobs = opt.jobs
|
self.jobs = opt.jobs
|
||||||
|
if self.jobs > 1:
|
||||||
|
soft_limit, _ = _rlimit_nofile()
|
||||||
|
self.jobs = min(self.jobs, (soft_limit - 5) / 3)
|
||||||
|
|
||||||
if opt.network_only and opt.detach_head:
|
if opt.network_only and opt.detach_head:
|
||||||
print >>sys.stderr, 'error: cannot combine -n and -d'
|
print >>sys.stderr, 'error: cannot combine -n and -d'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
if opt.network_only and opt.local_only:
|
if opt.network_only and opt.local_only:
|
||||||
print >>sys.stderr, 'error: cannot combine -n and -l'
|
print >>sys.stderr, 'error: cannot combine -n and -l'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
if opt.manifest_name and opt.smart_sync:
|
||||||
|
print >>sys.stderr, 'error: cannot combine -m and -s'
|
||||||
|
sys.exit(1)
|
||||||
|
if opt.manifest_name and opt.smart_tag:
|
||||||
|
print >>sys.stderr, 'error: cannot combine -m and -t'
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
if opt.smart_sync:
|
if opt.manifest_name:
|
||||||
|
self.manifest.Override(opt.manifest_name)
|
||||||
|
|
||||||
|
if opt.smart_sync or opt.smart_tag:
|
||||||
if not self.manifest.manifest_server:
|
if not self.manifest.manifest_server:
|
||||||
print >>sys.stderr, \
|
print >>sys.stderr, \
|
||||||
'error: cannot smart sync: no manifest server defined in manifest'
|
'error: cannot smart sync: no manifest server defined in manifest'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
try:
|
try:
|
||||||
server = xmlrpclib.Server(self.manifest.manifest_server)
|
server = xmlrpclib.Server(self.manifest.manifest_server)
|
||||||
p = self.manifest.manifestProject
|
if opt.smart_sync:
|
||||||
b = p.GetBranch(p.CurrentBranch)
|
p = self.manifest.manifestProject
|
||||||
branch = b.merge
|
b = p.GetBranch(p.CurrentBranch)
|
||||||
if branch.startswith(R_HEADS):
|
branch = b.merge
|
||||||
branch = branch[len(R_HEADS):]
|
if branch.startswith(R_HEADS):
|
||||||
|
branch = branch[len(R_HEADS):]
|
||||||
|
|
||||||
env = dict(os.environ)
|
env = os.environ.copy()
|
||||||
if (env.has_key('TARGET_PRODUCT') and
|
if (env.has_key('TARGET_PRODUCT') and
|
||||||
env.has_key('TARGET_BUILD_VARIANT')):
|
env.has_key('TARGET_BUILD_VARIANT')):
|
||||||
target = '%s-%s' % (env['TARGET_PRODUCT'],
|
target = '%s-%s' % (env['TARGET_PRODUCT'],
|
||||||
env['TARGET_BUILD_VARIANT'])
|
env['TARGET_BUILD_VARIANT'])
|
||||||
[success, manifest_str] = server.GetApprovedManifest(branch, target)
|
[success, manifest_str] = server.GetApprovedManifest(branch, target)
|
||||||
|
else:
|
||||||
|
[success, manifest_str] = server.GetApprovedManifest(branch)
|
||||||
else:
|
else:
|
||||||
[success, manifest_str] = server.GetApprovedManifest(branch)
|
assert(opt.smart_tag)
|
||||||
|
[success, manifest_str] = server.GetManifest(opt.smart_tag)
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
manifest_name = "smart_sync_override.xml"
|
manifest_name = "smart_sync_override.xml"
|
||||||
@ -311,7 +417,8 @@ uncommitted changes are present' % project.relpath
|
|||||||
_PostRepoUpgrade(self.manifest)
|
_PostRepoUpgrade(self.manifest)
|
||||||
|
|
||||||
if not opt.local_only:
|
if not opt.local_only:
|
||||||
mp.Sync_NetworkHalf(quiet=opt.quiet)
|
mp.Sync_NetworkHalf(quiet=opt.quiet,
|
||||||
|
current_branch_only=opt.current_branch_only)
|
||||||
|
|
||||||
if mp.HasChanges:
|
if mp.HasChanges:
|
||||||
syncbuf = SyncBuffer(mp.config)
|
syncbuf = SyncBuffer(mp.config)
|
||||||
@ -319,6 +426,8 @@ uncommitted changes are present' % project.relpath
|
|||||||
if not syncbuf.Finish():
|
if not syncbuf.Finish():
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
self.manifest._Unload()
|
self.manifest._Unload()
|
||||||
|
if opt.jobs is None:
|
||||||
|
self.jobs = self.manifest.default.sync_j
|
||||||
all = self.GetProjects(args, missing_ok=True)
|
all = self.GetProjects(args, missing_ok=True)
|
||||||
|
|
||||||
if not opt.local_only:
|
if not opt.local_only:
|
||||||
@ -413,9 +522,9 @@ warning: Cannot automatically authenticate repo."""
|
|||||||
% (project.name, rev)
|
% (project.name, rev)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
env = dict(os.environ)
|
env = os.environ.copy()
|
||||||
env['GIT_DIR'] = project.gitdir
|
env['GIT_DIR'] = project.gitdir.encode()
|
||||||
env['GNUPGHOME'] = gpg_dir
|
env['GNUPGHOME'] = gpg_dir.encode()
|
||||||
|
|
||||||
cmd = [GIT, 'tag', '-v', cur]
|
cmd = [GIT, 'tag', '-v', cur]
|
||||||
proc = subprocess.Popen(cmd,
|
proc = subprocess.Popen(cmd,
|
||||||
|
@ -19,7 +19,8 @@ import sys
|
|||||||
|
|
||||||
from command import InteractiveCommand
|
from command import InteractiveCommand
|
||||||
from editor import Editor
|
from editor import Editor
|
||||||
from error import UploadError
|
from error import HookError, UploadError
|
||||||
|
from project import RepoHook
|
||||||
|
|
||||||
UNUSUAL_COMMIT_THRESHOLD = 5
|
UNUSUAL_COMMIT_THRESHOLD = 5
|
||||||
|
|
||||||
@ -72,7 +73,7 @@ Configuration
|
|||||||
|
|
||||||
review.URL.autoupload:
|
review.URL.autoupload:
|
||||||
|
|
||||||
To disable the "Upload ... (y/n)?" prompt, you can set a per-project
|
To disable the "Upload ... (y/N)?" prompt, you can set a per-project
|
||||||
or global Git configuration option. If review.URL.autoupload is set
|
or global Git configuration option. If review.URL.autoupload is set
|
||||||
to "true" then repo will assume you always answer "y" at the prompt,
|
to "true" then repo will assume you always answer "y" at the prompt,
|
||||||
and will not prompt you further. If it is set to "false" then repo
|
and will not prompt you further. If it is set to "false" then repo
|
||||||
@ -102,6 +103,14 @@ or in the .git/config within the project. For example:
|
|||||||
autoupload = true
|
autoupload = true
|
||||||
autocopy = johndoe@company.com,my-team-alias@company.com
|
autocopy = johndoe@company.com,my-team-alias@company.com
|
||||||
|
|
||||||
|
review.URL.uploadtopic:
|
||||||
|
|
||||||
|
To add a topic branch whenever uploading a commit, you can set a
|
||||||
|
per-project or global Git option to do so. If review.URL.uploadtopic
|
||||||
|
is set to "true" then repo will assume you always want the equivalent
|
||||||
|
of the -t option to the repo command. If unset or set to "false" then
|
||||||
|
repo will make use of only the command line option.
|
||||||
|
|
||||||
References
|
References
|
||||||
----------
|
----------
|
||||||
|
|
||||||
@ -119,6 +128,35 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
p.add_option('--cc',
|
p.add_option('--cc',
|
||||||
type='string', action='append', dest='cc',
|
type='string', action='append', dest='cc',
|
||||||
help='Also send email to these email addresses.')
|
help='Also send email to these email addresses.')
|
||||||
|
p.add_option('--br',
|
||||||
|
type='string', action='store', dest='branch',
|
||||||
|
help='Branch to upload.')
|
||||||
|
p.add_option('--cbr', '--current-branch',
|
||||||
|
dest='current_branch', action='store_true',
|
||||||
|
help='Upload current git branch.')
|
||||||
|
|
||||||
|
# Options relating to upload hook. Note that verify and no-verify are NOT
|
||||||
|
# opposites of each other, which is why they store to different locations.
|
||||||
|
# We are using them to match 'git commit' syntax.
|
||||||
|
#
|
||||||
|
# Combinations:
|
||||||
|
# - no-verify=False, verify=False (DEFAULT):
|
||||||
|
# If stdout is a tty, can prompt about running upload hooks if needed.
|
||||||
|
# If user denies running hooks, the upload is cancelled. If stdout is
|
||||||
|
# not a tty and we would need to prompt about upload hooks, upload is
|
||||||
|
# cancelled.
|
||||||
|
# - no-verify=False, verify=True:
|
||||||
|
# Always run upload hooks with no prompt.
|
||||||
|
# - no-verify=True, verify=False:
|
||||||
|
# Never run upload hooks, but upload anyway (AKA bypass hooks).
|
||||||
|
# - no-verify=True, verify=True:
|
||||||
|
# Invalid
|
||||||
|
p.add_option('--no-verify',
|
||||||
|
dest='bypass_hooks', action='store_true',
|
||||||
|
help='Do not run the upload hook.')
|
||||||
|
p.add_option('--verify',
|
||||||
|
dest='allow_all_hooks', action='store_true',
|
||||||
|
help='Run the upload hook without prompting.')
|
||||||
|
|
||||||
def _SingleBranch(self, opt, branch, people):
|
def _SingleBranch(self, opt, branch, people):
|
||||||
project = branch.project
|
project = branch.project
|
||||||
@ -135,7 +173,7 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
date = branch.date
|
date = branch.date
|
||||||
list = branch.commits
|
list = branch.commits
|
||||||
|
|
||||||
print 'Upload project %s/:' % project.relpath
|
print 'Upload project %s/ to remote branch %s:' % (project.relpath, project.revisionExpr)
|
||||||
print ' branch %s (%2d commit%s, %s):' % (
|
print ' branch %s (%2d commit%s, %s):' % (
|
||||||
name,
|
name,
|
||||||
len(list),
|
len(list),
|
||||||
@ -144,7 +182,7 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
for commit in list:
|
for commit in list:
|
||||||
print ' %s' % commit
|
print ' %s' % commit
|
||||||
|
|
||||||
sys.stdout.write('to %s (y/n)? ' % remote.review)
|
sys.stdout.write('to %s (y/N)? ' % remote.review)
|
||||||
answer = sys.stdin.readline().strip()
|
answer = sys.stdin.readline().strip()
|
||||||
answer = answer in ('y', 'Y', 'yes', '1', 'true', 't')
|
answer = answer in ('y', 'Y', 'yes', '1', 'true', 't')
|
||||||
|
|
||||||
@ -175,11 +213,12 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
|
|
||||||
if b:
|
if b:
|
||||||
script.append('#')
|
script.append('#')
|
||||||
script.append('# branch %s (%2d commit%s, %s):' % (
|
script.append('# branch %s (%2d commit%s, %s) to remote branch %s:' % (
|
||||||
name,
|
name,
|
||||||
len(list),
|
len(list),
|
||||||
len(list) != 1 and 's' or '',
|
len(list) != 1 and 's' or '',
|
||||||
date))
|
date,
|
||||||
|
project.revisionExpr))
|
||||||
for commit in list:
|
for commit in list:
|
||||||
script.append('# %s' % commit)
|
script.append('# %s' % commit)
|
||||||
b[name] = branch
|
b[name] = branch
|
||||||
@ -188,6 +227,11 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
branches[project.name] = b
|
branches[project.name] = b
|
||||||
script.append('')
|
script.append('')
|
||||||
|
|
||||||
|
script = [ x.encode('utf-8')
|
||||||
|
if issubclass(type(x), unicode)
|
||||||
|
else x
|
||||||
|
for x in script ]
|
||||||
|
|
||||||
script = Editor.EditString("\n".join(script)).split("\n")
|
script = Editor.EditString("\n".join(script)).split("\n")
|
||||||
|
|
||||||
project_re = re.compile(r'^#?\s*project\s*([^\s]+)/:$')
|
project_re = re.compile(r'^#?\s*project\s*([^\s]+)/:$')
|
||||||
@ -267,7 +311,7 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
|
|
||||||
# if they want to auto upload, let's not ask because it could be automated
|
# if they want to auto upload, let's not ask because it could be automated
|
||||||
if answer is None:
|
if answer is None:
|
||||||
sys.stdout.write('Uncommitted changes in ' + branch.project.name + ' (did you forget to amend?). Continue uploading? (y/n) ')
|
sys.stdout.write('Uncommitted changes in ' + branch.project.name + ' (did you forget to amend?). Continue uploading? (y/N) ')
|
||||||
a = sys.stdin.readline().strip().lower()
|
a = sys.stdin.readline().strip().lower()
|
||||||
if a not in ('y', 'yes', 't', 'true', 'on'):
|
if a not in ('y', 'yes', 't', 'true', 'on'):
|
||||||
print >>sys.stderr, "skipping upload"
|
print >>sys.stderr, "skipping upload"
|
||||||
@ -275,6 +319,11 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
branch.error = 'User aborted'
|
branch.error = 'User aborted'
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# Check if topic branches should be sent to the server during upload
|
||||||
|
if opt.auto_topic is not True:
|
||||||
|
key = 'review.%s.uploadtopic' % branch.project.remote.review
|
||||||
|
opt.auto_topic = branch.project.config.GetBoolean(key)
|
||||||
|
|
||||||
branch.UploadForReview(people, auto_topic=opt.auto_topic)
|
branch.UploadForReview(people, auto_topic=opt.auto_topic)
|
||||||
branch.uploaded = True
|
branch.uploaded = True
|
||||||
except UploadError, e:
|
except UploadError, e:
|
||||||
@ -283,15 +332,19 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
have_errors = True
|
have_errors = True
|
||||||
|
|
||||||
print >>sys.stderr, ''
|
print >>sys.stderr, ''
|
||||||
print >>sys.stderr, '--------------------------------------------'
|
print >>sys.stderr, '----------------------------------------------------------------------'
|
||||||
|
|
||||||
if have_errors:
|
if have_errors:
|
||||||
for branch in todo:
|
for branch in todo:
|
||||||
if not branch.uploaded:
|
if not branch.uploaded:
|
||||||
print >>sys.stderr, '[FAILED] %-15s %-15s (%s)' % (
|
if len(str(branch.error)) <= 30:
|
||||||
|
fmt = ' (%s)'
|
||||||
|
else:
|
||||||
|
fmt = '\n (%s)'
|
||||||
|
print >>sys.stderr, ('[FAILED] %-15s %-15s' + fmt) % (
|
||||||
branch.project.relpath + '/', \
|
branch.project.relpath + '/', \
|
||||||
branch.name, \
|
branch.name, \
|
||||||
branch.error)
|
str(branch.error))
|
||||||
print >>sys.stderr, ''
|
print >>sys.stderr, ''
|
||||||
|
|
||||||
for branch in todo:
|
for branch in todo:
|
||||||
@ -308,6 +361,29 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
pending = []
|
pending = []
|
||||||
reviewers = []
|
reviewers = []
|
||||||
cc = []
|
cc = []
|
||||||
|
branch = None
|
||||||
|
|
||||||
|
if opt.branch:
|
||||||
|
branch = opt.branch
|
||||||
|
|
||||||
|
for project in project_list:
|
||||||
|
if opt.current_branch:
|
||||||
|
cbr = project.CurrentBranch
|
||||||
|
avail = [project.GetUploadableBranch(cbr)] if cbr else None
|
||||||
|
else:
|
||||||
|
avail = project.GetUploadableBranches(branch)
|
||||||
|
if avail:
|
||||||
|
pending.append((project, avail))
|
||||||
|
|
||||||
|
if pending and (not opt.bypass_hooks):
|
||||||
|
hook = RepoHook('pre-upload', self.manifest.repo_hooks_project,
|
||||||
|
self.manifest.topdir, abort_if_user_denies=True)
|
||||||
|
pending_proj_names = [project.name for (project, avail) in pending]
|
||||||
|
try:
|
||||||
|
hook.Run(opt.allow_all_hooks, project_list=pending_proj_names)
|
||||||
|
except HookError, e:
|
||||||
|
print >>sys.stderr, "ERROR: %s" % str(e)
|
||||||
|
return
|
||||||
|
|
||||||
if opt.reviewers:
|
if opt.reviewers:
|
||||||
reviewers = _SplitEmails(opt.reviewers)
|
reviewers = _SplitEmails(opt.reviewers)
|
||||||
@ -315,11 +391,6 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
|
|||||||
cc = _SplitEmails(opt.cc)
|
cc = _SplitEmails(opt.cc)
|
||||||
people = (reviewers,cc)
|
people = (reviewers,cc)
|
||||||
|
|
||||||
for project in project_list:
|
|
||||||
avail = project.GetUploadableBranches()
|
|
||||||
if avail:
|
|
||||||
pending.append((project, avail))
|
|
||||||
|
|
||||||
if not pending:
|
if not pending:
|
||||||
print >>sys.stdout, "no branches ready for upload"
|
print >>sys.stdout, "no branches ready for upload"
|
||||||
elif len(pending) == 1 and len(pending[0][1]) == 1:
|
elif len(pending) == 1 and len(pending[0][1]) == 1:
|
||||||
|
@ -19,6 +19,9 @@ from git_command import git
|
|||||||
from project import HEAD
|
from project import HEAD
|
||||||
|
|
||||||
class Version(Command, MirrorSafeCommand):
|
class Version(Command, MirrorSafeCommand):
|
||||||
|
wrapper_version = None
|
||||||
|
wrapper_path = None
|
||||||
|
|
||||||
common = False
|
common = False
|
||||||
helpSummary = "Display the version of repo"
|
helpSummary = "Display the version of repo"
|
||||||
helpUsage = """
|
helpUsage = """
|
||||||
@ -31,5 +34,10 @@ class Version(Command, MirrorSafeCommand):
|
|||||||
|
|
||||||
print 'repo version %s' % rp.work_git.describe(HEAD)
|
print 'repo version %s' % rp.work_git.describe(HEAD)
|
||||||
print ' (from %s)' % rem.url
|
print ' (from %s)' % rem.url
|
||||||
|
|
||||||
|
if Version.wrapper_path is not None:
|
||||||
|
print 'repo launcher version %s' % Version.wrapper_version
|
||||||
|
print ' (from %s)' % Version.wrapper_path
|
||||||
|
|
||||||
print git.version().strip()
|
print git.version().strip()
|
||||||
print 'Python %s' % sys.version
|
print 'Python %s' % sys.version
|
||||||
|
Reference in New Issue
Block a user