summaryrefslogtreecommitdiffstats
path: root/layman/tests/testfiles/subpath-1.xml
blob: ddb0e3ec46e73a6133d79315f974cd394caa9afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<layman>
  <overlay
      name="b_name"
      contact="b_owner@example.org"
      type="tar"
      src="http://example.org/b.tar.gz"
      subpath="b_path">
    <description>b_desc</description>
  </overlay>
  <overlay
      name="c_name"
      contact="c_owner@example.org"
      type="cvs"
      src=":pserver:username@example.org:/usr/local/cvs-repository"
      subpath="c_path">
    <description>c_desc</description>
  </overlay>
</layman>