Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1169 from advancedtelematic/feat/OTA-2418/remove-…
Browse files Browse the repository at this point in the history
…example.com

OTA-2418: Remove example.com URL from automated garage-sign usage
  • Loading branch information
pattivacek authored Apr 4, 2019
2 parents 2c020de + 16bfc5e commit 4655bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sota_tools/deploy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bool OfflineSignRepo(const ServerCredentials &push_credentials, const std::strin
return false;
}

std::string cmd("garage-sign targets add --repo aktualizr --format OSTREE --length 0 --url \"https://example.com/\"");
std::string cmd("garage-sign targets add --repo aktualizr --format OSTREE --length 0");
cmd += " --name " + name + " --version " + hash.string() + " --sha256 " + hash.string();
cmd += " --hardwareids " + hardwareids;
if (system(cmd.c_str()) != 0) {
Expand Down

0 comments on commit 4655bf8

Please sign in to comment.