-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cray-obs-config.xml
97 lines (96 loc) · 2.92 KB
/
.cray-obs-config.xml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" ?>
<configuration xmlns="http://svndownstream.us.cray.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<stream type="obs" xsi:type="obsStreamType">
<project>
SCM_PROJECT:SCM_REPO:
<extracted refer="full-branch"/>
</project>
<sources>
<file>
<name>
./set_slingshot_version.sh
</name>
<oscfile type="exe"/>
</file>
<environment>
<variable>
RELEASE_EXTRA
</variable>
<name>
_release_extra
</name>
</environment>
<gitcmd>
<command>
branch
</command>
<name>
_branch
</name>
<extract group="3" name="version-path" pattern="\*\s((.*/)|)(.*$)"/>
<extract group="1" name="full-branch" pattern="\*\s+(.*$)"/>
</gitcmd>
<gitcmd>
<command>
rev-parse --short
<extracted refer="full-branch"/>
</command>
<name>
_last_changed_rev
</name>
</gitcmd>
<gitcmd>
<command>
rev-list --count HEAD --no-merges
</command>
<name>
_commit_count
</name>
<extract group="1" name="commit-count" pattern="^(.*)$"/>
</gitcmd>
<gitcmd>
<command>
config --get remote.`git remote`.url
</command>
<name>
_url
</name>
</gitcmd>
<file>
<name>
cray-rxe-driver.spec
</name>
<extract group="1" name="version" pattern="^[\s*]?Version\s*:\s*(\S+)"/>
</file>
<file>
<name>
rxe_versions
</name>
</file>
<file>
<name>
kmp_files
</name>
</file>
<tarfile compression="gz">
<name>
cray-rxe-driver-
<extracted refer="version"/>
</name>
<exclusion pattern=".*\.spec$"/>
<tarinfo recursive="true">
<name>
.
</name>
<arcname>
cray-rxe-driver-
<extracted refer="version"/>
</arcname>
</tarinfo>
</tarfile>
</sources>
<package>
cray-rxe-driver
</package>
</stream>
</configuration>