Bug 1578497 - Overwrite notarization ticket on each partial update instead of patching, so pkgs can be updated, r=bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D47576

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nick Thomas 2019-10-01 02:42:10 +00:00
Родитель a82f5a6dea
Коммит dfd9f2dd17
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -60,6 +60,12 @@ check_for_forced_update() {
return 0;
fi
# notarization ticket
if [ "$forced_file_chk" = "Contents/CodeResources" ]; then
## "true" *giggle*
return 0;
fi
if [ "${forced_file_chk##*.}" = "chk" ]; then
## "true" *giggle*
return 0;