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 726B3DC046D for ; Thu, 21 May 2015 11:40:46 +0000 (UTC) Received: from yavin4.bsod.eu (yavin4.bsod.eu [188.164.131.106]) by mail.alpinelinux.org (Postfix) with ESMTP id 30464DC00A7 for ; Thu, 21 May 2015 11:40:40 +0000 (UTC) Received: from yavin4.bsod.eu (hoth.bsod.eu [127.0.0.1]) by yavin4.bsod.eu (Postfix) with ESMTP id 90113100060A; Thu, 21 May 2015 11:40:39 +0000 (UTC) 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; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 21 May 2015 13:40:39 +0200 From: Francesco Colista To: Stuart Cardall Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 3/3] testing/junit: new aport In-Reply-To: <1431342430-7535-3-git-send-email-developer@it-offshore.co.uk> References: <1431342430-7535-1-git-send-email-developer@it-offshore.co.uk> <1431342430-7535-3-git-send-email-developer@it-offshore.co.uk> Message-ID: X-Sender: fcolista@alpinelinux.org User-Agent: Roundcube Webmail/1.0.5 X-Virus-Scanned: ClamAV using ClamSMTP Il 2015-05-11 13:07 Stuart Cardall ha scritto: > & this will be for running unit tests with maven. Hi Stuart. > +build() { > + cd "$_builddir" > + echo "packaging the $pkgname jar file" > +} > + Thanks for this new aport. Before apply this patch, would you mind to fix build() function in order to return 0? It should be like this: build() { cd "$_builddir" return 0 } Thanks. -- :: Francesco Colista :: Alpine Linux :: http://www.alpinelinux.org --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---