diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-10-07 14:43:53 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-10-07 18:08:37 +0900 |
commit | 913f2695d6886ab4b04a486af0647260e51e2e48 (patch) | |
tree | 64bb1605ca725581919a9fd559f6a257c53fb3bd /setup.cfg | |
parent | d6a9890b0833044fef1b7e916cd355cec325303f (diff) |
fix setup from a tarball again
this makes the following work again.
DIR=$(mktemp -d)
git archive --format=tar HEAD | (cd ${DIR} && tar xf -)
cd ${DIR}
python ./setup.py install
PBR_VERSION environment variable didn't work as we expected
because it unconditionally overrides versions for other packages
even if there are other ways to get their versions. eg. PKG_INFO.
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.cfg')
0 files changed, 0 insertions, 0 deletions