[Bug 861091] New: autoyast: adding script section with http location fails
https://bugzilla.novell.com/show_bug.cgi?id=861091 https://bugzilla.novell.com/show_bug.cgi?id=861091#c0 Summary: autoyast: adding script section with http location fails Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: AutoYaST AssignedTo: fehr@suse.com ReportedBy: bugs@vdm-design.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=576375) --> (http://bugzilla.novell.com/attachment.cgi?id=576375) /var/log/YaST2/y2log User-Agent: Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 When adding the following xml to my autoyast profile, after starting the installation a orange popup shows up that tells me to report a bug. <scripts> <post-scripts config:type="list"> <location><![CDATA[http://b1repo/autoyast/hsag-postinstall.bash]]></location> <interpreter>shell</interpreter> </post-scripts> </scripts> The same happens when i don't add the <![CDATA[ ]]> The URL is accessible from this PC. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=861091 https://bugzilla.novell.com/show_bug.cgi?id=861091#c1 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Thomas Fehr <fehr@suse.com> 2014-01-29 14:43:43 UTC --- The xml snipped is invalid, a list like <post-scripts config:type="list"> needs being and end tags around each list entry. There are tages <script> </script> (or any other xml-begin and -end tag) around the entries <location> and <interpreter> missing. There can be multiple scripts in the <post-scripts> list. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com