Skip to content

Commit

Permalink
[backend] OBS 2.3 renamed project "type" to "kind"
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed May 13, 2011
1 parent 9d78e81 commit f87c609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ReleaseNotes-2.1.10
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Feature backports:
Changes:
========

* backend: support for remote projects on OBS 2.3 using a project kind.
* backend: support for remote packages on OBS 2.3 with source services.

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion src/backend/BSXML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ our $download = [
our $proj = [
'project' =>
'name',
'type', # to be compatible with OBS 2.3
'kind', # to be compatible with OBS 2.3
[],
'title',
'description',
Expand Down

0 comments on commit f87c609

Please sign in to comment.