mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
fix(generate_au_zip): Remove unused scripts from au-generator.zip
We have no need to ship convert_recovery_to_ssd.sh with builds.
This commit is contained in:
parent
048b3cecdf
commit
12149d8421
@ -17,13 +17,10 @@ import sys
|
||||
import tempfile
|
||||
|
||||
# GLOBALS
|
||||
image_sign_dir = '~/trunk/src/platform/vboot_reference/scripts/image_signing'
|
||||
STATIC_FILES = ['/usr/bin/old_bins/cgpt',
|
||||
'~/trunk/src/scripts/common.sh',
|
||||
'/usr/bin/cros_generate_update_payload',
|
||||
'~/trunk/src/scripts/chromeos-common.sh',
|
||||
os.path.join(image_sign_dir, 'convert_recovery_to_ssd.sh'),
|
||||
os.path.join(image_sign_dir, 'common_minimal.sh'),
|
||||
'~/trunk/src/scripts/common.sh',
|
||||
]
|
||||
|
||||
DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user