[opensuse-packaging] Submitting a single maintenance request containing two packages
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? Thanks, Robert [1]: http://en.opensuse.org/openSUSE:Package_maintenance#Find_the_package_that_yo... -- http://robert.muntea.nu/ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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.
Thanks,
Robert
[1]: http://en.opensuse.org/openSUSE:Package_maintenance#Find_the_package_that_yo...
-- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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 A working copy of the branched package can be checked out with: osc co home:robert_munteanu:branches:openSUSE:13.1:Update/php5-pear-phpunit.openSUSE_13.1_Update $ 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 A working copy of the branched package can be checked out with: osc co home:robert_munteanu:branches:openSUSE:13.1:Update/php5-pear-phpunit.openSUSE_13.1_Update.openSUSE_13.1_Update $ osc co home:robert_munteanu:branches:openSUSE:13.1:Update/php5-pear-phpunit.openSUSE_13.1_Update.openSUSE_13.1_Update A home:robert_munteanu:branches:openSUSE:13.1:Update A home:robert_munteanu:branches:openSUSE:13.1:Update/php5-pear-phpunit.openSUSE_13.1_Update.openSUSE_13.1_Update A home:robert_munteanu:branches:openSUSE:13.1:Update/php5-pear-phpunit.openSUSE_13.1_Update.openSUSE_13.1_Update/PHP_CodeCoverage-1.1.2.tgz A home:robert_munteanu:branches:openSUSE:13.1:Update/php5-pear-phpunit.openSUSE_13.1_Update.openSUSE_13.1_Update/php5-pear-phpunit-PHP_CodeCoverage.changes A home:robert_munteanu:branches:openSUSE:13.1:Update/php5-pear-phpunit.openSUSE_13.1_Update.openSUSE_13.1_Update/php5-pear-phpunit-PHP_CodeCoverage.spec
Thanks,
Robert
[1]: http://en.opensuse.org/openSUSE:Package_maintenance#Find_the_package_that_yo...
--
Adrian Schroeter email: adrian@suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany
-- http://robert.muntea.nu/ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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 -- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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? Robert
--
Adrian Schroeter email: adrian@suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany
-- http://robert.muntea.nu/ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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 -- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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. Robert
--
Adrian Schroeter email: adrian@suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany
-- http://robert.muntea.nu/ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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
participants (3)
-
Adrian Schröter
-
Marcus Meissner
-
Robert Munteanu