Skip to content
#

opensuse

Here are 161 public repositories matching this topic...

open-build-service
dcermak
dcermak commented Mar 24, 2020

Issue Description

The API docs for the route PUT /source/<project>/<package>/<filename> (see: https://build.opensuse.org/apidocs/index#72) say that the return type is a status. That is however not true, it is in fact a revisionlist-element from https://build.opensuse.org/apidocs/revisionlist.rng.

Unfortunately that schema doesn't appear

behrmann
behrmann commented Sep 27, 2019

Running a current mypy on mkosi gives the following warnings

mkosi:968: error: Argument 1 to "partition" has incompatible type "Optional[str]"; expected "str"
mkosi:971: error: Argument 1 to "partition" has incompatible type "Optional[str]"; expected "str"
mkosi:4624: error: "Dict[str, CommandLineArguments]" has no attribute "director

The last line is harmless and addressed in #36

dcermak
dcermak commented Feb 20, 2020

The official documentation of the rabbitmq events mentions __prefix__.repo.packtrack: https://openbuildservice.org/help/manuals/obs-admin-guide/obs.cha.administration.html#id-1.6.7.10.3.4.6

The current wording: "Binary was published in the repository" sounds like it is emitted for every package, but that is only the case for maintenance updates.

Please consider changing the wording to be l

Improve this page

Add a description, image, and links to the opensuse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opensuse topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.