Don't check opkg_commands-file in the system-filesystem to remove
confusing error-messages.
This commit is contained in:
parent
4bb8e241b6
commit
8aeb7ecfea
@ -1259,8 +1259,8 @@ PSAInstalled Worker::getPSAInstalled() {
|
|||||||
psaInstalled.hw.cpuSerial = m_cpuSerial;
|
psaInstalled.hw.cpuSerial = m_cpuSerial;
|
||||||
|
|
||||||
psaInstalled.opkg.blob = m_gc.gitBlob(absPathNameRepositoryOpkg);
|
psaInstalled.opkg.blob = m_gc.gitBlob(absPathNameRepositoryOpkg);
|
||||||
psaInstalled.opkg.size = getFileSize(absPathNameRepositoryOpkg);
|
// psaInstalled.opkg.size = getFileSize(absPathNameRepositoryOpkg);
|
||||||
psaInstalled.opkg.loadTime = Utils::getTariffLoadTime(absPathNameRepositoryOpkg);
|
// psaInstalled.opkg.loadTime = Utils::getTariffLoadTime(absPathNameRepositoryOpkg);
|
||||||
psaInstalled.opkg.lastCommit = m_gc.gitLastCommit(absPathNameRepositoryOpkg);
|
psaInstalled.opkg.lastCommit = m_gc.gitLastCommit(absPathNameRepositoryOpkg);
|
||||||
|
|
||||||
psaInstalled.dc.versionHW = deviceControllerVersionHW;
|
psaInstalled.dc.versionHW = deviceControllerVersionHW;
|
||||||
|
Loading…
Reference in New Issue
Block a user