1. 07 Apr, 2017 5 commits
  2. 06 Apr, 2017 4 commits
  3. 05 Apr, 2017 5 commits
  4. 04 Apr, 2017 4 commits
  5. 03 Apr, 2017 2 commits
  6. 02 Apr, 2017 1 commit
  7. 31 Mar, 2017 3 commits
  8. 30 Mar, 2017 1 commit
    • Aaron Gable's avatar
      Gerrit git-cl: special-case branches tracking 'master' · f97e33d2
      Aaron Gable authored
      This is a hack to support the most common git workflow: keeping
      a local branch named 'master' which is a replica of 'origin/master'
      with no local changes, and basing all feature branches off of
      that.
      
      Test:
      * created master branch, created feature branch, uploaded CL correctly
      * created master branch, landed change on master branch, created
        feature branch, uploaded CL, CL contains change on master too
      * created non-master branch, created feature branch, failed to
        upload CL
      
      Bug: 682104
      Change-Id: I8481b787e6dcab162d2846c07f1ddad950f491e0
      Reviewed-on: https://chromium-review.googlesource.com/464107Reviewed-by: 's avatarAndrew Bonventre <andybons@google.com>
      Commit-Queue: Aaron Gable <agable@chromium.org>
      f97e33d2
  9. 29 Mar, 2017 7 commits
  10. 28 Mar, 2017 4 commits
  11. 27 Mar, 2017 4 commits
    • Nodir Turakulov's avatar
      Reland: add "generic" infra path config · 757f2079
      Nodir Turakulov authored
      It proved to be dangerous to introduce conditional logic into recipes
      and recipe modules to alternate between buildbot and luci modes, namely
      it touches buildbot code paths, which can be very dangerous.
      
      Instead, introduce "generic" path config that configures
      existing base paths from the built-in ones.
      
      Also remove swarmbucket path config because it is not used.
      
      --
      
      This CL is a simpler version of
      https://chromium-review.googlesource.com/c/459234/
      in that it does not make generic path config a default.
      This avoids behavioral change in downstream recipe packages and
      makes rolling into build.git trivial.
      
      R=iannucci@chromium.org
      BUG=660481
      
      Change-Id: Ifc147e29e68a6e0c800da73a8e356238dfc2938a
      Reviewed-on: https://chromium-review.googlesource.com/461359
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      757f2079
    • recipe-roller's avatar
      Roll recipe dependencies (trivial). · f7023e7c
      recipe-roller authored
      This is an automated CL created by the recipe roller. This CL rolls recipe
      changes from upstream projects (e.g. depot_tools) into downstream projects
      (e.g. tools/build).
      
      
      More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
      (or complain)
      
      recipe_engine:
        https://crrev.com/230fcdf5d57a084071e3617885b3286353ab1350 [package.proto] add options for autoroller recipe to recipes.cfg. (iannucci@chromium.org)
      
      TBR=iannucci@chromium.org
      
      Change-Id: I572a9306423d2065bf5c64522d56d6e58f3d30ea
      Recipe-Tryjob-Bypass-Reason: Autoroller
      Bugdroid-Send-Email: False
      Reviewed-on: https://chromium-review.googlesource.com/461477
      Reviewed-by: <recipe-roller@chromium.org>
      Commit-Queue: <recipe-roller@chromium.org>
      f7023e7c
    • Nodir Turakulov's avatar
      Revert "add "generic" infra path config" · 284e34ae
      Nodir Turakulov authored
      This reverts commit 8b5b5941.
      
      Reason for revert: nothing wrong with this CL, but implementing a manual roll to build.git takes more than 20 min. I will reland this CL once my roll to build.git CL is ready
      
      Original change's description:
      > add "generic" infra path config
      > 
      > It proved to be dangerous to introduce conditional logic into recipes
      > and recipe modules to alternate between buildbot and luci modes, namely
      > it touches buildbot code paths, which can be very dangerous.
      > 
      > Instead, introduce "generic" default path config that configures
      > existing base paths from the built-in ones.
      > 
      > Also remove swarmbucket path config because it is not used.
      > 
      > R=​iannucci@chromium.org
      > BUG=660481
      > 
      > Change-Id: Ide0e1f64913fe35766b997ab5b55f01f4c63aa58
      > Reviewed-on: https://chromium-review.googlesource.com/459234
      > Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > 
      
      TBR=iannucci@chromium.org,nodir@chromium.org,chromium-reviews@chromium.org
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=660481
      
      Change-Id: If27a537689dfe3669015bcbc7a5f07ca1f5c10af
      Reviewed-on: https://chromium-review.googlesource.com/461223Reviewed-by: 's avatarNodir Turakulov <nodir@chromium.org>
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      284e34ae
    • Nodir Turakulov's avatar
      add "generic" infra path config · 8b5b5941
      Nodir Turakulov authored
      It proved to be dangerous to introduce conditional logic into recipes
      and recipe modules to alternate between buildbot and luci modes, namely
      it touches buildbot code paths, which can be very dangerous.
      
      Instead, introduce "generic" default path config that configures
      existing base paths from the built-in ones.
      
      Also remove swarmbucket path config because it is not used.
      
      R=iannucci@chromium.org
      BUG=660481
      
      Change-Id: Ide0e1f64913fe35766b997ab5b55f01f4c63aa58
      Reviewed-on: https://chromium-review.googlesource.com/459234
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      8b5b5941