From 9ef24ad16b26d4332f1a888d6a24335399f45d52 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 5 Sep 2017 12:01:03 -0400 Subject: [PATCH 1/1] Release global-jjb v0.8.0 Change-Id: Ife11163e99194bd9b43efee47f9601e3adbc5710 Signed-off-by: Thanh Ha --- relnotes/v0.8.0.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 relnotes/v0.8.0.txt diff --git a/relnotes/v0.8.0.txt b/relnotes/v0.8.0.txt new file mode 100644 index 00000000..20da71d7 --- /dev/null +++ b/relnotes/v0.8.0.txt @@ -0,0 +1,40 @@ +global-jjb v0.8.0 Release Notes +=============================== + +Thanks to Anil, Jeremy, and Thanh for contributing to this release. + +Notable changes since v0.7.0 +---------------------------- + +1c6c45e Jeremy Phelps Generalize odl rtd jobs for global-jjb +Read The Docs jobs have been migrated to global-jjb for easy use across +projects. + +f48fc39 Thanh Ha Add update-expected-xml call +New tox command `tox -e update-expected-xml` will automatically update the +xml in .jjb-test making it easier for developers to update these files. + +3eafac9 Thanh Ha Add lf-pip-install macro to handle pypi packages +New `lf-pip-install` macro is now available which will handle the installation +of pypi packages. This is code that was copy pasted in many places but is now +consolidated into a single macro making it easier to perform. Scripts may need +to be updated to `source /path/to/virtualenv` when migrating to this macro. +The name of the first pypi package listed in the macro will be used as the +virtualenv name when creating the virtualenv in /tmp/v/NAME + +7f77f1f Thanh Ha Migrate sonar job +The Sonar job is now migrated to global-jjb allowing projects to now take +advantage of this shared job. + + +Full Change Log +--------------- + +1c6c45e Jeremy Phelps Generalize odl rtd jobs for global-jjb +f48fc39 Thanh Ha Add update-expected-xml call +c95e5d6 Thanh Ha Re-order maven jobs alphabetically +3eafac9 Thanh Ha Add lf-pip-install macro to handle pypi packages +7f77f1f Thanh Ha Migrate sonar job +3bfa042 Thanh Ha Fix tox-run.sh print statement +441d8bb Anil Belur Dont prefix PATH with hash built-in command. +9d51e65 Anil Belur Update .gitignore -- 2.16.6