Merge lp:~cprov/adt-cloud-worker/pip-cache-ksclient into lp:~canonical-ci-engineering/adt-cloud-worker/pip-cache

Proposed by Celso Providelo
Status: Merged
Approved by: Celso Providelo
Approved revision: 2
Merged at revision: 2
Proposed branch: lp:~cprov/adt-cloud-worker/pip-cache-ksclient
Merge into: lp:~canonical-ci-engineering/adt-cloud-worker/pip-cache
Diff against target: 62 lines (+18/-0)
2 files modified
.bzrignore (+1/-0)
README.rst (+17/-0)
To merge this branch: bzr merge lp:~cprov/adt-cloud-worker/pip-cache-ksclient
Reviewer Review Type Date Requested Status
Para Siva (community) Approve
Review via email: mp+251923@code.launchpad.net

Description of the change

Adding python-keystoneclient and its deps. Also documenting instructions for further updates.

To post a comment you must log in.
Revision history for this message
Para Siva (psivaa) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2015-03-05 12:53:21 +0000
4@@ -0,0 +1,1 @@
5+ve
6
7=== added file 'Babel-1.3.tar.gz'
8Binary files Babel-1.3.tar.gz 1970-01-01 00:00:00 +0000 and Babel-1.3.tar.gz 2015-03-05 12:53:21 +0000 differ
9=== added file 'README.rst'
10--- README.rst 1970-01-01 00:00:00 +0000
11+++ README.rst 2015-03-05 12:53:21 +0000
12@@ -0,0 +1,17 @@
13+Pip-Cache for adt-cloud-worker
14+##############################
15+
16+For re-generating or updating the cache contents, you should do the
17+following::
18+
19+ $ bzr branch lp:~canonical-ci-engineering/adt-cloud-worker/pip-cache
20+ $ cd pip-cache
21+ $ virtualenv -p python3 ve
22+ $ . ve/bin/activate
23+ $ pip install --download . -r <adt-cloud-worker-trunk>/requirements.txt
24+
25+It will download missing wheels or tarballs for the requirements locally.
26+
27+Commit the new files and perhaps clean up old versions left over.
28+
29+Happy hacking!
30
31=== added file 'amqp-1.4.6.tar.gz'
32Binary files amqp-1.4.6.tar.gz 1970-01-01 00:00:00 +0000 and amqp-1.4.6.tar.gz 2015-03-05 12:53:21 +0000 differ
33=== added file 'argparse-1.3.0-py2.py3-none-any.whl'
34Binary files argparse-1.3.0-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and argparse-1.3.0-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
35=== added file 'iso8601-0.1.10-py33-none-any.whl'
36Binary files iso8601-0.1.10-py33-none-any.whl 1970-01-01 00:00:00 +0000 and iso8601-0.1.10-py33-none-any.whl 2015-03-05 12:53:21 +0000 differ
37=== added file 'msgpack-python-0.4.5.tar.gz'
38Binary files msgpack-python-0.4.5.tar.gz 1970-01-01 00:00:00 +0000 and msgpack-python-0.4.5.tar.gz 2015-03-05 12:53:21 +0000 differ
39=== added file 'netaddr-0.7.13-py2.py3-none-any.whl'
40Binary files netaddr-0.7.13-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and netaddr-0.7.13-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
41=== added file 'netifaces-0.10.4.tar.gz'
42Binary files netifaces-0.10.4.tar.gz 1970-01-01 00:00:00 +0000 and netifaces-0.10.4.tar.gz 2015-03-05 12:53:21 +0000 differ
43=== added file 'oslo.config-1.9.0-py2.py3-none-any.whl'
44Binary files oslo.config-1.9.0-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and oslo.config-1.9.0-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
45=== added file 'oslo.i18n-1.4.0-py2.py3-none-any.whl'
46Binary files oslo.i18n-1.4.0-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and oslo.i18n-1.4.0-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
47=== added file 'oslo.serialization-1.3.0-py2.py3-none-any.whl'
48Binary files oslo.serialization-1.3.0-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and oslo.serialization-1.3.0-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
49=== added file 'oslo.utils-1.3.0-py2.py3-none-any.whl'
50Binary files oslo.utils-1.3.0-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and oslo.utils-1.3.0-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
51=== added file 'pbr-0.10.8-py2.py3-none-any.whl'
52Binary files pbr-0.10.8-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and pbr-0.10.8-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
53=== added file 'pip-6.0.8-py2.py3-none-any.whl'
54Binary files pip-6.0.8-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and pip-6.0.8-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
55=== added file 'prettytable-0.7.2.tar.bz2'
56Binary files prettytable-0.7.2.tar.bz2 1970-01-01 00:00:00 +0000 and prettytable-0.7.2.tar.bz2 2015-03-05 12:53:21 +0000 differ
57=== added file 'python_keystoneclient-1.2.0-py2.py3-none-any.whl'
58Binary files python_keystoneclient-1.2.0-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and python_keystoneclient-1.2.0-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
59=== added file 'pytz-2014.10-py2.py3-none-any.whl'
60Binary files pytz-2014.10-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and pytz-2014.10-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ
61=== added file 'stevedore-1.2.0-py2.py3-none-any.whl'
62Binary files stevedore-1.2.0-py2.py3-none-any.whl 1970-01-01 00:00:00 +0000 and stevedore-1.2.0-py2.py3-none-any.whl 2015-03-05 12:53:21 +0000 differ

Subscribers

People subscribed via source and target branches