1. 12 Aug, 2019 1 commit
  2. 25 May, 2019 1 commit
  3. 24 May, 2019 1 commit
    • Greg Spencer's avatar
      Add unpublish_package script. (#33267) · c99ed8fe
      Greg Spencer authored
      This adds a maintenance script that will allow us to "unpublish" a release: basically remove it from the cloud storage so that we're no longer serving it from the website.
      
      Obviously, gsutil access to the cloud storage server is required for this to function.
      c99ed8fe
  4. 15 Mar, 2019 1 commit
  5. 13 Mar, 2019 1 commit
  6. 08 Mar, 2019 1 commit
  7. 01 Mar, 2019 1 commit
  8. 05 Feb, 2019 1 commit
  9. 10 Jan, 2019 1 commit
  10. 29 Nov, 2018 1 commit
  11. 28 Nov, 2018 1 commit
  12. 06 Nov, 2018 1 commit
  13. 01 Nov, 2018 1 commit
  14. 22 Sep, 2018 1 commit
    • Ian Hickson's avatar
      [H] Cleanup (#21542) · 989cf18b
      Ian Hickson authored
      * Improve documentation and clean up code.
      
      * Remove "Note that".
      
      The phrase "note that" is basically meaningless as a prefix to an
      otherwise fine sentence.
      989cf18b
  15. 06 Sep, 2018 1 commit
    • TL Lee's avatar
      Add build test for Flutter codelabs (#19579) · e2167b9f
      TL Lee authored
      * Add build test for Flutter codelabs
      
      * Fix indentation in build test script
      
      * Correct filename for the codelabs build test run by travis
      
      * Change if statement to elif
      
      * Replace echo statements with set -x
      
      * Add BSD-style license
      
      * Add codelabs build test to Cirrus
      
      * Remove codelabs_build_test from Travis.
      
      * Remove codelabs_build_test from travis_script.sh
      
      * Update documentation for codelabs_build_test.sh
      
      * Update readme for build test
      
      * Add link to open a new issue to MDC-Flutter
      
      * Add phrase to address "if you think you really need to break this test, please escalate this"
      e2167b9f
  16. 07 Aug, 2018 2 commits
    • Greg Spencer's avatar
      Remove Travis configuration from flutter/flutter (#20288) · e60087a1
      Greg Spencer authored
      This removes the final traces of Travis and Appveyor from the Flutter tree.
      
      I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow).
      
      There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor).
      
      FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
      e60087a1
    • liyuqian's avatar
      Update build bot update instructions (#20301) · 0630518b
      liyuqian authored
      `run_recipe.py` has been removed and waterfall is deprecated...
      0630518b
  17. 11 Jan, 2018 1 commit
  18. 05 Jan, 2018 5 commits
  19. 09 May, 2017 1 commit
  20. 13 Mar, 2017 1 commit
  21. 22 Feb, 2017 1 commit
  22. 15 Feb, 2017 2 commits
  23. 07 Feb, 2017 1 commit
  24. 18 May, 2016 1 commit
    • Ian Hickson's avatar
      Try to simplify our bot setup. (#3986) · 942ccc5c
      Ian Hickson authored
      This moves all the bot-related files to `dev/bots`, hiding it from our
      home page in github. Also, simplifies the travis setup, though that
      doesn't do any difference to the performance sadly.
      942ccc5c
  25. 18 Apr, 2016 1 commit
  26. 13 Apr, 2016 1 commit
  27. 05 Mar, 2016 1 commit
  28. 23 Feb, 2016 1 commit
  29. 14 Feb, 2016 1 commit
    • Adam Barth's avatar
      Fix infra docs · 89e0dac9
      Adam Barth authored
      Previously we had the wrong path to the recipes.py script and an incorrect argument list.
      89e0dac9
  30. 13 Feb, 2016 2 commits
  31. 11 Feb, 2016 1 commit
  32. 16 Jan, 2016 1 commit