Skip to content

Commit 5219df5

Browse files
authored
restore: add note re withdrawals (#66384)
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.
1 parent 944799e commit 5219df5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RESTORING_PACKAGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ workflow on GitHub will run to perform the restore.
2424

2525
This will restore the package using the original APK from a GCS bucket.
2626

27+
# Ensure the packages are no longer listed in withdrawn-packages.txt
28+
29+
To ensure that a subsequent withdrawal operation does not withdraw the packages just
30+
restored remove them from withdrawn-packages.txt.
31+
2732
## Technical details
2833

2934
The "Restore packages" workflow exists in `.github/workflows/restore-packages.yaml`.

0 commit comments

Comments
 (0)