GNOME Bugzilla – Bug 737185
Create a smaller disk image for the hwtest tree
Last modified: 2014-09-25 03:13:29 UTC
Since the hwtest tree doesn't include the desktop and is considerably smaller than the other trees, and since one of the uses of the tree is writing to a USB disk for installation, build only a 4GB image for the hwtest tree.
Created attachment 286881 [details] [review] Create a smaller disk image for the hwtest tree
Review of attachment 286881 [details] [review]: ::: src/js/tasks/task-builddisks.js @@ +113,3 @@ } else { + // create a smaller disk for the hwtest image to facilitate writing to a thumbdrive + var sizeMB = JSUtil.stringEndswith(targetName, '-hwtest') ? 4 * 1024 : 8 * 1024; We have a default both here and in in libqa.js, can we have just one? So only pass params if -hwtest?
Created attachment 286915 [details] [review] Create a smaller disk image for the hwtest tree Since the hwtest tree doesn't include the desktop and is considerably smaller than the other trees, and since one of the uses of the tree is writing to a USB disk for installation, build only a 4GB image for the hwtest tree.
Review of attachment 286915 [details] [review]: Yep.
Attachment 286915 [details] pushed as 298719d - Create a smaller disk image for the hwtest tree