X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 0EEF6DC00F1; Sun, 7 Jun 2015 12:38:17 +0000 (UTC) Received: from ncopa-laptop (unknown [79.160.13.130]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 790A7DC00CD; Sun, 7 Jun 2015 12:38:16 +0000 (UTC) Date: Sun, 7 Jun 2015 14:38:10 +0200 From: Natanael Copa To: ScrumpyJack Cc: Alpine Aports List Subject: Re: [alpine-aports] [PATCH] testing/moc: new aport Message-ID: <20150607143810.62a45ad0@ncopa-laptop> In-Reply-To: References: <20150604144238.7bee801d@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Thu, 04 Jun 2015 14:53:41 +0000 (UTC) ScrumpyJack wrote: > On Thu, 4 Jun 2015, Natanael Copa wrote: > > > On Fri, 29 May 2015 07:55:15 +0000 (UTC) > > ScrumpyJack wrote: > > > > > > > > MOC is a console audio player > > > http://moc.daper.net/ > > > --- > > > testing/moc/APKBUILD | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/testing/moc/APKBUILD b/testing/moc/APKBUILD > > > index 6b70518..65dbd89 100644 > > > --- a/testing/moc/APKBUILD > > > +++ b/testing/moc/APKBUILD > > > @@ -24,6 +24,7 @@ prepare() { > > > *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; > > > esac > > > done > > > + update_config_sub || return 1 > > > } > > > > > > build() { > > > > commit message does not correspond to patch. Was the intention to send > > a patch with a new aport or was it to send a build fix (adding > > update_config_sub) to an existing aport? > > This is a patch for a build fix. The APKBUID patch was sent to the > alpine-devel mailing list by mistake, and was broken, hense this fix. > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > Ok, here is how I resolved it: I did 'git am' on both the first patch and the second patch. Then I used 'git rebase -i' to squash the 2 patches and pick the correct commit message (the second). Next time, please resend an updated patch instead of an incremental fix of your previous. Use subject [PATCH v2] ... You can use --subject-prefix "PATCH v2" for this. http://wiki.alpinelinux.org/wiki/Creating_patches#Resend_an_updated_patch Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---