Re: Need help with AGit / PR for kernel-updates

2025-05-30 Thread Leo Famulari
Thanks for helping me! On Sat, May 31, 2025 at 11:55:01AM +0800, Congcong Kuo wrote: > Sorry for typo, you may still need `-o topic`. > > $ git push origin contrib-linux-libre:refs/for/kernel-updates -o > topic="kernel updates" I realized that for my first kernel pull request, which was success

Re: Need help with AGit / PR for kernel-updates

2025-05-30 Thread Congcong Kuo
Hi, Sorry for typo, you may still need `-o topic`. $ git push origin contrib-linux-libre:refs/for/kernel-updates -o topic="kernel updates" You can also type: $ git push origin :refs/for// I don’t test how shell and git will process spaces in the topic name. Maybe It’s a good practice that do

Re: Need help with AGit / PR for kernel-updates

2025-05-30 Thread Congcong Kuo
Hi, I think after your first commit, you don’t need `-o topic` or `-o title` anymore. You only need to type: $ git push origin contrib-linux-libre:refs/for/kernel-updates or $ git push origin contrib-linux-libre:refs/for/kernel-updates -o force-push=true if you need force push. You can even

Need help with AGit / PR for kernel-updates

2025-05-30 Thread Leo Famulari
Hi, I need help bring the kernel update workflow into Codeberg. Our CI server automatically builds kernel packages that are found on the 'kernel-updates' branch. This ensures that users will usually not have to build the kernel packages, which are relatively expensive builds. The first round of