mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
build_image: refresh scripts bundled into the update zip.
This commit is contained in:
parent
1785554332
commit
82e2461ddf
@ -20,12 +20,12 @@ REPO_MANIFESTS_DIR = os.environ['REPO_MANIFESTS_DIR']
|
|||||||
SCRIPTS_DIR = os.environ['SCRIPTS_DIR']
|
SCRIPTS_DIR = os.environ['SCRIPTS_DIR']
|
||||||
|
|
||||||
# GLOBALS
|
# GLOBALS
|
||||||
STATIC_FILES = ['/usr/bin/old_bins/cgpt',
|
STATIC_FILES = ['%s/version.txt' % REPO_MANIFESTS_DIR,
|
||||||
'/usr/bin/cros_generate_update_payload',
|
|
||||||
'%s/version.txt' % REPO_MANIFESTS_DIR,
|
|
||||||
'%s/chromeos-common.sh' % SCRIPTS_DIR,
|
|
||||||
'%s/common.sh' % SCRIPTS_DIR,
|
'%s/common.sh' % SCRIPTS_DIR,
|
||||||
|
'%s/core_pre_alpha' % SCRIPTS_DIR,
|
||||||
|
'%s/core_promote' % SCRIPTS_DIR,
|
||||||
'%s/core_roller_upload' % SCRIPTS_DIR,
|
'%s/core_roller_upload' % SCRIPTS_DIR,
|
||||||
|
'%s/core_sign_update' % SCRIPTS_DIR,
|
||||||
]
|
]
|
||||||
|
|
||||||
DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator',
|
DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user