Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Lachu:SystemServices
Lachu-PackageKit
0045-Setting-started-flag-for-job-to-true.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0045-Setting-started-flag-for-job-to-true.patch of Package Lachu-PackageKit
From f628154b4e262f5473d04a7bee0dc576baaa6f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= <slawek@lach.art.pl> Date: Mon, 19 Jul 2021 15:59:19 +0200 Subject: [PATCH 45/46] - Setting started flag for job to true It is curremtly used only by zypp backend --- src/pk-backend-job.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pk-backend-job.c b/src/pk-backend-job.c index 080011b32..bcb1074e5 100644 --- a/src/pk-backend-job.c +++ b/src/pk-backend-job.c @@ -1745,6 +1745,7 @@ pk_backend_job_new (GKeyFile *conf) { PkBackendJob *job; job = g_object_new (PK_TYPE_BACKEND_JOB, NULL); + job->started = FALSE; job->priv->conf = g_key_file_ref (conf); return PK_BACKEND_JOB (job); } -- 2.32.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor