Release 1.3 58/108658/1 release-20161231
authorSoonKyu Park <sk7.park@samsung.com>
Thu, 5 Jan 2017 09:57:06 +0000 (18:57 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 5 Jan 2017 09:57:06 +0000 (18:57 +0900)
Change-Id: I54016b29680de404b797203a9f2e84c63daaf423

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

index 5d5916e..93d1b30 100644 (file)
@@ -1,3 +1,35 @@
+Release notes for jenkins service 1.3
+============================
+
+- Release Date: 2016-12-30
+
+- Bugfixes:
+  * REPO_PUBLISHED event is generated only once when all repos are published
+  * Skip updating ref-snapshot-info if no mapping exist
+  * Block build info update if download_num mismatch
+  * Fix download_num in prerelease, Block image creation if build failed
+  * Do not set download_num in post release process
+  * Fix snapdiff sync error when both daily repo base and weekly repo base are not present
+  * Drop prerelease if build flag is no in the mapping
+  * Fix decoding error for git-obs-mapping list
+
+- Features:
+  * Add new jobs and config. for "BUILD-MONITOR"
+  * Add new jobs and config. for "Make Dep. Graph"
+  * Add new jobs and config. for "ref-snapshot-info-update"
+  * Enable triggerring buildlogs even for prerelease projects
+  * Add gitbuildstatus in Prerelease project
+  * Updating git-ref-mapping after release snapshot
+  * ENABLED flag for git-ref-mapping update
+  * Added the build data logging parts for BuildMonitor
+  * A dependency graph is generated automatically using the jenkins job "make_dep_graph"
+  * Verify that the SR was created on the correct branch
+  * support the trbs project and enable the multi env for BUildMonitor
+  * add lock/unlock function for the re.job
+  * Cleanup repo directory when have a previous directory
+  * dependency graph is changed to read both OBS and DB status
+  * Use xml parser instead of string operation for git-ref-mapping
+
 Release notes for jenkins service 1.2
 ============================
 
index c4c7ebe..b26fe18 100644 (file)
@@ -1,4 +1,29 @@
 ------------------------------------------------------------------
+Sat 31 09:00:00 KST 2016 SoonKyu Park <sk7.park@samsung.com> - 1.3
+
+- REPO_PUBLISHED event is generated only once when all repos are published
+- Skip updating ref-snapshot-info if no mapping exist
+- Block build info update if download_num mismatch
+- Fix download_num in prerelease, Block image creation if build failed
+- Do not set download_num in post release process
+- Fix snapdiff sync error when both daily repo base and weekly repo base are not present
+- Drop prerelease if build flag is no in the mapping
+- Fix decoding error for git-obs-mapping list
+- Enable triggerring buildlogs even for prerelease projects
+- Add gitbuildstatus in Prerelease project
+- pdating git-ref-mapping after release snapshot
+- ENABLED flag for git-ref-mapping update
+- Added the build data logging parts for BuildMonitor
+- A dependency graph is generated automatically using the jenkins job "make_dep_graph"
+- Verify that the SR was created on the correct branch
+- support the trbs project and enable the multi env for BUildMonitor
+- add lock/unlock function for the re.job
+- Cleanup repo directory when have a previous directory
+- dependency graph is changed to read both OBS and DB status
+- Use xml parser instead of string operation for git-ref-mapping
+
+
+------------------------------------------------------------------
 Sep 28 09:00:00 KST 2016 SoonKyu Park <sk7.park@samsung.com> - 1.2
 
 - Do not insert "CopyLinkedPackages: yes" multiple times
index 4babefd..117a6cc 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 Name:           jenkins-scripts
-Version:        1.2
+Version:        1.3
 %if 0%{?opensuse_bs}
 Release:        1.<CI_CNT>.<B_CNT>
 %else