diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-15 13:17:56 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-15 13:17:56 -0700 |
commit | 84d2f2061a7130c24a19f40c30fc2a18dbd4aae5 (patch) | |
tree | de158d91a0f6bd99a3a336408c754219253df9f7 /.gitignore | |
parent | 25789a10a60e0d036215b03545265bb784dd9115 (diff) |
Install eteutils using a temp directory
Install eteutils using the virtualenv temp directory
instead of the $WORKSPACE directory to avoid future
directory naming conflicts.
Change-Id: I9ab65f00f3453869bd5f9cfea03c3398849a7691
Issue-ID: INT-200
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ed95eabcc..f3b07b8d9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,3 @@ env.properties .vagrant *~ .checkstyle -test/testsuite/ |