From b8e136e2b4cc818ea0e61ed4d2d4294686b05918 Mon Sep 17 00:00:00 2001 From: ZhuoX Li Date: Tue, 9 Dec 2014 14:47:57 +0800 Subject: [PATCH] Add a new doc about release note in JJ. Fixes: #2259 Change-Id: I89797cf30a0da99bc0ee49546899a7a2830109e2 --- doc/RELEASE_NOTES | 140 +++++++++++++++++++++++++++++++++++++++++ packaging/jenkins-scripts.spec | 1 + 2 files changed, 141 insertions(+) create mode 100644 doc/RELEASE_NOTES diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES new file mode 100644 index 0000000..86ac9b2 --- /dev/null +++ b/doc/RELEASE_NOTES @@ -0,0 +1,140 @@ +Release notes for jenkins service 0.15.12 +============================ + +- Release Date: 2014-11-13 + +- Bugfixes: + + * Fix duplicate prefix on package version. + +Release notes for jenkins service 0.15.11 +============================ + +- Release Date: 2014-10-29 + +- Bugfixes: + + * Provide a open OBS url to IRIS. + * Add MAC addrees into mic-appliance. + * Change release name in prjconf from OBS. + * Add plugins dependence package to load the gerrit plugin. + * Modify the testcase for the new gbp version(0.6.15) + * Ignore verifying the SSL certificate. + + +Release notes for jenkins service 0.15.10 +============================ + +- Release Date: 2014-10-10 + +- Major features and enhancements added: + + * Call IRIS http api to send out necessary event to IRIS. + - Publish 'image_created' event to IRIS + - Publish 'image_building' event to IRIS + - Publish 'repa action' event to IRIS + - Publish 'rpm build' event to IRIS + - Publish 'pre_created' event to IRIS + - Publish "submitted" event to IRIS + +Release notes for jenkins service 0.15.9 +============================ + +- Release Date: 2014-10-7 + +- Major features and enhancements added: + + * Jenkins upgraded to the latest LTS release 1.565.3. + +Release notes for jenkins service 0.15.8 +============================ + +- Release Date: 2014-09-19 + +- Major features and enhancements added: + + * Create jenkins job to accept/reject SRs. + * Get rid of dependency of 'gbs'. + +- Bugfixes: + + * Changing the exit code of scm check script. + * Removing redundant git clone operation. + * To use "--delay-updates" for rsync for atomic sync. + * Only allow 'prerelease' type into pre-workflow. + * Fixed mock implementation of hgetall. + * Fix potential issue on git-obs-mapping query. + * Support no particular project setting. + +Release notes for jenkins service 0.15.7 +============================ + +- Release Date: 2014-09-2 + +- Major features and enhancements added: + + * Report test results back to the OBS project that started the build. + * Add IRIS SCM client. + * Archive the full output of the automated tester in the testing job. + * Test also Tizen Common images (for mbr i586). + * Sync IRIS data from scm/meta/git project. + * Publish test results to OBS. + * Create a tarball with the results of the testing. + +- Bugfixes: + + * Make wget less verbose when downloading the test image. + * Snapdiff-job don't return proper result when rsync failed. + * Modify the data structure for new SR description info. + * GBS build.conf in new snapshots doesn't contain %repository define. + * Job syncsnapdiff use hard code to search last buildid. + * Remove the void prerelease snapshots. + * Comment out the url description in manifest files. + * Remove commit id in message. + * Improve logging and archiving. + * gbs-service: enable 'error-pkg' parameter. + +Release notes for jenkins service 0.15.6 +============================ + +- Release Date: 2014-06-26 + +- Bugfixes: + + * utils/make_latest_link: make the link target a relative path. + * Fix the ascii encode issue about sending mail. + * Add two blanks to ensure manifest can work. + * Catch the exception come from delete obs project/package. + * Support multiply version of rpm packages in manifest. + * Remove buildconf from builddata directory. + * Fetch complete buildconf for each repo. + * Fix the IndexError issue for job_sync_snapdiff.py. + * Add a filter for updating repos.yaml in job_load_repos.yaml.py. + * Fix the crash about getting repo name from redis. + + +Release notes for jenkins service 0.15.5 +========================== + +- Release Date: 2014-06-6 + +- New feature and enhancement added: + + * add new job 'release-snapshot' to support release engineer to make release from snapshot. + * move make_latest_link to common/utils. + +- Bugfixes: + + * Fix Pylint warning. + * Delete the ks file message when trigger job-sync-snapdiff. + * Fix the debug of uploading service file is failed to a linked. + + +Release notes for jenkins service 0.15.4 +========================== + +- Release Date: 2014-05-22 + +- Bugfixes: + + * Change the filter regular of generating snapshot. diff --git a/packaging/jenkins-scripts.spec b/packaging/jenkins-scripts.spec index 740d10a..5e90409 100644 --- a/packaging/jenkins-scripts.spec +++ b/packaging/jenkins-scripts.spec @@ -98,6 +98,7 @@ fi %files common %defattr(-,jenkins,jenkins) +%doc doc/RELEASE_NOTES %dir %{destdir}/common %{destdir}/common/__init__.py %{destdir}/common/backenddb.py -- 2.7.4