How to branch from user's build service home to mine?
All, I can't figure out how to branch a package (the gcc-arm-none-eabi packages) from https://build.opensuse.org/project/show/home:wkazubski to my build service account with the new interface? I can't osc -a (Permission Denied) and I just need to get the packages to my build service to rebuild with the correct options so the executables will work on a Pi Pico (without hardlocking on every strcmp() call, etc..) What is the best way to go? The packages I need are: cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc cross-arm-none-eabi-newlib (I've already rebuilt newlib locally, but it puts a hell of a demand on my laptop...) -- David C. Rankin, J.D.,P.E.
On Friday 2023-12-15 18:20, David C. Rankin wrote:
I can't figure out how to branch a package (the gcc-arm-none-eabi packages) from https://build.opensuse.org/project/show/home:wkazubski to my build service account with the new interface? I can't osc -a (Permission Denied)
what's wrong with `osc branch home:wkazubski/cross-arm-none-eabi-gcc`? on a _custom_ OBS instance that becomes something like `osc branch openSUSE.org:home:wkazubski/cross-arm-non-eabi-gcc` if the portal project is called "openSUSE.org".
On 12/15/23 11:38, Jan Engelhardt wrote:
what's wrong with
`osc branch home:wkazubski/cross-arm-none-eabi-gcc`?
on a_custom_ OBS instance that becomes something like
`osc branch openSUSE.org:home:wkazubski/cross-arm-non-eabi-gcc`
if the portal project is called "openSUSE.org".
Thanks Jan, git I've made friends with. OSC, not yet. In my past is usually takes 20 e-mails and an act of God to push packages around that way :) (though I fully prefer it over some damn point-and-click FUBAR web interface) I just have to make friends with it. We need to have an official package for gcc-arm-none-eabi. There is so much embedded development happening, every college has their first programming course on a Pi, Pico of MSP. Every other distro provides it, but if a student wants to use openSUSE, they are out of luck (unless they know how to search repositories/home:...) Anyway, thanks again, I've got them branched and options adjusted so the Pico doesn't fall-over over every strcmp() call. -- David C. Rankin, J.D.,P.E.
On 12/15/23 11:20, David C. Rankin wrote:
All,
I can't figure out how to branch a package (the gcc-arm-none-eabi packages) from https://build.opensuse.org/project/show/home:wkazubski to my build service account with the new interface? I can't osc -a (Permission Denied) and I just need to get the packages to my build service to rebuild with the correct options so the executables will work on a Pi Pico (without hardlocking on every strcmp() call, etc..)
What is the best way to go? The packages I need are:
cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc cross-arm-none-eabi-newlib
(I've already rebuilt newlib locally, but it puts a hell of a demand on my laptop...)
UUGH - Never Mind - Burried in the bottom bar -- and visible when I zoom 90%... sheesh -- David C. Rankin, J.D.,P.E.
participants (2)
-
David C. Rankin
-
Jan Engelhardt