File: daps-autobuild.xml

package info (click to toggle)
daps 3.3.2%2Bcleaned1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,536 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 239
file content (47 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE daps-autobuild>
<daps-autobuild>
 <!-- ;;;;;;;;;;;;;;;;;;;; The General Section ;;;;;;;;;;;;;;;;;;; -->
 <general>
  <builddir>/data/git/daps/autobuild/build</builddir>
  <dapsroot>/data/git/daps</dapsroot>
  <rsync>
   <target>foo@bar.example.com::synctest</target>
   <flags>
    --archive --exclude="log/" --exclude="DC-*" --exclude=".*" 
   </flags>
  </rsync>
 </general>

 <!-- ;;;;;;;;;;;;;;;;;;;; FOO ;;;;;;;;;;;;;;;;;;; -->
 <set id="Foo" meta="1" remarks="1" draft="1">
  <dcfiles>
   DC-foo-deployment DC-foo-admin DC-foo-user
  </dcfiles>
  <formats>
   html single-html pdf
  </formats>
  <styleroot>/data/git/suse-xsl/suse</styleroot>
  <maintainer>foobar@example.com</maintainer>
  <vcs type="svn">
   <checkout>/data/svn/doc/Foo</checkout>
   <lastrev/>
  </vcs>
 </set>
 <!-- ;;;;;;;;;;;;;;;;;;;; BAR ;;;;;;;;;;;;;;;;;;; -->
 <set id="Bar" meta="1" remarks="1" draft="1">
  <dcfiles>
   DC-bar-deployment DC-bar-admin DC-bar-user
  </dcfiles>
  <formats>
   html single-html pdf
  </formats>
  <styleroot>/data/git/suse-xsl/suse2013</styleroot>
  <fb-styleroot>/data/git/suse-xsl/suse</fb-styleroot>
  <maintainer>foobar@example.com</maintainer>
  <vcs type="git" branch="feature/db5_migration">
   <checkout>/data/git/doc-bar</checkout>
   <lastrev/>
  </vcs>
 </set>
</daps-autobuild>