Skip to content

Commit

Permalink
Merge pull request #1674 from dmach/_scmsync.obsinfo-projectscmsync
Browse files Browse the repository at this point in the history
Add support for projectscmsync field in _scmsync.obsinfo metadata
  • Loading branch information
lethliel authored Dec 3, 2024
2 parents a20f224 + 45c647e commit ffca873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osc/obs_api/scmsync_obsinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ScmsyncObsinfo(BaseModel):
commit: str = Field()
url: str = Field()
revision: str = Field()
projectscmsync: str = Field()

@classmethod
def from_string(cls, data: str) -> "ScmsyncObsinfo":
Expand Down

0 comments on commit ffca873

Please sign in to comment.