forked from SchedMD/slurm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cray-obs-config.xml
66 lines (65 loc) · 1.89 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
<?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>
native-slurm:trunk
</project>
<sources>
<environment>
<variable>
RELEASE_EXTRA
</variable>
<name>
_release_extra
</name>
</environment>
<gitcmd>
<command>
rev-parse --short HEAD
</command>
<name>
_last_changed_rev
</name>
</gitcmd>
<gitcmd>
<command>
config --get remote.origin.url
</command>
<name>
_url
</name>
<extract group="2" name="version-path" pattern=".*/([RP]B-)?([^/]*)$"/>
</gitcmd>
<file>
<name>
native-slurm.spec
</name>
<extract group="1" name="version" pattern="^Version:\s*(\S+)"/>
</file>
<file>
<name>
slurm-rpmlintrc
</name>
</file>
<tarfile compression="bz2">
<name>
slurm-
<extracted refer="version"/>
</name>
<exclusion pattern=".*\.spec$"/>
<tarinfo recursive="true">
<name>
.
</name>
<arcname>
slurm-
<extracted refer="version"/>
</arcname>
</tarinfo>
</tarfile>
</sources>
<package>
native-slurm
</package>
</stream>
</configuration>