#32 add patch from threebean to fix raw image_url
Merged 8 years ago by maxamillion. Opened 8 years ago by maxamillion.
maxamillion/releng two-week-atomic  into  master

@@ -180,7 +180,10 @@ 

                      "raw.xz"

                  ),

              "image_url":

-                 atomic_qcow2[0][u'msg'][u'image_url'],

+                 atomic_qcow2[0][u'msg'][u'image_url'].replace(

+                     "qcow2",

+                     "raw.xz"

+                 ),

              "release":

                  atomic_qcow2[0][u'msg'][u'release'],

          }

no initial comment
Metadata