From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 329951C3E for ; Sat, 30 Mar 2024 02:25:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711765545; cv=none; b=sajoc8YBKL8c0goiZJxyY/geUokTyoXSD434nCcfXrTQA6jqUC5mhiuU8yjTSK7dLGUOO7a2nUQMjk6L64DyX/O7v3EIbpJDgfwIWld/EUaaB4lrCt3DDvkHezJH7pq5CXz/qUppFxAgawzwpOFtl5+zWw+kC4Ydh+gHjqrpGJg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711765545; c=relaxed/simple; bh=ZT004Ne8dVQRAIsQREo41OGOQgqa8kRQiBVwXkplTsA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=rghD41OglH2rfFlrAtTrFBtwGID881SvynApt5hzSdwHJy46Jq9FT9hfqJYfkGOqYjcyswPtWJjw3uIdAgc1/casSv8RjZQMUBSKJtNJaW9kIDGSuBawHTZx6JKHZTU4S/Fh+B8e+YliNtRfh2tX7SjzWj+DNvbQvsG6jryp38o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=ChwPXpBP; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ChwPXpBP" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=n0zCAxo64S8SuXd9qBmcht5989cp2Bqka6LJEvzsaM0=; b=ChwPXpBPcc/Ch8hFRk7A43PInT dy6d4DLvHNISBBe1PRnPYmhyf/f/t+tgWxnnTw9ohg2q19yEZbClfL2TjKi5kT6/tG6q/s38+bE1W A3VFeGl4S6QTeBKrB8YoWiT5HoPBUB8fZl+wgry29U5DZrxnrw3sh0N4VIy/SIpw+wB3OERRzQdUV W5F2JO1mJLSlBxhO2Dvfu89wloBP6O9RmglW636y8I0KJ0mX0iPNJvOro6ugYC//axs5plavsJ5Fu zpq6Hqxm6PSgX84y3pc9otYyLZIKbA49lOJqb6D9xIFKz+rgj6sBDw1UNNIu/t21rBjgHorO5mpwQ jXauFrWQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1rqOPe-00000002ZLm-21tP; Sat, 30 Mar 2024 02:25:42 +0000 From: Luis Chamberlain To: kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 12/18] mirrors: increase scope of mirroring in output Date: Fri, 29 Mar 2024 19:25:34 -0700 Message-ID: <20240330022540.612487-13-mcgrof@kernel.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240330022540.612487-1-mcgrof@kernel.org> References: <20240330022540.612487-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain Clarify that we are mirroring more than just Linux and qemu now. Signed-off-by: Luis Chamberlain --- Makefile.linux-mirror | 2 +- playbooks/roles/linux-mirror/linux-mirror-systemd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.linux-mirror b/Makefile.linux-mirror index ebaf505a7627..3968acecb98e 100644 --- a/Makefile.linux-mirror +++ b/Makefile.linux-mirror @@ -19,7 +19,7 @@ MIRROR_CODE := $(TOPDIR)/playbooks/roles/linux-mirror/linux-mirror-systemd/ # Since we don't support varabiliity yet, for now we keep it very simple: mirror: $(KDEVOPS_EXTRA_VARS) - $(NQ) Setting up Linux and QEMU systemd mirrors on localhost + $(Q)echo Setting up all mirrors on localhost $(Q)make -C $(MIRROR_CODE) mirror $(Q)make -C $(MIRROR_CODE) install diff --git a/playbooks/roles/linux-mirror/linux-mirror-systemd/Makefile b/playbooks/roles/linux-mirror/linux-mirror-systemd/Makefile index 9e03ebd04c97..b773c0a2e70a 100644 --- a/playbooks/roles/linux-mirror/linux-mirror-systemd/Makefile +++ b/playbooks/roles/linux-mirror/linux-mirror-systemd/Makefile @@ -72,7 +72,7 @@ endif all: help help: - $(NQ) "mirror: git clone all mirrors about Linux and QEMU" + $(NQ) "mirror: git clone all mirrors" $(NQ) "install: install system timers and git-daemon socket activation" mirror: -- 2.43.0