mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 11:37:00 -07:00
Fixed small issues and updated GitHub CI
-Make package manager functions return error -Added Jenkensfile CI for testing purposes -Updated the github CI for testing purposes
This commit is contained in:
parent
5ffce72fa5
commit
072a118c9d
10 changed files with 107 additions and 32 deletions
|
|
@ -34,7 +34,7 @@ namespace gdpm::package_manager{
|
|||
CURL *curl;
|
||||
CURLcode res;
|
||||
config::context config;
|
||||
rest_api::rest_api_context params;
|
||||
rest_api::context params;
|
||||
command_e command;
|
||||
std::vector<std::string> packages;
|
||||
std::vector<std::string> opts;
|
||||
|
|
@ -102,7 +102,6 @@ namespace gdpm::package_manager{
|
|||
if(config.enable_sync){
|
||||
if(p_cache.empty()){
|
||||
p_cache = synchronize_database(package_titles);
|
||||
p_cache = cache::get_package_info_by_title(package_titles);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue