Release 1.2 release-1.2 sandbox/sai/prerelease
authorSoonKyu Park <sk7.park@samsung.com>
Thu, 29 Sep 2016 04:21:53 +0000 (13:21 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 29 Sep 2016 04:42:06 +0000 (13:42 +0900)
Change-Id: Ieeece29f354009bf4379e0820d1f45e90aecb5af

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

index 47e12ef..5d5916e 100644 (file)
@@ -1,3 +1,41 @@
+Release notes for jenkins service 1.2
+============================
+
+- Release Date: 2016-09-30
+
+- Bugfixes:
+  * Do not insert "CopyLinkedPackages: yes" multiple times
+  * fix for sending e-mail function error in job_submit.py
+  * fix : fail to create daily,weekly reports file
+  * Fix retrigger the images for the Group submit
+  * Fixed Notify email about reqeust author(Group submitter)
+  * Retry create_project(...) three times if it faild
+  * modify to check sync_status value when Sync function doing
+  * retry sync function because of rsync error
+
+- Features:
+  * Check existance of repo and image path for snapdiff
+  * disable check user in group
+  * Additional accepted action for re
+  * Add "\n" at the beginning of "CopyLinkedPackages: yes"
+  * Preventing unnecessary package builds for prerelease projects
+  * Feature : Check Human Error about SR tag
+  * Job : check_scm_meta_git
+  * Prerelease - Get obs project info instead of request every packages
+  * exception images_count of the post image job
+  * update the info when images and images_count is same
+  * New workflow about Snapshot
+  * Add new job 'check_scm_meta_git'. It's for using scm/meta/git
+  * Add repo manifest file for ABS
+  * description : disable a build flag before upload service and enable a build flag after link project
+    file : job_submit.py
+  * Feature: Add rpmbuild stage options for prerelease job
+  * Do not use 'Generates .files'
+  * Feature : Generates .files which contains package name and its file list make the images_files file
+  * add & update below funtion for the buildservice.py
+  * Delete Tizen older directories based on policy: modify to search all directory
+  * move project_src_rpm_cleanup in job_pre_release_obs.py
+  * cleanup src.rpm files on Live repo. we don't used src.rpm files on prerelease project
 
 Release notes for jenkins service 1.1
 ============================
index 93e4597..c4c7ebe 100644 (file)
@@ -1,3 +1,37 @@
+------------------------------------------------------------------
+Sep 28 09:00:00 KST 2016 SoonKyu Park <sk7.park@samsung.com> - 1.2
+
+- Do not insert "CopyLinkedPackages: yes" multiple times
+- Check existance of repo and image path for snapdiff
+- disable check user in group
+- Additional accepted action for re
+- Add "\n" at the beginning of "CopyLinkedPackages: yes"
+- Preventing unnecessary package builds for prerelease projects
+- fix for sending e-mail function error in job_submit.py
+- fix : fail to create daily,weekly reports file
+- Feature : Check Human Error about SR tag
+- Job : check_scm_meta_git
+- Fix retrigger the images for the Group submit
+- Prerelease - Get obs project info instead of request every packages
+- exception images_count of the post image job
+- Fixed Notify email about reqeust author(Group submitter)
+- update the info when images and images_count is same
+- New workflow about Snapshot
+- Add new job 'check_scm_meta_git'. It's for using scm/meta/git
+- Add repo manifest file for ABS
+- Retry create_project(...) three times if it faild
+- description : disable a build flag before upload service and enable a build flag after link project
+    file : job_submit.py
+- Feature: Add rpmbuild stage options for prerelease job
+- modify to check sync_status value when Sync function doing
+- retry sync function because of rsync error
+- Do not use 'Generates .files'
+- Feature : Generates .files which contains package name and its file list make the images_files file
+- add & update below funtion for the buildservice.py
+- Delete Tizen older directories based on policy: modify to search all directory
+- move project_src_rpm_cleanup in job_pre_release_obs.py
+- cleanup src.rpm files on Live repo. we don't used src.rpm files on prerelease project
+
 
 ------------------------------------------------------------------
 Mar 5 09:00:00 KST 2016 Yonghee Han <onstudy@samsung.com> - 1.1
index bafc9fa..d0ac20d 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 Name:           jenkins-scripts
-Version:        1.1
+Version:        1.2
 %if 0%{?opensuse_bs}
 Release:        1.<CI_CNT>.<B_CNT>
 %else