1. 06 Nov, 2017 2 commits
  2. 04 Nov, 2017 1 commit
  3. 03 Nov, 2017 5 commits
  4. 02 Nov, 2017 3 commits
  5. 01 Nov, 2017 2 commits
    • Ryan Tseng's avatar
      Reland 2 "bot_update recipe: Upload source manifest" · 70dea427
      Ryan Tseng authored
      This relands commit 47b67c42.
          
      Also:
      * Fix bot_update.py output of manifest
          
      Bug: 772529,776299
      Recipe-Nontrivial-Roll: infra
      Recipe-Nontrivial-Roll: build_limited_scripts_slave
      Recipe-Nontrivial-Roll: skiabuildbot
      Recipe-Nontrivial-Roll: release_scripts
      Recipe-Nontrivial-Roll: skia
      Recipe-Nontrivial-Roll: skiabuildbot
      Recipe-Nontrivial-Roll: build
      
      Change-Id: I31828ea5bfbc284623be8e553980f83d0889de92
      Reviewed-on: https://chromium-review.googlesource.com/748308
      Commit-Queue: Ryan Tseng <hinoka@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      Reviewed-by: 's avatarRyan Tseng <hinoka@chromium.org>
      70dea427
    • Ryan Tseng's avatar
      Revert "Reland "bot_update recipe: Upload source manifest"" · 5d790d53
      Ryan Tseng authored
      This reverts commit 47b67c42.
      
      Reason for revert: Bug in bot_update.py resource, breaks recipe roller.
      
      Original change's description:
      > Reland "bot_update recipe: Upload source manifest"
      > 
      > This reverts commit c3d1208d.
      > 
      > Also:
      > * Instead of replacing "manifest", just add a new "source_manifest" 
      > to the output JSON.  This allow transition without breakage.
      > * Change the test api so test for recipe output changes.
      > 
      > The plan is to land this first, switch all downstream to "source_manifest",
      > and then remove the original "manifest" key.
      > 
      > Bug: 772529,776299
      > Change-Id: Iffb75f18046f8e4c058afe077872d4257b9dd754
      > Recipe-Nontrivial-Roll: infra
      > Recipe-Nontrivial-Roll: build_limited_scripts_slave
      > Recipe-Nontrivial-Roll: skiabuildbot
      > Recipe-Nontrivial-Roll: release_scripts
      > Recipe-Nontrivial-Roll: skia
      > Recipe-Nontrivial-Roll: skiabuildbot
      > Recipe-Nontrivial-Roll: build
      > Reviewed-on: https://chromium-review.googlesource.com/731378
      > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > Commit-Queue: Ryan Tseng <hinoka@chromium.org>
      
      TBR=iannucci@chromium.org,hinoka@chromium.org
      
      Change-Id: I7a4ee904075e8b75b8a47f9ef0cd8a633af85a9c
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: 772529, 776299
      Reviewed-on: https://chromium-review.googlesource.com/748312Reviewed-by: 's avatarRyan Tseng <hinoka@chromium.org>
      Commit-Queue: Ryan Tseng <hinoka@chromium.org>
      5d790d53
  6. 31 Oct, 2017 3 commits
  7. 27 Oct, 2017 1 commit
  8. 26 Oct, 2017 1 commit
  9. 25 Oct, 2017 2 commits
  10. 23 Oct, 2017 1 commit
  11. 20 Oct, 2017 5 commits
  12. 19 Oct, 2017 4 commits
  13. 18 Oct, 2017 2 commits
  14. 17 Oct, 2017 5 commits
  15. 14 Oct, 2017 1 commit
  16. 13 Oct, 2017 1 commit
  17. 12 Oct, 2017 1 commit
    • Dirk Pranke's avatar
      Do not write gclient_gn_args_file too early. · 9f20d020
      Dirk Pranke authored
      Previously, gclient would attempt to write an args file after
      a dependency was checked out, but before any sub-dependencies
      had been checked out. If the args file path pointed at something
      inside a sub-dependency, this wouldn't work, because the directory
      might not yet exist. This most obviously happened for buildspec
      clobber builds.
      
      The fix is to wait until after the sub-dependencies have been
      checked out to write the file.
      
      R=phajdan.jr@chromium.org, mmoss@chromium.org
      BUG=773933
      
      Change-Id: I0cf4564204f7dabd9f843dc7904db7050fcc0d23
      Reviewed-on: https://chromium-review.googlesource.com/714644Reviewed-by: 's avatarPaweł Hajdan Jr. <phajdan.jr@chromium.org>
      Commit-Queue: Dirk Pranke <dpranke@chromium.org>
      9f20d020