Skip to content
Snippets Groups Projects
  1. Jan 29, 2019
  2. 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
  3. Jan 18, 2019
  4. 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
  5. Jun 29, 2018
    • Haibo Huang's avatar
      Support GIT upstream · 24950e79
      Haibo Huang authored
      Add the support to check how far a project is behind upstream git.
      
      Still need to manually run git merge. But this tool can help update
      METADATA. :)
      
      Test: ./updater.sh update perf_data_converter
      Change-Id: Ic46a0eb723ae22f0fc7d61a67a14299761b564a4
      24950e79
Loading