← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/maas_import_ephemerals into lp:maas

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/maas_import_ephemerals into lp:maas.

Requested reviews:
  MAAS Maintainers (maas-maintainers)
Related bugs:
  Bug #1044470 in MAAS: "maas-import-pxe-files fails to copy commissioning image"
  https://bugs.launchpad.net/maas/+bug/1044470

For more details, see:
https://code.launchpad.net/~andreserl/maas/maas_import_ephemerals/+merge/122343
-- 
https://code.launchpad.net/~andreserl/maas/maas_import_ephemerals/+merge/122343
Your team MAAS Maintainers is requested to review the proposed merge of lp:~andreserl/maas/maas_import_ephemerals into lp:maas.
=== modified file 'scripts/maas-import-ephemerals'
--- scripts/maas-import-ephemerals	2012-08-31 17:36:24 +0000
+++ scripts/maas-import-ephemerals	2012-08-31 19:15:23 +0000
@@ -383,6 +383,10 @@
             fpfinal_d="${l_dir}"
             final_d="${l_release}/${l_stream}/${l_arch}/${l_serial}"
 
+            # Even if there was no need to update the image, we make sure it
+            # gets installed.
+            install_tftp_image "$fpfinal_d" "$r_arch" "generic" "$r_release"
+
             name="${l_name}"
             target_name="${TARGET_NAME_PREFIX}${name}"
             debug 1 "updating ${release}-${arch} $final_d"