From patchwork Tue Jun 5 01:38:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1796 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id D6B3360B61 for ; Mon, 4 Jun 2018 17:38:40 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id AE84110F8B8C; Mon, 4 Jun 2018 16:38:40 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1528126720; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=TcCyGHmY1rU50JfyoM1djDtcyzY155aBQFUQaeFMB5w=; b=ego2qx93xu+IGHP2jTXHXgh9CdII3lREa9ujLrU/ZewIKe0R/cx9cbGcwZv2opX50R6Fck 3U06NsrJL7eV14Bxzg0RC5pSCRerbPIf/RSDNrzQQl4cv9fmOlcLA033+4uoYi32u4jL4P kuGEuC/1Ui3fIu1MOcfrLrhXBesobspBq6oknvAg7pGYDG5ZdU2aL/oAcSe1c1dwq4NppL FQHnIz6cO9NvzRiUV43KCz48oOpOP3MZXb2xHo1sE9pIxivx1x7R36m1f1fPG8SD3LRNoU ymRwUdgSHB82jeLYISdLu/akX37NuDxQCHXF67emMA3lcjAAxoIiZRTmPAN99w== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1528126719; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=TcCyGHmY1rU50JfyoM1djDtcyzY155aBQFUQaeFMB5w=; b=DfHNosBhkHRhv0G5lv65oRH02ItQvsp8I7TlvsTMREZDjV50h6wpn11NtuSl0zU1ZEwV32 q2Ho8WfM4CTH/N/WD87YcbmdpJRjkd4hS7QKd6VJDImVnhkVvBXLWZv1qyTW3CJqY99p+G NQnGKN+GUTDE43dLA51wSTlCLuALSfi7gFAmxwQfOCCuYWLsj0Pz2GztKK5T/+h/mMsOZn U1VLCnKfNCOJqabI+kDhsCJfMSu6WQHqlGld62X/pknK7WMHmV9PCDpmkp4H4/CHidN9td mRec5HrBU5POcNCzFy6hQtMWCqY57TdEy6ir9qLtEomLpHuotJWItmko1aBtXQ== Received: from rice-oxley.tremer.co.uk (unknown [88.98.219.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 0B5F510D19E3; Mon, 4 Jun 2018 16:38:39 +0100 (BST) From: Michael Tremer To: network@lists.ipfire.org Subject: [PATCH 2/7] Build source tarball before running any NITSI tests Date: Mon, 4 Jun 2018 16:38:27 +0100 Message-Id: <20180604153832.331239-2-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180604153832.331239-1-michael.tremer@ipfire.org> References: <20180604153832.331239-1-michael.tremer@ipfire.org> X-Spamd-Result: default: False [-7.05 / 11.00]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; DKIM_SIGNED(0.00)[]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; BAYES_HAM(-3.00)[100.00%]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM(-2.95)[-0.983,0]; REPLY(-2.00)[] X-Spam-Status: No, score=-7.05 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" Signed-off-by: Michael Tremer Reviewed-by: Jonatan Schlag Reviewed-by: Jonatan Schlag <jonatan.schlag@ipfire.org>

Am Mo, 4. Jun, 2018 um 5:38 schrieb Michael Tremer <michael.tremer@ipfire.org>:
--- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c02376462cf4..88c56bcf68eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -560,7 +560,7 @@ EXTRA_DIST += \ NITSI_ENVIRONMENT = .PHONY: $(NITSI_TESTS) -$(NITSI_TESTS): +$(NITSI_TESTS): dist $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error -d $@ .PHONY: nitsi