
On 2/26/25 09:11, Matěj Cepl wrote:
On Tue Feb 25, 2025 at 5:19 PM CET, Adam Majer wrote:
For information of what is happening, etc. please see,
OK, I am a bit slow, probably. Could you please describe a step by step, what should I do, to which branch I should submit PR, with individual commands, when I want to update my SCM-enabled package?
Your SCM enabled package will be cloned into the project instead of the OBS import. Then you do a `osc sr <devel project> <package> openSUSE:Factory` This step will change and this will be communicated here and via submit request reject messages, so you will not miss it ;) So, to submit changes to new devel projects, 1. fork on gitea, like github 2. git clone <your repo> 3. do changes, git add, git commit, git push 4. make pull request 5. someone will accept it (or you?) 6. osc sr ... openSUSE:Factory
I have in https://src.opensuse.org/mcepl/pinentry-rofi/src/branch/switch-to-sourcehut/ change of the upstream project location (I am the upstream, and I moved all my projects from the self-hosted git.cepl.eu to Sourcehut).
See https://src.opensuse.org/pool/pinentry-rofi/compare/devel...mcepl/pinentry-r...
How can I get this change to Factory?
If the package is already in /pool, it will be forked from pool with additional pending changes on top (in case /pool is old) The idea here is not to overwrite history. - Adam