To be able to accept a set of patches simply cat'ed behind each other
authorMichael Matz <matz@suse.de>
Mon, 15 Oct 2007 02:57:27 +0000 (02:57 +0000)
committerMichael Matz <matz@suse.de>
Mon, 15 Oct 2007 02:57:27 +0000 (02:57 +0000)
commitd1a92ec71306dc6ebc669bfecdc2235330d9990b
tree084ee92e39cfefbdfceecf60f365d6f16b22a611
parente568d94d2ef7a293c0efc74f2fe216d903865281
To be able to accept a set of patches simply cat'ed behind each other
we need to accept a collector tag.  I chose '<patches>', so you can
parse multiple patches by:

( echo '<patches>'; cat patch-*.xml; echo '</patches>' )
  | grep -v '\?xml'
  | patchxml2solv
tools/source_patchxml.c