зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a82f5a6dea
Коммит
dfd9f2dd17
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче