Mailinglist Archive: opensuse-autoinstall (67 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Adding the SLES10 SDK to a repository?
- From: Lee Mayes <autoinst@xxxxxxxxxxx>
- Date: Tue, 10 Apr 2007 16:51:13 -0400
- Message-id: <461BF8C1.1070900@xxxxxxxxxxx>
Michael T. Halligan wrote:
Here's what relevant stuff that ends up in my autoyast.xml file:
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://192.168.1.5/LinuxCOE/SuSE/i386/SLE-10-SDK/CD1</media_url>
<product>SUSE-Linux-Enterprise-SDK-i386</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
<general>
<signature-handling>
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
<accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
<accept_verification_failed config:type="boolean">true</accept_verification_failed>
<accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
<import_gpg_key config:type="boolean">true</import_gpg_key>
</signature-handling>
# Rest snipped
Valid SDK patterns are:
SDK-C-C++
SDK-Doc
SDK-Gnome
SDK-Java
SDK-KDE
SDK-Kernel
SDK-Libs
SDK-Mono
SDK-Other
SDK-Perl
SDK-Python
SDK-Qt4
SDK-Rails
SDK-Ruby
SDK-Versioning
SDK-Web
SDK-YaST
Hope that helps!
Lee
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
So, as with several other oddities, I've found my standard SLES9 method of using Yast2 to import the SDK as an add-on product is no longer possible. How would one go about adding SLES10's SDK to an autoyast repository properly? I've attempted using yast2 to create an installation source, and adding this (actually `yast autoyast` added this) following xml to an autoinstall.xml, but with no luck:Hi Michael,
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>ftp://10.1.100.9/SLES10SDK</media_url>
<product>SUSE-Linux-Enterprise-SDK-x86_64</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
What am I doing wrong?
--To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
Here's what relevant stuff that ends up in my autoyast.xml file:
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://192.168.1.5/LinuxCOE/SuSE/i386/SLE-10-SDK/CD1</media_url>
<product>SUSE-Linux-Enterprise-SDK-i386</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
<general>
<signature-handling>
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
<accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
<accept_verification_failed config:type="boolean">true</accept_verification_failed>
<accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
<import_gpg_key config:type="boolean">true</import_gpg_key>
</signature-handling>
# Rest snipped
Valid SDK patterns are:
SDK-C-C++
SDK-Doc
SDK-Gnome
SDK-Java
SDK-KDE
SDK-Kernel
SDK-Libs
SDK-Mono
SDK-Other
SDK-Perl
SDK-Python
SDK-Qt4
SDK-Rails
SDK-Ruby
SDK-Versioning
SDK-Web
SDK-YaST
Hope that helps!
Lee
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |