renamed target in *.pro
This commit is contained in:
parent
fc306a45f7
commit
7d367f7fa9
@ -244,8 +244,8 @@ Worker::Worker(int customerNr,
|
|||||||
// the corresponding branch, and check the integrity of the repository.
|
// the corresponding branch, and check the integrity of the repository.
|
||||||
m_workList.push_back(
|
m_workList.push_back(
|
||||||
std::make_unique<CheckAndFetchCustomerRepositoryCommand>(
|
std::make_unique<CheckAndFetchCustomerRepositoryCommand>(
|
||||||
QString("echo ATBUpdateGit")
|
// QString("echo ATBUpdateGit")
|
||||||
// QString("/opt/app/tools/atbupdate/ATBUpdateGit")
|
QString("/opt/app/tools/atbupdate/ATBUpdateGit")
|
||||||
, this, ++next));
|
, this, ++next));
|
||||||
|
|
||||||
// *** exec opkg-commands (noaction) ***
|
// *** exec opkg-commands (noaction) ***
|
||||||
@ -275,8 +275,8 @@ Worker::Worker(int customerNr,
|
|||||||
// *** send json files down to device controller ***
|
// *** send json files down to device controller ***
|
||||||
m_workList.push_back(
|
m_workList.push_back(
|
||||||
std::make_unique<UpdateJsonCommand>(
|
std::make_unique<UpdateJsonCommand>(
|
||||||
QString("echo ATBDownloadDCJsonFiles")
|
QString("echo ATBUpdateJsonFiles")
|
||||||
//QString("/opt/app/tools/atbupdate/ATBDownloadDCJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid())
|
//QString("/opt/app/tools/atbupdate/ATBUpdateJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid())
|
||||||
, this, ++next, false));
|
, this, ++next, false));
|
||||||
|
|
||||||
// sync json files in repo etc-directory with /etc fs-directory
|
// sync json files in repo etc-directory with /etc fs-directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user