Skip to content
Snippets Groups Projects
  1. Feb 01, 2019
  2. Jan 31, 2019
  3. Jan 30, 2019
  4. Jan 29, 2019
  5. Jan 28, 2019
    • Haibo Huang's avatar
      [Updater] Send email when a new version is found · 39aaab6a
      Haibo Huang authored
      Bug: 109748616
      Test: ./updater.sh check kotlinc googletest --json_output=/tmp/res.json
      Test: out/soong/host/linux-x86/bin/external_updater_notifier \
                --result_file=/tmp/res.json \
                --history ~/updater/history \
                --recipients=hhb@google.com
      
      Change-Id: I27a4c1c2604d38106a08ce3eee1bcd03fdce80d7
      39aaab6a
  6. Jan 19, 2019
  7. Jan 18, 2019
  8. Jan 16, 2019
  9. Jan 15, 2019
  10. Oct 03, 2018
  11. Oct 02, 2018
    • Haibo Huang's avatar
      [Updater] Support updating to head of github repo · 8845e1e9
      Haibo Huang authored
      If the version in METADATA is a commit (sha1), the tool will try to
      download the latest master from github, instead of latest release.
      
      Test: update METADATA of androidplot and try to update.
      Change-Id: Id12b797ca152f11d16c4d06c44e30758bec40f24
      8845e1e9
  12. Sep 04, 2018
  13. Sep 01, 2018
    • Haibo Huang's avatar
      [Updater] Support git tag · 0d3810fd
      Haibo Huang authored
      If the upstream is GIT and version is not a hash, updater will try to
      list upstream tags to find a newer version. And suggest to merge from
      that tag.
      
      Change-Id: I34651815c761c78fd0485df0a84adc086a810e9e
      Test: Change googletest/METADATA to follow upstream releases. And run updater.
      0d3810fd
  14. Aug 28, 2018
Loading