testing...
This commit is contained in:
@@ -65,7 +65,6 @@ int main(int argc, char **argv) {
|
||||
setDebugLevel(LOG_NOTICE);
|
||||
}
|
||||
|
||||
|
||||
//return 0;
|
||||
|
||||
/*
|
||||
@@ -172,7 +171,7 @@ int main(int argc, char **argv) {
|
||||
qInfo() << "using customer repository" << psaRepoDir;
|
||||
}
|
||||
|
||||
std::unique_ptr<QString> c = internal::dcCandidateToInstall();
|
||||
std::unique_ptr<QString> c = internal::dcCandidateToInstall("/etc/dc/");
|
||||
if (c) {
|
||||
fi.setFile(*c);
|
||||
if (fi.exists() == false) {
|
||||
|
Reference in New Issue
Block a user