[opensuse-packaging] Can a package be updated as a newer version has been released.
Hello Can a package be updated[1] as a newer version has been released[2] I tried the newer version and it works[3] Thanks Glenn [1]https://build.opensuse.org/package/show/system:packagemanager/smart [2] https://launchpad.net/smart/+milestone/1.4.1 https://launchpad.net/smart/trunk/1.4.1/+download/smart-1.4.1.tar.bz2 [3]https://build.opensuse.org/package/show/home:doiggl:branches:system:packagem... -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Quoting doiggl@velocitynet.com.au:
Hello Can a package be updated[1] as a newer version has been released[2] I tried the newer version and it works[3]
Thanks Glenn
[1]https://build.opensuse.org/package/show/system:packagemanager/smart
[2] https://launchpad.net/smart/+milestone/1.4.1 https://launchpad.net/smart/trunk/1.4.1/+download/smart-1.4.1.tar.bz2
[3]https://build.opensuse.org/package/show/home:doiggl:branches:system:packagem...
Glenn, you did all the work! Now the 'last mile' is to submit the package back to system:packagemanager. You can do that either using osc sr (submitreq) or from the webui: click on 'Submit Package'. Per default, it goes back to where you branched it from (which is exactly correct). Then the package maintainer can review your change, accept or decline, hopefully with reason and guiding on how to correct it, and then forward it to Factory. Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, 29 Jan 2014 08:58:29 +0000, "Dominique Leuenberger a.k.a. Dimstar" <dimstar@opensuse.org> wrote:
Quoting doiggl@velocitynet.com.au:
Hello Can a package be updated[1] as a newer version has been released[2] I tried the newer version and it works[3]
Thanks Glenn
[1]https://build.opensuse.org/package/show/system:packagemanager/smart
[2] https://launchpad.net/smart/+milestone/1.4.1 https://launchpad.net/smart/trunk/1.4.1/+download/smart-1.4.1.tar.bz2
[3]https://build.opensuse.org/package/show/home:doiggl:branches:system:packagem...
Glenn,
you did all the work! Now the 'last mile' is to submit the package back to system:packagemanager.
You can do that either using osc sr (submitreq) or from the webui: click on 'Submit Package'. Per default, it goes back to where you branched it from (which is exactly correct).
Then the package maintainer can review your change, accept or decline, hopefully with reason and guiding on how to correct it, and then forward it to Factory.
Dominique
Hello, What would be the full command using 'osc sr' syntax to submit the newer package ? , have you an example of this ? Thanks Glenn -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Quoting doiggl@velocitynet.com.au:
On Wed, 29 Jan 2014 08:58:29 +0000, "Dominique Leuenberger a.k.a. Dimstar" <dimstar@opensuse.org> wrote:
Quoting doiggl@velocitynet.com.au:
Hello Can a package be updated[1] as a newer version has been released[2] I tried the newer version and it works[3]
Thanks Glenn
[1]https://build.opensuse.org/package/show/system:packagemanager/smart
[2] https://launchpad.net/smart/+milestone/1.4.1 https://launchpad.net/smart/trunk/1.4.1/+download/smart-1.4.1.tar.bz2
[3]https://build.opensuse.org/package/show/home:doiggl:branches:system:packagem...
Glenn,
you did all the work! Now the 'last mile' is to submit the package back to system:packagemanager.
You can do that either using osc sr (submitreq) or from the webui: click on 'Submit Package'. Per default, it goes back to where you branched it from (which is exactly correct).
Then the package maintainer can review your change, accept or decline, hopefully with reason and guiding on how to correct it, and then forward it to Factory.
Dominique
Hello, What would be the full command using 'osc sr' syntax to submit the newer package ? , have you an example of this ? Thanks Glenn
Hi, of course: osc sr $SRCPRJ $SRCPKG $DSTPRJ $DSTPKG this is the FULL command.. so in your specific case: osc sr home:doiggl:branches:system:packagemanager smart system:packagemanager smart There are many shortcuts to this.. for example, if $PWD is the directory of the package itself (so something like ~/home:doiggl:branches:system:packagemanager/smart (probably some other location of course), then you can do a simple 'osc sr' => it will read the CURRENT directories package (frmo .osc/*) and submit the package to where it was branched from (as noted in the _link file). Once you issue the osc sr [...] command, an editor will open for the 'submit message'. Per default, it will add the diff of the .changes file. Modify as neede, save and exit, control goes back to osc. If NO change was done, there is an additional question by OSC to actually submit (or abort). hope this gets you going! Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, 29 Jan 2014 12:05:49 +0000, "Dominique Leuenberger a.k.a. Dimstar" <dimstar@opensuse.org> wrote:
Quoting doiggl@velocitynet.com.au:
On Wed, 29 Jan 2014 08:58:29 +0000, "Dominique Leuenberger a.k.a. Dimstar" <dimstar@opensuse.org> wrote:
Quoting doiggl@velocitynet.com.au:
Hello Can a package be updated[1] as a newer version has been released[2] I tried the newer version and it works[3]
Thanks Glenn
[1]https://build.opensuse.org/package/show/system:packagemanager/smart
[2] https://launchpad.net/smart/+milestone/1.4.1 https://launchpad.net/smart/trunk/1.4.1/+download/smart-1.4.1.tar.bz2
[3]https://build.opensuse.org/package/show/home:doiggl:branches:system:packagem...
Glenn,
you did all the work! Now the 'last mile' is to submit the package back to system:packagemanager.
You can do that either using osc sr (submitreq) or from the webui: click on 'Submit Package'. Per default, it goes back to where you branched it from (which is exactly correct).
Then the package maintainer can review your change, accept or decline, hopefully with reason and guiding on how to correct it, and then forward it to Factory.
Dominique
Hello, What would be the full command using 'osc sr' syntax to submit the newer package ? , have you an example of this ? Thanks Glenn
Hi,
of course: osc sr $SRCPRJ $SRCPKG $DSTPRJ $DSTPKG this is the FULL command.. so in your specific case:
osc sr home:doiggl:branches:system:packagemanager smart system:packagemanager smart
There are many shortcuts to this.. for example, if $PWD is the directory of the package itself (so something like ~/home:doiggl:branches:system:packagemanager/smart (probably some other location of course), then you can do a simple 'osc sr' => it will read the CURRENT directories package (frmo .osc/*) and submit the package to where it was branched from (as noted in the _link file).
Once you issue the osc sr [...] command, an editor will open for the 'submit message'. Per default, it will add the diff of the .changes file.
Modify as neede, save and exit, control goes back to osc. If NO change was done, there is an additional question by OSC to actually submit (or abort).
hope this gets you going! Dominique
Hello, Thanks for the details. I did the following -- Glenn # osc sr home:doiggl:branches:system:packagemanager smart system:packagemanager smart created request id 220435 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
doiggl@velocitynet.com.au
-
Dominique Leuenberger a.k.a. Dimstar