mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +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
|
import tempfile
|
||||||
|
|
||||||
# GLOBALS
|
# GLOBALS
|
||||||
image_sign_dir = '~/trunk/src/platform/vboot_reference/scripts/image_signing'
|
|
||||||
STATIC_FILES = ['/usr/bin/old_bins/cgpt',
|
STATIC_FILES = ['/usr/bin/old_bins/cgpt',
|
||||||
'~/trunk/src/scripts/common.sh',
|
|
||||||
'/usr/bin/cros_generate_update_payload',
|
'/usr/bin/cros_generate_update_payload',
|
||||||
'~/trunk/src/scripts/chromeos-common.sh',
|
'~/trunk/src/scripts/chromeos-common.sh',
|
||||||
os.path.join(image_sign_dir, 'convert_recovery_to_ssd.sh'),
|
'~/trunk/src/scripts/common.sh',
|
||||||
os.path.join(image_sign_dir, 'common_minimal.sh'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator',
|
DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user