[wpkg-users] [Bug 108] wpkg 1.1.0-m4 <download....>
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Thu Apr 17 14:06:35 CEST 2008
http://bugzilla.wpkg.org/show_bug.cgi?id=108
--- Comment #5 from Rainer Meier <r.meier at wpkg.org> 2008-04-17 14:06:27 ---
@Jens: Did you ever try if it really collides with WPKG 1.1.0-M4+? In fact I
don't think so. You encapsulate all downloads within a <downloads /> node while
WPKG does not encapsulate them.
WPKG just expects as many <download ... /> nodes to be listed within the
<package /> node as you wish.
your example:
<package ... >
<downloads>
<download ... />
<download ... />
</downloads>
</package>
WPKG example:
<package ...>
<download ... />
<download ... />
<install ...>
<download ... />
<download ... />
</install>
...
</package>
So WPKG will actually ignore your whole <downloads /> node and will not
download anything.
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the wpkg-users
mailing list