On Thu, Mar 20, 2014 at 03:12:27PM +0200, Robert Munteanu wrote:
On Thu, Mar 20, 2014 at 3:09 PM, Adrian Schröter <adrian@suse.de> wrote:
On Donnerstag, 20. März 2014, 15:05:53 wrote Robert Munteanu:
On Thu, Mar 20, 2014 at 3:00 PM, Adrian Schröter <adrian@suse.de> wrote:
On Donnerstag, 20. März 2014, 14:49:56 wrote Robert Munteanu:
Hi Adrian,
On Thu, Mar 20, 2014 at 2:44 PM, Adrian Schröter <adrian@suse.de> wrote:
On Donnerstag, 20. März 2014, 14:35:31 wrote Robert Munteanu: > Hi, > > I want to submit a mr for 13.1 which would contain two packages. The > guide at [1] only covers updates for a single package. > > How can I submit two package updates in a single mr?
branch them into the same project and create a request for the entire project.
I tried to do that, but only one package ends up in the project. What am I doing wrong?
..
$ osc branch -M openSUSE:13.1:Update php5-pear-phpunit-PHP_CodeCoverage home:robert_munteanu:branches:openSUSE:13.1:Update php5-pear-phpunit.openSUSE_13.1_Update
just do not specifcy the target package here. You did overwrote the branched package from the first call
Better drop again the project and just run
osc branch -M openSUSE:13.1:Update php5-pear-phpunit osc branch -M openSUSE:13.1:Update php5-pear-phpunit-PHP_CodeCoverage
I see, thanks. This command creates two packages under home:robert_munteanu:branches:openSUSE:13.1:Update . Do I run the osc mr command from this directory, as opposed to running it from the project directory?
you can either run it from the project directory as
osc mr
or from any directory via
osc mr home:robert_munteanu:branches:openSUSE:13.1:Update
Got it, thanks.
Or just submit two regular SRs and mail maintenance@opensuse.org. Add a bugzilla and NEEDINFO maintenance@opensuse.org if you have specific questions. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org