From patchwork Thu Apr 16 19:27:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2973 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4938Pq08hWz3xQv for ; Thu, 16 Apr 2020 19:27:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4938Pg68J5z2pb; Thu, 16 Apr 2020 19:27:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4938Pg1tVjz30FZ; Thu, 16 Apr 2020 19:27:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4938Pb2qHQz2yXV for ; Thu, 16 Apr 2020 19:27:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4938Pb173Wz2ft; Thu, 16 Apr 2020 19:27:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1587065251; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DI+o52TjDz4ZTX3TlrlcaT/5LTg+9Z0Kw6MB2ga3pPU=; b=bzzrFbw9wct4oGiY5u3DIRx+5Ko9vmXvi72qKQfycuRxK77KP9ttf/CDF6WHcNDJqvuylF CCF8v+sYaKYJ39BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1587065251; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DI+o52TjDz4ZTX3TlrlcaT/5LTg+9Z0Kw6MB2ga3pPU=; b=c/Jlaer7BW7l/k7w0WuNMxfGS2YOqe+BqFzGIC1IjE8KdOXWRN0giIGjjLKo9Gn0juG5kh 5Z2bSenhYNXfJAlfpYxjxU606CG46HXAs3Jkb1pPJOq7ONSUpywJZY/u6sbb995xi12ynX wcURrr2eHU1gdW2Njz79HW0l191yd4mqfuAKLw9xnE5BKlUAlbkTyjv/8w86cFWofLy9PR iDaFYIosIGg/Y1hgVWNHBPSemIEnAhRwlgGcC7TSqHI/+wQeQV6pn19Hz0SoHg8vlfmSKz DncrtQAfymu/TiwKLNIv3G3STuggHlLd5+1WxhWy6VJ8FwdYUIX/gEwNzx5kVQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 5/9] amazon-ssm-agent: Remove temporary shared files Date: Thu, 16 Apr 2020 19:27:10 +0000 Message-Id: <20200416192714.25542-5-michael.tremer@ipfire.org> In-Reply-To: <20200416192714.25542-1-michael.tremer@ipfire.org> References: <20200416192714.25542-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/amazon-ssm-agent | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent index 4b08bd41d..68ab3dda1 100644 --- a/lfs/amazon-ssm-agent +++ b/lfs/amazon-ssm-agent @@ -95,6 +95,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Build cd $(DIR_BUILD) && make build-linux + # Remove some temporary files (no idea why those are being created) + rm -rfv /usr/lib/go/pkg/linux_$(GOARCH)_shared + # Install mkdir -pv /etc/amazon/ssm /usr/bin /var/lib/amazon/ssm cd $(DIR_BUILD) && install -v -m 755 \