From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 AEECB30CD84 for ; Thu, 28 Aug 2025 20:28:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756412909; cv=none; b=hJZEL1jXXjMQpMnD/5Rp+c/coYDKdSRStVTHUEP2/NGWEZtnCvTF+5D2Y1w5CY5J8tXNXzVsFkRgAcxPrPShbpVCTi9At+3fjQVarwd9h9UbpmMXYUW/Gz5lOMkCnGAoM3ckwoCJjr0YV2gqAg5rcBGkf3YhFB6VDEs+A/t/FL8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756412909; c=relaxed/simple; bh=pUlTcXO23gKdMyjvkkpx79N3u+PtzC9PWPHnf7yBDIw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qgaPbhHb9jOXGLlzFLAuQMSjpEaEo4r79zBVNaaMMODtbXATVwdJGvGmK0EMiQFYXGxoZFGvziTBMnt2Fr4cMDFnylb0y1aAuit/QPPNxyjTyE8NaGIYl67Q2sK72HQTcWllpLZf6ovQ0BxHAJTeWvCOhI0yjBlg2OS6xPbfltw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XfyJmnTM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XfyJmnTM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 146CEC4CEEB; Thu, 28 Aug 2025 20:28:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756412909; bh=pUlTcXO23gKdMyjvkkpx79N3u+PtzC9PWPHnf7yBDIw=; h=From:To:Cc:Subject:Date:From; b=XfyJmnTMQ+mCTHq5wg03xJpFaGVVptblljE4h4XEYu2/B35BGMTOdd0EiegJOz1Pt qIrdOwOgSMYpZoVfVcQi94w6LF800jkhvloqimxqnahY1xYLE+mlNHtJ14a3yUuT1+ 2D/Dgg7ne8TSZmUVFAhEmvdytKD7B/Pi0FUrL9sYwLtPtIAHCpvfEbiDEA1VofyFdE U//UvFDpKLXUu9eXzGzg2maJXd0joMfwV0kEF5HKXpHHXnEWovmAh2V9GRtWp0kq2p gSkZxJlPCSB6MtZF1iFkmtyHbmLlvlYSONPDRph/fdKocGpmIvt3IKbVl32Qph2j7S /WKPhTOKl1l6A== From: Chuck Lever To: Cc: Chuck Lever Subject: [RFC PATCH 0/2] Set TOPDIR at run time Date: Thu, 28 Aug 2025 16:28:25 -0400 Message-ID: <20250828202827.3253499-1-cel@kernel.org> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever A few recent changes have been difficult to integrate into my current CI infrastructure. Here are a couple of ideas on how to stretch in a couple of areas to help my particular arrangement. Note that I would need to handle the inventory file location in a similar way: add a boolean Kconfig option to use a sensible default location rather than baking a fixed pathname into the kdevops .config. So, work in progress here. Thoughts and alternatives are welcome. Even the Internet standard response ("you're doing it wrong") is OK. Chuck Lever (2): Set TOPDIR_PATH and generate its sha256sum at run time ansible.cfg: generate an ansible.cfg file in TOPDIR Kconfig | 15 --------------- Makefile | 12 ++++++++++++ kconfigs/Kconfig.ansible_cfg | 12 ++++++++++++ scripts/gen-hosts.Makefile | 1 + scripts/ssh.Makefile | 4 ++-- 5 files changed, 27 insertions(+), 17 deletions(-) -- 2.51.0