Bug ID 942936
Summary Take $CWD into account when maintenancerequest is issued
Classification Internal Novell Products
Product openSUSE Build Service
Version master
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component osc
Assignee adrian@suse.com
Reporter lchiquitto@suse.com
QA Contact adrian@suse.com
Found By ---
Blocker ---

Currently, 'osc mr' will generate one maintenance request with all packages
from the project, no matter if the command is run inside the checked-out
project directory or from a package sub-directory.

What I'd like to propose is:

~/home:user:branches:projectX> osc mr

-> Creates a maintenance-request including all packages from project
   home:user:branches:projectX.

~/home:user:branches:projectX/packageY> osc mr

-> Creates a maintenance request with only "packageY".


You are receiving this mail because: