Gavin Henry: 1
testing/opendht: remove doxygen
1 files changed, 2 insertions(+), 2 deletions(-)
Hi!
I set rebase as my default method for a git pull. I'm doing a fork and
will do a PR so I can check all the CI jobs.
Thanks.
New clean merge request:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32251
I must be misunderstanding how gitlab is doing these as it keeps
failing with a rebase issue. It's a fresh fork of aports and a basic
merge request. Any ideas?
Thanks.
If you mean this message:
> Merge blocked: the source branch must be rebased onto the target
> branch.
Then that's normal. It will get a final rebase right before it gets
merged.
As per:
https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package
alpine:~/aports$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://gitlab.alpinelinux.org/alpine/aports
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[sendemail]
to = alpine-aports@lists.alpinelinux.org
[pull]
rebase = true
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32246