1. 21 Mar, 2016 1 commit
  2. 08 Mar, 2016 1 commit
    • Hixie's avatar
      Be more verbose when downloading artifacts · d5dbaa0b
      Hixie authored
      Previously, we would show 4 progress bars, which made it very unclear
      what was going on since we'd just said "downloading engine". Now each
      separate thing we download has its own announcement.
      
      Eventually we should probably only download Dart, then do the rest of
      this inside the flutter tool, as necessary.
      d5dbaa0b
  3. 20 Feb, 2016 1 commit
    • Adam Barth's avatar
      Download sky_engine and sky_services from cloud storage · 4aae718f
      Adam Barth authored
      Downloading these packages from cloud storage simplifies our deployment
      story because we can upload to cloud storage automatically from the
      buildbot.
      
      This patch also switches the responsibility for downloading the engine
      artifacts to update_engine.sh. Centralizing this responsibility ensures
      that the packages and the binaries are always in sync.
      4aae718f