Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Thaodan:tools
osc
0010-Add-optional-package-attribute-to-build-di...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0010-Add-optional-package-attribute-to-build-disable-flag.patch of Package osc
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar@jolla.com> Date: Wed, 25 Sep 2024 19:03:51 +0300 Subject: [PATCH] Add optional package attribute to build disable flag To support the per package build flags in project meta as originally added in: https://github.com/MeeGoIntegration/open-build-service/commit/a90d25aa057d939cd9c23809bc2b9a0c4710acbf https://github.com/MeeGoIntegration/open-build-service/commit/81f0af1d59a5cb226127dd61c15fabcc2b761674 --- osc/obs_api/flag.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osc/obs_api/flag.py b/osc/obs_api/flag.py index 5fa415cffec520da25a661fb9be346d6c89ff30b..c7abb99cc536933d843ba42d1fc08bb2bb3295a7 100644 --- a/osc/obs_api/flag.py +++ b/osc/obs_api/flag.py @@ -22,3 +22,7 @@ class Flag(XmlModel): repository: Optional[str] = Field( xml_attribute=True, ) + + package: Optional[str] = Field( + xml_attribute=True, + )
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