Bump to version 1.1.0.
- remove debug output - add scripts, README, Containerfiles, and LICENSE to install.
This commit is contained in:
@@ -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) +
|
||||
|
||||
@@ -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) +
|
||||
|
||||
Reference in New Issue
Block a user