~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
6 3

[PATCH] testing/opendht: remove doxygen

Details
Message ID
<20220319094251.13086-1-ghenry@sentrypeer.org>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/opendht/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/opendht/APKBUILD b/testing/opendht/APKBUILD
index f7cc39572c..9df84acb75 100644
--- a/testing/opendht/APKBUILD
+++ b/testing/opendht/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Gavin Henry <ghenry@sentrypeer.org>
pkgname=opendht
pkgver=2.3.5
pkgrel=0
pkgrel=1
pkgdesc="C++14 Distributed Hash Table implementation"
url="https://github.com/savoirfairelinux/opendht"
arch="all"
license="GPL-3.0-or-later"
makedepends="cmake pkgconfig doxygen argon2-dev asio-dev gnutls-dev msgpack-c-dev nettle-dev readline-dev"
makedepends="cmake pkgconfig argon2-dev asio-dev gnutls-dev msgpack-c-dev nettle-dev readline-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/savoirfairelinux/opendht/archive/refs/tags/$pkgver.tar.gz"

-- 
2.34.1
Details
Message ID
<164768299178.985.5627405972623994523@listserv.local>
In-Reply-To
<20220319094251.13086-1-ghenry@sentrypeer.org> (view parent)
DKIM signature
missing
Download raw message
Hi!

We received your patch, but we were unable to apply it to the upstream
GitLab repository. Did you rebase?
Details
Message ID
<CAPcb_GJ4fcPHAYT42RMio-aLmVAoergQ5jTC66LS-rroQs3iCA@mail.gmail.com>
In-Reply-To
<164768299178.985.5627405972623994523@listserv.local> (view parent)
DKIM signature
missing
Download raw message
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.
Details
Message ID
<CAPcb_G+qQ-9ZOH87ssm6u25U3g6pnWb1MsimaAXesntQu5wzzw@mail.gmail.com>
In-Reply-To
<CAPcb_GJ4fcPHAYT42RMio-aLmVAoergQ5jTC66LS-rroQs3iCA@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
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
Details
Message ID
<CAPcb_GJF+-8hb+jvd1EpsLQMji8406km4BGc8iaaBO3A3gpQnw@mail.gmail.com>
In-Reply-To
<CAPcb_G+qQ-9ZOH87ssm6u25U3g6pnWb1MsimaAXesntQu5wzzw@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32246
Details
Message ID
<CAPcb_GKu97YhiZshgnThsUZMZ1U3-3XayDp_OGOoNDqKtiXNZg@mail.gmail.com>
In-Reply-To
<164768299178.985.5627405972623994523@listserv.local> (view parent)
DKIM signature
missing
Download raw message
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.
Details
Message ID
<YjXSbfOxeUrQzso9@alpha>
In-Reply-To
<CAPcb_GKu97YhiZshgnThsUZMZ1U3-3XayDp_OGOoNDqKtiXNZg@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Sat, Mar 19, 2022 at 10:31:10AM +0000, Gavin Henry wrote:
> 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.
Reply to thread Export thread (mbox)