[tracking] hook the install-tracking job into the build.

(it doesn't work yet, though .. multi-threading issues).
This commit is contained in:
Adriaan de Groot 2017-11-09 05:45:25 -05:00
parent a0b1410a50
commit 9a43b8a0e8
3 changed files with 14 additions and 2 deletions

View file

@ -132,6 +132,8 @@ TrackingViewStep::jobs() const
.replace( "$DISK", disk );
cDebug() << " .. install-tracking URL" << installUrl;
l.append( Calamares::job_ptr( new TrackingInstallJob( installUrl ) ) );
}
return l;
}