Browse code

Merge "turn debug on for euca-upload-bundle"

Jenkins authored on 2012/12/20 02:10:55
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ IMAGE=bundle.img
51 51
 truncate -s 5M /tmp/$IMAGE
52 52
 euca-bundle-image -i /tmp/$IMAGE || die "Failure bundling image $IMAGE"
53 53
 
54
-euca-upload-bundle -b $BUCKET -m /tmp/$IMAGE.manifest.xml || die "Failure uploading bundle $IMAGE to $BUCKET"
54
+euca-upload-bundle --debug -b $BUCKET -m /tmp/$IMAGE.manifest.xml || die "Failure uploading bundle $IMAGE to $BUCKET"
55 55
 
56 56
 AMI=`euca-register $BUCKET/$IMAGE.manifest.xml | cut -f2`
57 57
 die_if_not_set AMI "Failure registering $BUCKET/$IMAGE"