From f6bc2908d4a6cb3400fae83161210f10750082cb Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 20 Aug 2014 16:19:24 -0700 Subject: [PATCH] rename references to updatectl, it is now updateservicectl --- build_library/generate_au_zip.py | 2 +- core_promote | 2 +- core_roller_upload | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_library/generate_au_zip.py b/build_library/generate_au_zip.py index 954aa8a121..6f9cfe3a0e 100755 --- a/build_library/generate_au_zip.py +++ b/build_library/generate_au_zip.py @@ -29,7 +29,7 @@ STATIC_FILES = ['%s/version.txt' % REPO_MANIFESTS_DIR, ] DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator', - '/usr/bin/updatectl', + '/usr/bin/updateservicectl', '/usr/bin/bsdiff', '/usr/bin/bspatch'] diff --git a/core_promote b/core_promote index 2e36b99d1d..70423bdc3f 100755 --- a/core_promote +++ b/core_promote @@ -76,7 +76,7 @@ gs_release="${FLAGS_release_storage}/${FLAGS_board}/${FLAGS_version}" gs_current="${FLAGS_release_storage}/${FLAGS_board}/current" if [[ ${FLAGS_do_roller} -eq ${FLAGS_TRUE} ]]; then - updatectl \ + updateservicectl \ --server="${FLAGS_endpoint}" \ --user="${FLAGS_user}" \ --key="${FLAGS_api_key}" \ diff --git a/core_roller_upload b/core_roller_upload index ea337e6ab1..12612e5f78 100755 --- a/core_roller_upload +++ b/core_roller_upload @@ -51,7 +51,7 @@ GS_URL="${FLAGS_storage}/${FLAGS_board}/${FLAGS_version}/update.gz" HTTP_URL="https://commondatastorage.googleapis.com/${GS_URL#gs://}" gsutil cp "${FLAGS_payload}" "${GS_URL}" -updatectl \ +updateservicectl \ --server="${FLAGS_endpoint}" \ --user="${FLAGS_user}" \ --key="${FLAGS_api_key}" \