From 7d2f08e0c4508f665731e022a7ca9d9d53599590 Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Sat, 4 Feb 2017 16:26:30 +0900 Subject: [PATCH] Release 1.4 Change-Id: I09af85dd820693d036a1dbacd192ae1d3f5f10c9 --- doc/RELEASE_NOTES | 33 +++++++++++++++++++++++++++++++++ packaging/jenkins-scripts.changes | 25 +++++++++++++++++++++++++ packaging/jenkins-scripts.spec | 2 +- 3 files changed, 59 insertions(+), 1 deletion(-) diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 93d1b30..1a5b5dd 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,36 @@ +Release notes for jenkins service 1.4 +============================ + +- Release Date: 2017-02-06 + +- Bugfixes: + * Update build_log_url after buildlogs job is finished + * Change directory order from "bp_id/proj_name" to "proj_name/bp_id" + * REPA: check permission only if "REPA_CHECK_PERMISSION" is set + * fix post-image-creation error + * Use PATH_REPO_BASE instead of IMG_SYNC_DEST_BASE + * previous repo/arch should not be removed + * [BuildMonitor] BUGFIX: wrong snapshot_ur + * [BuildMonitor] changed the content of obs_req_comment + * transform data string from gerrit + * Do not check spec name if only one spec file is there + * Exclude unnecessary projects from relaying events and logging + +- Features: + * Add new jobs and config. for "update-nuget" + * Add new jobs and config. for "add_git_tag" + * Add new jobs and config. for "repa" for Tizen dashboard + * add debian package + * Add DB logging for buildlogs + * [BuildMonitor] added the trbs build logging part for the public dashboard + * A search box is added for simple dependency graph + * Profile info is sent additionaly to BUILD_MONITOR + * dep_graph_simple.js is added for template_simple + * [make_dep_graph] enhance the highlight feature + * notify_type is sent via POST data + * build_log_url is generated at the BUILD_START event + + Release notes for jenkins service 1.3 ============================ diff --git a/packaging/jenkins-scripts.changes b/packaging/jenkins-scripts.changes index b26fe18..d95f6ab 100644 --- a/packaging/jenkins-scripts.changes +++ b/packaging/jenkins-scripts.changes @@ -1,4 +1,29 @@ ------------------------------------------------------------------ +Mon 7 08:00:00 KST 2017 SoonKyu Park - 1.4 + +- C# Create update-nuget job +- update Nuget package to Nuget server +- job_add_git_tag is added +- JOB ADDED: repa accept/reject +- Change directory order from "bp_id/proj_name" to "proj_name/bp_id" +- Add jenkins-scripts debian +- Add DB logging for buildlogs +- [BuildMonitor] added the trbs build logging part for the public dashboard +- REPA: check permission only if "REPA_CHECK_PERMISSION" is set +- fix post-image-creation error +- Use PATH_REPO_BASE instead of IMG_SYNC_DEST_BASE +- BUGFIX: previous repo/arch should not be removed +- A search box is added for simple dependency graph +- Profile info is sent additionaly to BUILD_MONITOR +- [BuildMonitor] BUGFIX: wrong snapshot_url +- dep_graph_simple.js is added for template_simple +- [BuildMonitor] changed the content of obs_req_comment +- [make_dep_graph] enhance the highlight feature +- BUGFIX: transform data string from gerrit +- Do not check spec name if only one spec file is there + + +------------------------------------------------------------------ Sat 31 09:00:00 KST 2016 SoonKyu Park - 1.3 - REPO_PUBLISHED event is generated only once when all repos are published diff --git a/packaging/jenkins-scripts.spec b/packaging/jenkins-scripts.spec index facb552..3245c26 100644 --- a/packaging/jenkins-scripts.spec +++ b/packaging/jenkins-scripts.spec @@ -3,7 +3,7 @@ # Name: jenkins-scripts -Version: 1.3 +Version: 1.4 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.7.4