Release 1.4.3 01/122001/1 release-20170331
authorhyokeun <hyokeun.jeon@samsung.com>
Thu, 30 Mar 2017 02:02:56 +0000 (11:02 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Thu, 30 Mar 2017 02:02:56 +0000 (11:02 +0900)
Change-Id: I867a1a5d9dcf87272a7436d4375299b7958cd4cb

debian/changelog
doc/RELEASE_NOTES
packaging/jenkins-scripts.changes
packaging/jenkins-scripts.spec

index 2d981ed..a43b7b8 100644 (file)
@@ -1,3 +1,30 @@
+jenkins-scripts (1.4.3) unstable; urgency=low
+  * Enable OBS_use_specname feature
+  * BUGFIX: insert build_target_id if not present.
+  * [BuildMonitor] disable the 'get_src_prj_lst' func & 'src_project empty check' part
+  * Rename createrepo-c to createrepo_c
+  * Rules for find a specfile
+  * Create ABS prerelease project on the public
+  * NEW JOB: update_git_obs_mapping_for_dashboard
+  * ADD LICENSE and use MAPPING_PRJ caching dir
+  * Use the hardlink function to copy from snapshots to release
+  * Do not hide the dependency graph at the beginning.
+  * Do not perform the job if any queued item in the same job exists
+  * [BuildMonitor] change the method of getting the build_project_id
+  * [BuildMonitor] change the method of getting the build_project_id
+  * Mapping log prints
+  * FIX: manifest generation errors when no rpms exists
+  * release-snapshot can be triggered by Tizen dashboard
+  * BUGFIX: %s -> {release_type}
+  * [BuildMonitor] apply bulk insert for [build_snapshot_package] table
+  * Delete duplicate items for the abs and prerelease
+  * BUGFIX: snapshot -> snapshot_name
+  * [BuildMonitor] fixed the incorrect status of Base project on dashboard
+  * BUGFIX: href link changed (full.php -> index.php)
+  * [BuildMonitor] Add to set the stage_status as 'S' at the 'Base' snapshot stage
+  * Update debian packaging files
+ -- SoonKyu Park <sk7.park@samsung.com> Thu, 30 Mar 2017 08:00:00 +0900
+
 jenkins-scripts (1.4.2) unstable; urgency=low
   * [BuildMonitor] change the build fail check method
   * ADDED: inserting data to table trbs_smoke_suite_test
index 4f5056e..4c29239 100644 (file)
@@ -1,3 +1,37 @@
+Release notes for jenkins service 1.4.3
+============================
+
+- Release Date: 2017-03-30
+
+- Bugfixes:
+  * Enable OBS_use_specname feature
+  * BUGFIX: insert build_target_id if not present.
+  * [BuildMonitor] disable the 'get_src_prj_lst' func & 'src_project empty check' part
+  * Rename createrepo-c to createrepo_c
+  * Rules for find a specfile
+  * Create ABS prerelease project on the public
+  * ADD LICENSE and use MAPPING_PRJ caching dir
+  * Do not hide the dependency graph at the beginning.
+  * Do not perform the job if any queued item in the same job exists
+  * [BuildMonitor] change the method of getting the build_project_id
+  * [BuildMonitor] change the method of getting the build_project_id
+  * Mapping log prints
+  * FIX: manifest generation errors when no rpms exists
+  * BUGFIX: %s -> {release_type}
+  * [BuildMonitor] apply bulk insert for [build_snapshot_package] table
+  * Delete duplicate items for the abs and prerelease
+  * BUGFIX: snapshot -> snapshot_name
+  * [BuildMonitor] fixed the incorrect status of Base project on dashboard
+  * BUGFIX: href link changed (full.php -> index.php)
+  * [BuildMonitor] Add to set the stage_status as 'S' at the 'Base' snapshot stage
+  * Update debian packaging files
+
+- Features:
+  * NEW JOB: update_git_obs_mapping_for_dashboard
+  * Use the hardlink function to copy from snapshots to release
+  * release-snapshot can be triggered by Tizen dashboard
+
+
 Release notes for jenkins service 1.4.2
 ============================
 
index 6bcf52a..413ee88 100644 (file)
@@ -1,4 +1,31 @@
 ---------------------------------------------------------------------
+Mar 30 08:00:00 KST 2017 SoonKyu Park <sk7.park@samsung.com> - 1.4.3
+  * Enable OBS_use_specname feature
+  * BUGFIX: insert build_target_id if not present.
+  * [BuildMonitor] disable the 'get_src_prj_lst' func & 'src_project empty check' part
+  * Rename createrepo-c to createrepo_c
+  * Rules for find a specfile
+  * Create ABS prerelease project on the public
+  * NEW JOB: update_git_obs_mapping_for_dashboard
+  * ADD LICENSE and use MAPPING_PRJ caching dir
+  * Use the hardlink function to copy from snapshots to release
+  * Do not hide the dependency graph at the beginning.
+  * Do not perform the job if any queued item in the same job exists
+  * [BuildMonitor] change the method of getting the build_project_id
+  * [BuildMonitor] change the method of getting the build_project_id
+  * Mapping log prints
+  * FIX: manifest generation errors when no rpms exists
+  * release-snapshot can be triggered by Tizen dashboard
+  * BUGFIX: %s -> {release_type}
+  * [BuildMonitor] apply bulk insert for [build_snapshot_package] table
+  * Delete duplicate items for the abs and prerelease
+  * BUGFIX: snapshot -> snapshot_name
+  * [BuildMonitor] fixed the incorrect status of Base project on dashboard
+  * BUGFIX: href link changed (full.php -> index.php)
+  * [BuildMonitor] Add to set the stage_status as 'S' at the 'Base' snapshot stage
+  * Update debian packaging files
+
+---------------------------------------------------------------------
 Mar 09 08:00:00 KST 2017 SoonKyu Park <sk7.park@samsung.com> - 1.4.2
 - [BuildMonitor] change the build fail check method
 - ADDED: inserting data to table trbs_smoke_suite_test
index f4a9f4e..0876990 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 Name:           jenkins-scripts
-Version:        1.4.2
+Version:        1.4.3
 %if 0%{?opensuse_bs}
 Release:        1.<CI_CNT>.<B_CNT>
 %else