diff options
Diffstat (limited to 'scripts/lib/image/engine.py')
| -rw-r--r-- | scripts/lib/image/engine.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/lib/image/engine.py b/scripts/lib/image/engine.py index b3a9c7486e..0e8b89e5f1 100644 --- a/scripts/lib/image/engine.py +++ b/scripts/lib/image/engine.py | |||
| @@ -60,17 +60,6 @@ def verify_build_env(): | |||
| 60 | return True | 60 | return True |
| 61 | 61 | ||
| 62 | 62 | ||
| 63 | def get_line_val(line, key): | ||
| 64 | """ | ||
| 65 | Extract the value from the VAR="val" string | ||
| 66 | """ | ||
| 67 | if line.startswith(key + "="): | ||
| 68 | stripped_line = line.split('=')[1] | ||
| 69 | stripped_line = stripped_line.replace('\"', '') | ||
| 70 | return stripped_line | ||
| 71 | return None | ||
| 72 | |||
| 73 | |||
| 74 | def find_artifacts(image_name): | 63 | def find_artifacts(image_name): |
| 75 | """ | 64 | """ |
| 76 | Gather the build artifacts for the current image (the image_name | 65 | Gather the build artifacts for the current image (the image_name |
