summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-10-02Local Documentation BuildsAric Gardner1-1/+1
This adds configuration for performing local documentation builds with the following simple command: tox -e docs This patch is part of our documentation effor to Move away from submodules https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html Your project is now required to have a docs/index.rst so if you are missing this file please create it. Change-Id: I32a91a4194e4afe98f4c964052e99419b22330ba Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-01-09support pep8 checkdongwenjuan1-0/+1
Change-Id: I3c4358694c57d27a207ae60712c44f717c8895f7 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-09-05Merge "Add doctor-test package"Tomi Juvonen1-0/+3
2017-08-07refactor apex installerdongwenjuan1-0/+3
JIRA: DOCTOR-100 Change-Id: I684071d35aac99ad1f5b65ae74e0a98ac726af35 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-07-28Add doctor-test packageCédric Ollivier1-0/+3
It also updates test-requirements.txt to conform with OpenStack stable/ocata and renames it requirements.txt. tests.main:main is considered as entry point and run.sh as script. run.sh could be renamed to avoid possible conflicts in functest. tox.ini is updated to pin the right versions and build files are filtered. The next dependencies can be safely removed: - paramiko - scp - python-openstackclient - python-ceilometerclient - virtualenv Change-Id: I2091cfe4751640bf83d77e1fdd713af1e31fa89d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-07-26fix some bugs for python verify jobs:dongwenjuan1-0/+1
1.PYTHON_ENABLE=True does not work in bash The python jobs does not run even we enabled them. The reason is that currently JJB parse the parameter 'PYTHON_ENABLE' as 'True' which does not work in bash. Fix it to compare with [Tt]rue. 2.Install tox if it is not installed 3.support only python3.4 in tox.ini 4.install python3-dev Change-Id: I1a8ebad2fd06fe50ca4f739adb8d6d76caa2963b Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-04-26add framework and toxdongwenjuan1-0/+3
JIRA: DOCTOR-93 Change-Id: Ife3255c4fe2d170c5d1b8354aaab24d5b1e3bc64 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2016-07-21Exclude .img and .log filesCarlos Goncalves1-0/+2
Change-Id: I4bb4c53d7b42333a16dda05c25d947256168d4b9 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2016-01-08fix docs build dirs in .gitignoreRyota MIBU1-2/+2
Change-Id: Iae9cc4b75af25ed7a5036ec8383bcc626848b12e Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-11update .gitignore for swap filesRyota MIBU1-0/+2
Change-Id: I45a51335c2dd73813c8e9cce27880674135f8728 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-02change dirs to use new opnfv doc build scriptRyota MIBU1-2/+3
Change-Id: Icfc17b1370fc111e0e9919f2f1c1d9ea8aee2702 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-09-30update Makefile to create index and public dirRyota MIBU1-0/+1
This patch make our review process easier by generating index file of built files. Also the following changes are included: - delete unnecessary deps in Makefile - criate new dir contains files to publish at the gate jobs JIRA: DOCTOR-45 Change-Id: Ia59b729f41f57402ce9eebe7871cbc7763cb8668 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-05-16Doctor requirement deliverableCarlos Goncalves1-0/+1
JIRA: DOCTOR-4 Change-Id: Ie80bfc8deac5822a70c1258b9ee8ffeec2b1c3a6 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>