Hello community, here is the log from the commit of package gyp for openSUSE:Factory checked in at 2017-04-29 10:47:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gyp (Old) and /work/SRC/openSUSE:Factory/.gyp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gyp" Sat Apr 29 10:47:17 2017 rev:10 rq:487543 version:0+git.20170303 Changes: -------- --- /work/SRC/openSUSE:Factory/gyp/gyp.changes 2017-01-25 22:33:17.440239887 +0100 +++ /work/SRC/openSUSE:Factory/.gyp.new/gyp.changes 2017-04-29 10:47:21.556484482 +0200 @@ -1,0 +2,8 @@ +Wed Apr 5 10:25:03 UTC 2017 - [email protected] + +- Update to version 0+git.20170303: + * Set up a CQ for gyp + * Make Gerrit the default code review system for gyp + * CQ config: add gerrit CQAbility verifier. + +------------------------------------------------------------------- Old: ---- gyp-0+git.20161117.tar.xz New: ---- gyp-0+git.20170303.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gyp.spec ++++++ --- /var/tmp/diff_new_pack.KBjq88/_old 2017-04-29 10:47:22.200393514 +0200 +++ /var/tmp/diff_new_pack.KBjq88/_new 2017-04-29 10:47:22.204392949 +0200 @@ -18,7 +18,7 @@ Name: gyp -Version: 0+git.20161117 +Version: 0+git.20170303 Release: 0 Summary: Generate Your Projects License: BSD-3-Clause ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.KBjq88/_old 2017-04-29 10:47:22.272383344 +0200 +++ /var/tmp/diff_new_pack.KBjq88/_new 2017-04-29 10:47:22.276382779 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://chromium.googlesource.com/external/gyp</param> - <param name="changesrevision">940a15ee3f1c89f193cb4c19373b3f6e9ad15b95</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">aae1e3efb50786df20e9572621fb746865f0df53</param></service></servicedata> \ No newline at end of file ++++++ gyp-0+git.20161117.tar.xz -> gyp-0+git.20170303.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gyp-0+git.20161117/PRESUBMIT.py new/gyp-0+git.20170303/PRESUBMIT.py --- old/gyp-0+git.20161117/PRESUBMIT.py 2016-11-18 00:28:41.000000000 +0100 +++ new/gyp-0+git.20170303/PRESUBMIT.py 2017-03-03 15:50:27.000000000 +0100 @@ -124,16 +124,3 @@ finally: sys.path = old_sys_path return report - - -TRYBOTS = [ - 'linux_try', - 'mac_try', - 'win_try', -] - - -def GetPreferredTryMasters(_, change): - return { - 'client.gyp': { t: set(['defaulttests']) for t in TRYBOTS }, - } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gyp-0+git.20161117/codereview.settings new/gyp-0+git.20170303/codereview.settings --- old/gyp-0+git.20161117/codereview.settings 2016-11-18 00:28:41.000000000 +0100 +++ new/gyp-0+git.20170303/codereview.settings 2017-03-03 15:50:27.000000000 +0100 @@ -1,10 +1,6 @@ -# This file is used by gcl to get repository specific information. -CODE_REVIEW_SERVER: codereview.chromium.org +# This file is used by git cl to get repository specific information. CC_LIST: [email protected] -VIEW_VC: https://chromium.googlesource.com/external/gyp/+/ -TRY_ON_UPLOAD: False -TRYSERVER_PROJECT: gyp -TRYSERVER_PATCHLEVEL: 1 -TRYSERVER_ROOT: gyp -TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try-nacl +CODE_REVIEW_SERVER: codereview.chromium.org +GERRIT_HOST: True PROJECT: gyp +VIEW_VC: https://chromium.googlesource.com/external/gyp/+/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gyp-0+git.20161117/infra/config/cq.cfg new/gyp-0+git.20170303/infra/config/cq.cfg --- old/gyp-0+git.20161117/infra/config/cq.cfg 1970-01-01 01:00:00.000000000 +0100 +++ new/gyp-0+git.20170303/infra/config/cq.cfg 2017-03-03 15:50:27.000000000 +0100 @@ -0,0 +1,32 @@ +# Commit Queue configuration file. The documentation of the format can be found +# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. + +version: 1 +cq_name: "gyp" +cq_status_url: "https://chromium-cq-status.appspot.com" +git_repo_url: "https://chromium.googlesource.com/external/gyp.git" + +gerrit {} +rietveld { + url: "https://codereview.chromium.org" +} + +verifiers { + reviewer_lgtm { + committer_list: "project-gyp-committers" + dry_run_access_list: "project-gyp-tryjob-access" + } + gerrit_cq_ability { + committer_list: "project-gyp-committers" + dry_run_access_list: "project-gyp-tryjob-access" + } + + try_job { + buckets { + name: "master.client.gyp" + builders { name: "linux_try" } + builders { name: "mac_try" } + builders { name: "win_try" } + } + } +}
