[opensuse-buildservice] RTFM? How to move packages between subprojects?

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, to avoid problems while messing around and trying out things, I made subprojects to my home-projects. Now that I figured out how to actually get some things running, I wanted to move the packages into the 'stable' main project / home-project. But at least google found no way to do so. Basically I would like to move the package and delete it in the subproject afterwards. If this is possible. Otherwise I could link the package and keep it in the subproject, but that could get messy after a while. Is there a way? Link first and then detachbranch? RTFM? Regards, Johannes - -- Ask a stupid question, and be a fool for 5 minutes. Don't ask, and be a fool for the rest of your life. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ iEYEARECAAYFAlODidEACgkQzi3gQ/xETbJo0ACdHjeBjJsqGfanRTxDJWM8jx2Y iMAAoJ8p4cRGQg7wKJzXzh6jRnJgZX1b =6Ebs -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

On Montag, 26. Mai 2014, 20:37:06 wrote Johannes Kastl:
Hi,
to avoid problems while messing around and trying out things, I made subprojects to my home-projects. Now that I figured out how to actually get some things running, I wanted to move the packages into the 'stable' main project / home-project. But at least google found no way to do so.
Basically I would like to move the package and delete it in the subproject afterwards. If this is possible. Otherwise I could link the package and keep it in the subproject, but that could get messy after a while.
Is there a way? Link first and then detachbranch? RTFM?
What is wrong with an "osc copypac" && "osc rdelete" ? -- 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-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

On Monday 2014-05-26 20:54, Adrian Schröter wrote:
On Montag, 26. Mai 2014, 20:37:06 wrote Johannes Kastl:
Hi,
to avoid problems while messing around and trying out things, I made subprojects to my home-projects. Now that I figured out how to actually get some things running, I wanted to move the packages into the 'stable' main project / home-project. But at least google found no way to do so.
Basically I would like to move the package and delete it in the subproject afterwards. If this is possible. Otherwise I could link the package and keep it in the subproject, but that could get messy after a while.
Is there a way? Link first and then detachbranch? RTFM?
What is wrong with an "osc copypac" && "osc rdelete" ?
That it requires more steps than that, one of them being changedevelrequest. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

+1 especially that would be nice in the webui, if you could move it inside home:myproj like in github. like: https://help.github.com/articles/moving-a-file-to-a-new-location where a file should equal to a package on obs. 2014-05-26 21:15 GMT+02:00 Jan Engelhardt <jengelh@inai.de>:
On Monday 2014-05-26 20:54, Adrian Schröter wrote:
On Montag, 26. Mai 2014, 20:37:06 wrote Johannes Kastl:
Hi,
to avoid problems while messing around and trying out things, I made subprojects to my home-projects. Now that I figured out how to actually get some things running, I wanted to move the packages into the 'stable' main project / home-project. But at least google found no way to do so.
Basically I would like to move the package and delete it in the subproject afterwards. If this is possible. Otherwise I could link the package and keep it in the subproject, but that could get messy after a while.
Is there a way? Link first and then detachbranch? RTFM?
What is wrong with an "osc copypac" && "osc rdelete" ?
That it requires more steps than that, one of them being changedevelrequest. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

Damian Ivanov <damianatorrpm@gmail.com> Tue, 27 May 2014 19:26:19 +0300:
+1 especially that would be nice in the webui, if you could move it inside home:myproj like in github. like: https://help.github.com/articles/moving-a-file-to-a-new-location where a file should equal to a package on obs.
2014-05-26 21:15 GMT+02:00 Jan Engelhardt <jengelh@inai.de>:
On Monday 2014-05-26 20:54, Adrian Schröter wrote:
On Montag, 26. Mai 2014, 20:37:06 wrote Johannes Kastl:
Hi,
to avoid problems while messing around and trying out things, I made subprojects to my home-projects. Now that I figured out how to actually get some things running, I wanted to move the packages into the 'stable' main project / home-project. But at least google found no way to do so.
Basically I would like to move the package and delete it in the subproject afterwards. If this is possible. Otherwise I could link the package and keep it in the subproject, but that could get messy after a while.
Is there a way? Link first and then detachbranch? RTFM?
What is wrong with an "osc copypac" && "osc rdelete" ?
That it requires more steps than that, one of them being changedevelrequest.
A submit request can be used. -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

yes, a submit request can be used ; you can also $(mount -t ramfs -o size=20m ramfs /mnt/ram ; mv file /mnt/ram/file ; reboot) instead of $(rm file) ;) The submit request need to be accepted after that, which makes it more complex. I've locally some scripts that can move all packages from one project/subproj to another proj or subproj (even on a private instance) as I've not seen a better alternative. A renaming feature including move option (see my last mail) would really add some value :) 2014-05-27 18:33 GMT+02:00 Dmitriy Perlow <dap@open.by>:
Damian Ivanov <damianatorrpm@gmail.com> Tue, 27 May 2014 19:26:19 +0300:
+1 especially that would be nice in the webui, if you could move it inside home:myproj like in github. like: https://help.github.com/articles/moving-a-file-to-a-new-location where a file should equal to a package on obs.
2014-05-26 21:15 GMT+02:00 Jan Engelhardt <jengelh@inai.de>:
On Monday 2014-05-26 20:54, Adrian Schröter wrote:
On Montag, 26. Mai 2014, 20:37:06 wrote Johannes Kastl:
Hi,
to avoid problems while messing around and trying out things, I made subprojects to my home-projects. Now that I figured out how to actually get some things running, I wanted to move the packages into the 'stable' main project / home-project. But at least google found no way to do so.
Basically I would like to move the package and delete it in the subproject afterwards. If this is possible. Otherwise I could link the package and keep it in the subproject, but that could get messy after a while.
Is there a way? Link first and then detachbranch? RTFM?
What is wrong with an "osc copypac" && "osc rdelete" ?
That it requires more steps than that, one of them being changedevelrequest.
A submit request can be used.
-- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 26.05.14 21:15 Jan Engelhardt wrote:
That it requires more steps than that, one of them being changedevelrequest.
But as long as the packages are just in my own projects, that step should not be necessary, right? Regards, Johannes - -- `Voldemort himself created his worst enemy, just as tyrants everywhere do! Have you any idea how much tyrants fear the people they oppress? All of them realise that, one day [...]there is sure to be one who rises against them and strikes back.´ (Harry Potter 6) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ iEYEARECAAYFAlOGECcACgkQzi3gQ/xETbJQPwCgnWM856QvIZICav9gzuPwqXHX ZVIAn0knF9zenPIb9oN1YnRF/xh0bkvv =vMRc -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 26.05.14 20:54 Adrian Schröter wrote:
What is wrong with an "osc copypac" && "osc rdelete" ?
Thanks for the suggestion. What would be the difference to "osc link" and "osc detachbranch" (I found that one mentioned somewhere, but guess what, I do not remember where...)? Regards, Johannes - -- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. (unknown) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ iEYEARECAAYFAlOGEG8ACgkQzi3gQ/xETbK2LQCffnpMkMdjwqzotdszKffNdWdj HzgAn1x2Z21PUbeQdDXreOq1wsOdZbBU =BDmp -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (5)
-
Adrian Schröter
-
Damian Ivanov
-
Dmitriy Perlow
-
Jan Engelhardt
-
Johannes Kastl