From patchwork Fri May 11 22:30:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1766 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 50B0960993 for ; Fri, 11 May 2018 14:30:44 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 15A841109F48; Fri, 11 May 2018 13:30:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526041844; 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=+AGYYv2B6UefEXcSq/dwT6XBiTLdTLp/LTR3pDQSnG8=; b=M6Oz97EYmpBXm6Tcv4j+04W7PLcb3S/NVYiJQ0mBkcvtsH/ISQUowg9b5iT5oDqAfXnMVD ekbfoTAKqi77231NAU6IASwCjPgK3gacXbrCvhKv7C/HMDC61jn3+XOLxZRw5vznwn57U5 tN9Kd8SOg8uP0EVhW21Cc6S1VP6hdl03OON9hTMHjlk99eBnkuLv9/UhnuUAqHTL9DYCej +PkVjlR6c9atPXjLbtZNa4sdQKGl/5uG28yQxg4Jc829dTZlPgcitGi9Mw2jyvqncYRkxC wJ2sLHVE82C2I7m8lNMpnHG5lo++r31QWIeaeJM565FAAD5c4XBzymxANRtmtA== 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=1526041833; 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=+AGYYv2B6UefEXcSq/dwT6XBiTLdTLp/LTR3pDQSnG8=; b=s/sZt+clHkk6Q40pStgqU3U+kAbCTyY1j2H5EPLQ8uAZikif99pZLzxy0MVjw/Z70m5wgW N4e0n8IaRFJWdou+lnMVvYge0cdRY8q1MBL0FoZsYTL3HKkZPJlrPn/Qk6nmGvaUY6sqMy 8rNTEYNfpxbRGPiIp2sTGRzL+nqJtKoYNztWPTY5TUggKzTuZrjKX4Sa9xikUoWDbzQ7/5 mApMAY6PhOKmcGeR7ss0UHAUqE8sXim/uJ3gc5c4/tSW/ayvsaJl8Q3VEAKva1Dz30XCn2 5JQ0CpziamJjHk5VmN+tjMOn/rSsmxXp+gE+K33Rtg1CbCJV6T7I2npO8Al2TA== 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 548E21108E18; Fri, 11 May 2018 13:30:33 +0100 (BST) From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 4/5] Makefile: Ship nitsi.in in tarball Date: Fri, 11 May 2018 13:30:11 +0100 Message-Id: <20180511123012.2138575-4-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180511123012.2138575-1-michael.tremer@ipfire.org> References: <20180511123012.2138575-1-michael.tremer@ipfire.org> X-Spamd-Result: default: False [-4.09 / 11.00]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; DKIM_SIGNED(0.00)[]; TO_DN_SOME(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; BAYES_HAM(-2.99)[99.95%]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(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]; REPLY(-2.00)[] X-Spam-Status: No, score=-4.09 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index dadb50941269..b36d6ae3ff4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,9 @@ bin_SCRIPTS = \ CLEANFILES += \ nitsi +EXTRA_DIST += \ + nitsi.in + nitsi_PYTHON = \ src/nitsi/__init__.py \ src/nitsi/disk.py \