From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web10.5881.1586842473174602718 for ; Mon, 13 Apr 2020 22:34:33 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: zncgcyXqDfEahut1jUkNNisV7mKjjgX+CDVhbSiau/PDbSxJX/lbmjT2/Yd3OXTQpxvIUxpT7+ y0Fn/zBz+wLw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 22:34:31 -0700 IronPort-SDR: lTWbbHbfq7E/8mNoRvAQwBDXiW4cLBUrZPLwvYu+XFJo42RFa9pnd8ixQzsDAK6eeT0nYC3kwc a/ophq+P1YNg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,381,1580803200"; d="scan'208";a="271295895" Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.63]) by orsmga002.jf.intel.com with ESMTP; 13 Apr 2020 22:34:31 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Ashley DeSimone , Puja Pandya , Erik Bjorge , Prince Agyeman , Bret Barkelew , Philippe Mathieu-Daude Subject: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add hash of edkrepo.cfg for commit afb9d871 to sha_data.cfg Date: Mon, 13 Apr 2020 22:34:21 -0700 Message-Id: <20200414053421.5365-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Needed to enable config file upgrades Signed-off-by: Nate DeSimone Cc: Ashley DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Prince Agyeman Cc: Bret Barkelew Cc: Philippe Mathieu-Daude --- edkrepo_installer/sha_data.cfg | 3 ++- edkrepo_installer/sha_data_README.txt | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 edkrepo_installer/sha_data_README.txt diff --git a/edkrepo_installer/sha_data.cfg b/edkrepo_installer/sha_data.cfg index fa718e3..f5fb05e 100644 --- a/edkrepo_installer/sha_data.cfg +++ b/edkrepo_installer/sha_data.cfg @@ -1,2 +1,3 @@ [previous_cfg_sha256] -91954addfeebfaa593c775b0c1f3eb50e158165d1beef0d13bae86e925be7a7d \ No newline at end of file +91954addfeebfaa593c775b0c1f3eb50e158165d1beef0d13bae86e925be7a7d +57b06bb4bb17e417944809511e8a7bc4a328b9be0bd9939a6dde396356e94d02 \ No newline at end of file diff --git a/edkrepo_installer/sha_data_README.txt b/edkrepo_installer/sha_data_README.txt new file mode 100644 index 0000000..c5d9d63 --- /dev/null +++ b/edkrepo_installer/sha_data_README.txt @@ -0,0 +1,6 @@ +Note: sha_data.cfg is used to determine if the edkrepo.cfg file should be upgraded or not. +Only if the hash of the older edkrepo.cfg file matches this hash, and the newer edkrepo.cfg +file bundled in the installer does NOT match this hash will we replace the config file + +one can compute the hash of the edkrepo.cfg file using the following command in git bash +cat edkrepo.cfg | sha256sum -- 2.26.0.windows.1