submissions for multiple packages
How does one put multiple pkgs into a single MR? This is apparently not explained in detail. https://en.opensuse.org/openSUSE:Maintenance/Technical_Documentation#submiss... https://en.opensuse.org/openSUSE:Package_maintenance Olaf
Hi Olaf! On 1/5/21 6:47 PM, Olaf Hering wrote:
How does one put multiple pkgs into a single MR? This is apparently not explained in detail.
I always just pass all packages on the command line: osc mr $SOURCEPROJ $PKG1 $PKG2 $PKG3 $PKGN $TARGETPROJ -m "- This is an MR" Adrian
On Tuesday 2021-01-05 18:47, Olaf Hering wrote:
How does one put multiple pkgs into a single MR? This is apparently not explained in detail.
https://en.opensuse.org/openSUSE:Maintenance/Technical_Documentation#submiss... https://en.opensuse.org/openSUSE:Package_maintenance
I found that making single-package SRs works equally well.
Am Tue, 5 Jan 2021 18:47:24 +0100 schrieb Olaf Hering <olaf@aepfle.de>:
How does one put multiple pkgs into a single MR?
It seems the workflow would be like this: osc mbranch pkg1 osc mbranch pkg2 home:user:branches:OBS_Maintained:pkg1 osc co -u home:user:branches:OBS_Maintained:pkg1 cd home:user:branches:OBS_Maintained:pkg1 ... adjust all copies of the pkgs ... osc mr -m "some reason (bsc#123)" ... record request ID ... ... sleep 123 ... osc rq reopen -m 'factory-auto bot kaputt' ID Olaf
On Tue, Jan 05, 2021 at 07:59:03PM +0100, Olaf Hering wrote:
Am Tue, 5 Jan 2021 18:47:24 +0100 schrieb Olaf Hering <olaf@aepfle.de>:
How does one put multiple pkgs into a single MR?
It seems the workflow would be like this:
osc mbranch pkg1 osc mbranch pkg2 home:user:branches:OBS_Maintained:pkg1 osc co -u home:user:branches:OBS_Maintained:pkg1 cd home:user:branches:OBS_Maintained:pkg1 ... adjust all copies of the pkgs ... osc mr -m "some reason (bsc#123)" ... record request ID ... ... sleep 123 ... osc rq reopen -m 'factory-auto bot kaputt' ID
Olaf
Hi Olaf, The maintenance team is capable of merging single package submissions if we are made aware of it in some form. I see you managed to submit the 2 packages in one MR. In general though please submit bundles in a per -product fashion, e.g. do not bundled leap 15.1, 15.2, backports 15-sp1, 15-sp2 into one MR, but do them per-product. Ciao, Marcus
participants (4)
-
Jan Engelhardt
-
John Paul Adrian Glaubitz
-
Marcus Meissner
-
Olaf Hering