Update spamassassin to version 4.0.2 and spampd to version 2.62 #1
Reference in New Issue
Block a user
Delete Branch "(deleted):factory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please note, openSUSE:Factory has not been migrated to git, yet. The process for landing updates there is still:
I will need some help with this. It took me several hours to get to this point, which would literally have taken less than two minutes on OBS. I have no idea what to do.
osc develproject openSUSE:Factory spamassassinSo, this one is actually already in Git in src.opensuse.org/perl/spamassassin
Can you please create a PR against src.opensuse.org/perl/spamassassin ?
As mentioned above, I have no idea how to do that. I found instructions in https://en.opensuse.org/openSUSE:Git_Packaging_Workflow but apparently missed some steps. I have no idea what.
I understand. The instructions there talk about
/poolspecifically and not devel projects. So, what you can do is this, go to src.opensuse.org/perl/spamassassin and create a fork there to your home, call it "spamassassin2". Then in your current checkout (spamassassin) that contains your changes,Now you should have version_update branch in spamassassin2 fork on Gitea. Then create a PR against the main branch of the perl package.
The commands above did,
* add another gitea repository to your git checkout, the 2nd fork
* fetch current state from it
* checkout the current devel project branch as "version_update" branch
* cherry-pick the changes you are trying to commit here to that branch (there should be no conflicts)
* push the new branch to your 2nd fork
The reason for 2nd fork is that Gitea only has 1:1 relationship between parents and forks. You can't add the devel project to existing fork.
Did this work?
I think it worked, I now see a bunch of reviewers in the pull request I just created. Now the million dollar question is, where did I go wrong in my earlier attempt to do this?
I don't believe it's your fault so much. The wiki talks about
/poolstill, but we are migrating devel projects to their own organizations.And I forgot to set an Branch blocking attribute for openSUSE:Factory/spamassassin that should have told you to contribute to src.opensuse.org/perl/spamassassin directly instead of trying to create an osc branch. I'll do that now.
Pull request closed