Modified to the following ... but still failed on validation ... Look like the syntax problem, cannot interleave <ai_pkg_repo_default_authority>

-S

---

<AISC_I 02/11 23:18:07> Saving manifest to /tmp/ai_combined_manifest.xml
/tmp/ai_manifest.defval.xml validates
Relax-NG validity error : Extra element ai_pkg_repo_default_authority in interleave /tmp/ai_manifest_temp_364.xml:6: element ai_pkg_repo_default_authority: Relax-NG validity error : Element ai_manifest failed to validate content
/tmp/ai_manifest_temp_364.xml fails to validate
validate_vs_schema: Validator terminated with status 3
validate_vs_schema: Validator terminated abnormally


----


       <ai_manifest name="default">
           <ai_pkg_repo_default_authority>
<main url="http://pkg.opensolaris.org/dev"; authname="opensolaris.org"/>
               <mirror url=""/>
           </ai_pkg_repo_default_authority>
           <ai_pkg_repo_default_authority>
               <main url="http://b28b:8888"; authname="test"/>
               <mirror url=""/>
           </ai_pkg_repo_default_authority>
           <ai_packages>
               <package_name>SUNWfinish</package_name>
           </ai_packages>
       </ai_manifest>



On 02/11/09 03:06 PM, Shawn Walker wrote:
Steven Lau wrote:
I didn't see any example how to load the default slim_cluster from official ips repo and local package from local ips repo. I tried the following and failed .... any suggestion.
Thx.  - Steven


       <ai_manifest name="default">
           <ai_pkg_repo_default_authority>
<main url="http://pkg.opensolaris.org"; authname="opensolaris.org"/>
               <mirror url=""/>
           </ai_pkg_repo_default_authority>
           <ai_pkg_repo_default_authority>
               <main url="http://b28b:8888"; authname="opensolaris.org"/>
               <mirror url=""/>
           </ai_pkg_repo_default_authority>
           <ai_packages>
               <package_name>SUNWfinish</package_name>
           </ai_packages>
       </ai_manifest>

You can't give them both the same authname.  They need to be different.


_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to