From af9e106a8f203b16b6eb05c7424c9ae279601784 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 17 Sep 2025 13:08:19 +0100 Subject: [PATCH] restore: add note re withdrawals Add a note to ensure that restored packages are not listed in withdrawn-packages.txt otherwise they might get withdrawn again if files are added to this file. --- RESTORING_PACKAGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RESTORING_PACKAGES.md b/RESTORING_PACKAGES.md index 3f2fb78bf00a..7381330b993c 100644 --- a/RESTORING_PACKAGES.md +++ b/RESTORING_PACKAGES.md @@ -24,6 +24,11 @@ workflow on GitHub will run to perform the restore. This will restore the package using the original APK from a GCS bucket. +# Ensure the packages are no longer listed in withdrawn-packages.txt + +To ensure that a subsequent withdrawal operation does not withdraw the packages just +restored remove them from withdrawn-packages.txt. + ## Technical details The "Restore packages" workflow exists in `.github/workflows/restore-packages.yaml`.