forked from opensciencegrid/tarball-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundles.ini
175 lines (158 loc) · 6.35 KB
/
bundles.ini
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
[GLOBAL]
default_bundles_3.4=osg-wn-client-3.4 osg-afs-client-3.4
default_bundles_3.5=osg-wn-client-3.5 osg-afs-client-3.5
default_bundles_3.6=osg-wn-client-3.6
default_bundles_23=osg-wn-client-23
; This file defines the tarball bundles that we can create
; Example:
;[osg-wn-client-3.1]
;; paramsets: list of 'dver,basearch' pairs to build tarballs for
;paramsets = el5,i386 el5,x86_64 el6,i386 el6,x86_64
;; patchdirs: list of directory trees to apply patches from
;; %(dver)s and %(basearch)s are available for substitution
;patchdirs = patches/wn-client/common
; patches/wn-client/common/%(dver)s
; patches/wn-client/not3.3/%(dver)s
; patches/wn-client/3.1/%(dver)s
;; dirname: the top-level directory of the tarball
;dirname = osg-wn-client
;; tarballname: the template for the tarball name
;; %(version)s, %(relnum)s, %(dver)s and %(basearch)s are
;; available for substitution
;tarballname = osg-wn-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
;; packages: the packages to install in stage 2 of the build and include in the
;; tarball
;packages = osg-ca-scripts osg-wn-client
;; repofile: the yum repos to take packages from
;repofile = repos/osg-3.1.repo.in
;; versionrpm (optional): the package whose version determines the 'version'
;; field of the tarballname. if not specified, --version
;; must be passed on the command line
;versionrpm = osg-version
;; stage1file: the list of stage 1 packages to install in the staging dir but
;; exclude from the tarball
;stage1file = osg-stage1.lst
[osg-wn-client-3.4]
paramsets = el6,x86_64 el7,x86_64
patchdirs = patches/wn-client/common
patches/wn-client/common/%(dver)s
patches/wn-client/3.4/%(dver)s
dirname = osg-wn-client
tarballname = osg-wn-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
packages = osg-wn-client osg-update-data
repofile = repos/osg-3.4.repo.in
versionrpm = osg-version
stage1file = osg-stage1-%(dver)s.lst
[osg-afs-client-3.4]
paramsets = el6,x86_64 el7,x86_64
patchdirs = patches/wn-client/common
patches/wn-client/common/%(dver)s
patches/wn-client/3.4/%(dver)s
patches/afs-client/3.4/common
patches/afs-client/3.4/%(dver)s
dirname = osg-afs-client
tarballname = osg-afs-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
packages = osg-wn-client osg-update-data osg-ca-scripts
globus-common-progs globus-gsi-cert-utils-progs gsi-openssh-clients
cigetcert
repofile = repos/osg-3.4.repo.in
versionrpm = osg-version
stage1file = osg-stage1-%(dver)s.lst
[osg-gridftp-3.4]
paramsets = el6,x86_64
dirname = gridftp
tarballname = gridftp-%(version)s-%(relnum)s.tar.gz
packages = globus-gridftp-server-progs
globus-gass-copy-progs
globus-proxy-utils
repofile = repos/osg-3.4.repo.in
versionrpm = globus-gridftp-server-progs
stage1file = osg-stage1-%(dver)s.lst
[osg-wn-client-3.5]
paramsets = el7,x86_64 el8,x86_64
patchdirs = patches/wn-client/common
patches/wn-client/common/%(dver)s
patches/wn-client/3.5/%(dver)s
dirname = osg-wn-client
tarballname = osg-wn-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
packages = osg-wn-client osg-update-data
hosted-ce-tools
repofile = repos/osg-3.5-%(dver)s.repo.in
stage1file = osg-stage1-%(dver)s.lst
[osg-wn-client-3.6]
paramsets = el7,x86_64 el8,x86_64 el9,x86_64
patchdirs = patches/wn-client/common
patches/wn-client/common/%(dver)s
patches/wn-client/3.6/%(dver)s
dirname = osg-wn-client
tarballname = osg-wn-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
packages = osg-wn-client osg-update-data
hosted-ce-tools
repofile = repos/osg-3.6-%(dver)s.repo.in
stage1file = osg-stage1-%(dver)s.lst
[osg-wn-client-23]
paramsets = el8,x86_64 el9,x86_64
patchdirs = patches/wn-client/common
patches/wn-client/common/%(dver)s
patches/wn-client/23/%(dver)s
dirname = osg-wn-client
tarballname = osg-wn-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
packages = osg-wn-client osg-update-data
hosted-ce-tools
repofile = repos/osg-23-%(dver)s.repo.in
stage1file = osg-stage1-%(dver)s.lst
[osg-afs-client-3.5]
paramsets = el7,x86_64
patchdirs = patches/wn-client/common
patches/wn-client/common/%(dver)s
patches/wn-client/3.5/%(dver)s
patches/afs-client/3.5/common
patches/afs-client/3.5/%(dver)s
dirname = osg-afs-client
tarballname = osg-afs-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
packages = osg-wn-client osg-update-data osg-ca-scripts
globus-common-progs globus-gsi-cert-utils-progs gsi-openssh-clients
cigetcert
repofile = repos/osg-3.5-%(dver)s.repo.in
stage1file = osg-stage1-%(dver)s.lst
[osg-afs-client-3.6]
paramsets = el7,x86_64
patchdirs = patches/wn-client/common
patches/wn-client/common/%(dver)s
patches/wn-client/3.6/%(dver)s
patches/afs-client/3.6/common
patches/afs-client/3.6/%(dver)s
dirname = osg-afs-client
tarballname = osg-afs-client-%(version)s-%(relnum)s.%(dver)s.%(basearch)s.tar.gz
packages = osg-wn-client osg-update-data osg-ca-scripts
cigetcert
repofile = repos/osg-3.6-%(dver)s.repo.in
stage1file = osg-stage1-%(dver)s.lst
[osg-gridftp-3.5]
paramsets = el7,x86_64
dirname = gridftp
tarballname = gridftp-%(version)s-%(relnum)s.tar.gz
packages = globus-gridftp-server-progs
globus-gass-copy-progs
globus-proxy-utils
repofile = repos/osg-3.5-%(dver)s.repo.in
versionrpm = globus-gridftp-server-progs
stage1file = osg-stage1-%(dver)s.lst
[lscsoft-all]
paramsets = el6,x86_64
;patchdirs = patches/ligo
dirname = lscsoft-all
tarballname = lscsoft-all-%(version)s.tar.gz
packages = @lscsoft-all
repofile = repos/ligo-el6.repo.in
;versionrpm =
stage1file = ligo-stage1.lst
[glue]
paramsets = el6,x86_64
;patchdirs = patches/ligo
dirname = glue
tarballname = glue-%(version)s-%(relnum)s.tar.gz
packages = glue
repofile = repos/ligo-el6.repo.in
versionrpm = glue
stage1file = ligo-stage1.lst