Skip to content
Snippets Groups Projects
  1. Feb 02, 2019
  2. Feb 01, 2019
  3. Jan 31, 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. 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
  7. Aug 27, 2018
  8. Aug 01, 2018
    • Elliott Hughes's avatar
      Sort the projects when doing checkall. · d14f0f99
      Elliott Hughes authored
      Bug: N/A
      Test: manual
      Change-Id: Ided170a655d5efe5a3026ceb7bd385ed91baa347
      d14f0f99
    • Elliott Hughes's avatar
      Distinguish more clearly between the three states. · 3f73a459
      Elliott Hughes authored
      Showing the things you need to fix in green was surprising to me.
      
      Errors and successfully determining that a project is stale both deserve
      to be red, but use bold so that we can see the projects that need to be
      updated even while there are lots of unsupported METADATA files.
      
      Bug: N/A
      Test: manual
      Change-Id: Idad71a46c675b19d1fa204268c27816375f3e394
      3f73a459
  9. 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
  10. Jun 11, 2018
Loading