diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-07-22 03:46:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-07-22 03:46:19 +0000 |
commit | 21390906eac2ba67789c7950b5f770feb76a433e (patch) | |
tree | b2b45e2a74e757348f219e2f0bd85c286a3bb3ae /tools | |
parent | 99dabdc4b1e25f825bd4ad43740b96790ca6dfc1 (diff) | |
parent | 71bea435b6f73644d5d7320001ac56d78bcc4687 (diff) | |
download | pbr-21390906eac2ba67789c7950b5f770feb76a433e.tar.gz |
Merge "Move d2to1 more into the source tree"
Diffstat (limited to 'tools')
-rw-r--r-- | tools/integration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/integration.sh b/tools/integration.sh index 38254a0..207e9e8 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -151,7 +151,7 @@ for PROJECT in $PROJECTS ; do # TODO(mordred): need to implement egg filtering # Because install will have caused eggs to be locally downloaded - # pbr and d2to1 can get excluded from being in the actual venv + # pbr can get excluded from being in the actual venv # test that this did not happen # $tempvenv/bin/python -c 'import pkg_resources as p; import sys; pbr=p.working_set.find(p.Requirement.parse("pbr")) is None; sys.exit(pbr or 0)' done |