Skip to content

Commit 386cee7

Browse files
committed
ensure workflow occurs in overlayroot-chroot, update query structure
1 parent 4764777 commit 386cee7

2 files changed

Lines changed: 240 additions & 217 deletions

File tree

include/nuts/UpdateManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ class NUTS_EXPORT UpdateManager : public QObject {
4242
SystemInterface* m_sysInterface;
4343

4444
QString m_minTarget;
45+
QString m_otaFile;
46+
QString m_otaBranch;
4547
QString m_updateUrl;
4648
QString m_updateChecksum;
4749
QString m_otaChecksum;
@@ -61,8 +63,6 @@ class NUTS_EXPORT UpdateManager : public QObject {
6163
bool runCleanupCrew();
6264
void cleanup();
6365

64-
bool downloadAndVerifyComponent(const QString& componentName, const QString& expectedChecksum);
65-
6666
// Version comparison helper
6767
static int compareVersions(const QString& version1, const QString& version2);
6868
};

0 commit comments

Comments
 (0)