Comment # 1 on bug 942936 from
Created attachment 644894 [details]
Proposed implementation

This patch implements a slightly different syntax:

osc mr .

When issued within a package subdirectory it submits a maintenance request for
a single package.
This is to not change the semantics of the current implementation to avoid
confusing users.

Note: osc derives the source project and package from the current directory.
It uses the linkinfo information in the .osc/_files file to obtain information
about the release project.
Since 'osc mr' is also valid to submit all packages under the current source
project it where the release project is derived on the server side, it may not
be necessary to submit a release project at all.


You are receiving this mail because: