[PATCH aeolus-cli] BZ #869484: create/build image from aeolus-image cli failing

Jason Guiditta jguiditt at redhat.com
Wed Oct 24 16:37:01 UTC 2012


On 24/10/12 11:28 -0400, Jason Guiditta wrote:
>https://bugzilla.redhat.com/show_bug.cgi?id=869484
>
>Ye olde CDATA again.
>---

Martyn has ACKed and pushed this.

> lib/aeolus_cli/command/build_command.rb |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>diff --git a/lib/aeolus_cli/command/build_command.rb b/lib/aeolus_cli/command/build_command.rb
>index c219c18..300d697 100644
>--- a/lib/aeolus_cli/command/build_command.rb
>+++ b/lib/aeolus_cli/command/build_command.rb
>@@ -38,7 +38,7 @@ module Aeolus
>             validate_xml_schema(template)
>             image = Aeolus::CLI::Image.new({
>                 :targets => @options[:target] * ",",
>-                :tdl => "<![CDATA[#{template}]]>",
>+                :tdl => "#{template}",
>                 :environment => @options[:environment]})
>             image.save!
>
>-- 
>1.7.7.6
>



More information about the aeolus-devel mailing list