Bump to version 1.1.0.

- remove debug output
- add scripts, README, Containerfiles, and LICENSE to install.
This commit is contained in:
2023-10-24 19:07:16 -07:00
parent 6a353e811a
commit a0b6d45c8a
5 changed files with 14 additions and 6 deletions

View File

@@ -42,7 +42,6 @@ debianEndpoint(std::string endpoint)
endpoint.insert(endpoint.cbegin(), '/');
}
std::cerr << "owner: " << scsl::SimpleConfig::GetGlobal("owner", defaultOwner) << "\n";
auto urlBase = "https://" + scsl::SimpleConfig::GetGlobal("server");
return urlBase + "/api/packages/" +
scsl::SimpleConfig::GetGlobal("owner", defaultOwner) +

View File

@@ -41,7 +41,6 @@ genericEndpoint(std::string endpoint)
endpoint.insert(endpoint.cbegin(), '/');
}
std::cerr << "owner: " << scsl::SimpleConfig::GetGlobal("owner", defaultOwner) << "\n";
auto urlBase = "https://" + scsl::SimpleConfig::GetGlobal("server");
return urlBase + "/api/packages/" +
scsl::SimpleConfig::GetGlobal("owner", defaultOwner) +