Closed
Bug 1145339
Opened 10 years ago
Closed 10 years ago
Trying to create full fota on Nexus 5 L fails
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1139331
People
(Reporter: nhirata, Unassigned)
Details
Generating FOTA update package
mkdir -p `dirname out/target/product/hammerhead/fota/partial/update.zip` || true
Traceback (most recent call last):
File "tools/update-tools/build-flash-fota.py", line 134, in <module>
main()
File "tools/update-tools/build-flash-fota.py", line 128, in main
build_flash_fota(parser.parse_args())
File "tools/update-tools/build-flash-fota.py", line 58, in build_flash_fota
output_zip, update_bin)
File "/home/nhirata/Projects/N5_L_2.2/tools/update-tools/update_tools.py", line 1036, in build_flash_fota
flash_zip.write_recursive(system_dir, "system", filter=self.zip_filter)
File "/home/nhirata/Projects/N5_L_2.2/tools/update-tools/update_tools.py", line 395, in write_recursive
if not filter or filter(file_path, relpath):
File "/home/nhirata/Projects/N5_L_2.2/tools/update-tools/update_tools.py", line 1016, in zip_filter
Item.Get(relpath, dir=os.path.isdir(path))
AttributeError: class Item has no attribute 'Get'
make: *** [out/target/product/hammerhead/fota/partial/update.zip] Error 1
| Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•