- fix previous checkin
[build.git] / planetlab.mk
1 #
2 # PlanetLab standard components list
3 #
4 # Mark Huang <mlhuang@cs.princeton.edu>
5 # Copyright (C) 2003-2006 The Trustees of Princeton University
6 #
7 # $Id$
8 #
9
10 #
11 # Required:
12 #
13 # CVSROOT or package-CVSROOT: CVSROOT to use
14 # TAG or package-TAG: CVS tag to use
15 # package-MODULE: CVS module name to use
16 # package-SPEC: RPM spec file template
17 #
18 # Optional:
19 #
20 # package-RPMFLAGS: Miscellaneous RPM flags
21 # package-RPMBUILD: If not rpmbuild
22 # package-CVS_RSH: If not ssh
23 #
24 # Add to ALL if you want the package built as part of the default set.
25 #
26
27 #
28 # Default values
29 #
30
31 CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
32 TAG := HEAD
33
34 #
35 # kernel
36 #
37
38 kernel-MODULE := linux-2.6
39 kernel-SPEC := linux-2.6/scripts/kernel-2.6-planetlab.spec
40 ALL += kernel
41
42 #
43 # vnet
44 #
45
46 vnet-MODULE := vnet
47 vnet-SPEC := vnet/vnet.spec
48 ALL += vnet
49
50 # Build kernel first so we can bootstrap off of its build
51 vnet: kernel
52
53 #
54 # util-vserver
55 #
56
57 util-vserver-MODULE := util-vserver
58 util-vserver-SPEC := util-vserver/util-vserver.spec
59 ALL += util-vserver
60
61 #
62 # lkcdutils
63 #
64
65 lkcdutils-MODULE := lkcdutils
66 lkcdutils-SPEC := lkcdutils/spec/lkcdutils.spec
67 ALL += lkcdutils
68
69 # Build kernel first so we can bootstrap off of its build
70 lkcdutils: kernel
71
72 #
73 # yum
74 #
75
76 yum-MODULE := yum
77 yum-SPEC := yum/yum.spec
78 ALL += yum
79
80 #
81 # ksymoops
82 #
83
84 ksymoops-MODULE := ksymoops
85 ksymoops-SPEC := ksymoops/ksymoops.spec
86 ALL += ksymoops
87
88 #
89 # PlanetLabAccounts
90 #
91
92 PlanetLabAccounts-MODULE := PlanetLabAccounts
93 PlanetLabAccounts-SPEC := PlanetLabAccounts/PlanetLabAccounts.spec
94 ALL += PlanetLabAccounts
95
96 #
97 # NodeUpdate
98 #
99
100 NodeUpdate-MODULE := NodeUpdate
101 NodeUpdate-SPEC := NodeUpdate/NodeUpdate.spec
102 ALL += NodeUpdate
103
104 #
105 # PlanetLabConf
106 #
107
108 PlanetLabConf-MODULE := PlanetLabConf
109 PlanetLabConf-SPEC := PlanetLabConf/PlanetLabConf.spec
110 ALL += PlanetLabConf
111
112 #
113 # ipod
114 #
115
116 ipod-MODULE := ipod
117 ipod-SPEC := ipod/ipod.spec
118 ALL += ipod
119
120 #
121 # sudo
122 #
123
124 sudo-MODULE := sudo
125 sudo-SPEC := sudo/planetlab_sudo.spec
126 ALL += sudo
127
128 #
129 # pycurl
130 #
131
132 pycurl-MODULE := pycurl
133 pycurl-SPEC := pycurl/pycurl.spec
134 ALL += pycurl
135
136 #
137 # BootServerRequest
138 #
139
140 BootServerRequest-MODULE := BootServerRequest
141 BootServerRequest-SPEC := BootServerRequest/PLBootServerRequest.spec
142 ALL += BootServerRequest
143
144 #
145 # PlanetLabID
146 #
147
148 PlanetLabID-MODULE := PlanetLabID
149 PlanetLabID-SPEC := PlanetLabID/PlanetLabID.spec
150 ALL += PlanetLabID
151
152 #
153 # Node Manager
154 #
155
156 sidewinder-MODULE := sidewinder
157 sidewinder-SPEC := sidewinder/sidewinder.spec
158 ALL += sidewinder
159
160 #
161 # pl_sshd
162 #
163
164 pl_sshd-MODULE := pl_sshd
165 pl_sshd-SPEC := pl_sshd/pl_sshd.spec
166 ALL += pl_sshd
167
168 #
169 # Resource Management Tools
170 #
171
172 resman-MODULE := resman
173 resman-SPEC := resman/resman.spec
174 ALL += resman
175
176 #
177 # libhttpd++: 
178 #
179
180 libhttpd++-MODULE := libhttpd++
181 libhttpd++-SPEC := libhttpd++/libhttpd++.spec
182 ALL += libhttpd++
183
184 #
185 # Proper: Privileged Operations Service
186 #
187
188 proper-MODULE := proper
189 proper-SPEC := proper/proper.spec
190 ALL += proper
191
192 proper: libhttpd++
193
194 #
195 # ulogd
196 #
197
198 ulogd-MODULE := ulogd
199 ulogd-SPEC := ulogd/ulogd.spec
200 ALL += ulogd
201
202 ulogd: kernel proper
203
204 #
205 # netflow
206 #
207
208 netflow-MODULE := netflow
209 netflow-SPEC := netflow/netflow.spec
210 ALL += netflow
211
212 #
213 # PlanetLab Mom: Cleans up your mess
214 #
215
216 pl_mom-MODULE := pl_mom
217 pl_mom-SPEC := pl_mom/pl_mom.spec
218 ALL += pl_mom
219
220 #
221 # iptables
222 #
223
224 iptables-MODULE := iptables
225 iptables-SPEC := iptables/iptables.spec
226 ALL += iptables
227
228 iptables: kernel
229
230 #
231 # iproute
232 #
233
234 iproute-MODULE := iproute2
235 iproute-SPEC := iproute2/iproute.spec
236 ALL += iproute
237
238 #
239 # kexec-tools
240 #
241
242 kexec-tools-MODULE := kexec-tools
243 kexec-tools-SPEC := kexec-tools/kexec-tools.spec
244 ALL += kexec-tools
245
246 #
247 # dhcp
248 #
249
250 dhcp-MODULE := dhcp
251 dhcp-SPEC := dhcp/dhcp.spec
252 ALL += dhcp
253
254 #
255 # util-python
256 #
257
258 util-python-MODULE := util-python
259 util-python-SPEC := util-python/util-python.spec
260 ALL += util-python
261
262 # proper and util-vserver both use scripts in util-python for building
263 proper: util-python
264 util-vserver: util-python
265
266 #
267 # plcapilib
268 #
269
270 plcapilib-MODULE := plcmdline
271 plcapilib-SPEC := plcmdline/plcapilib.spec
272 ALL += plcapilib
273
274 #
275 # vserver-reference
276 #
277
278 vserver-reference-MODULE := vserver-reference build
279 vserver-reference-SPEC := vserver-reference/vserver-reference.spec
280 # Package must be built as root
281 vserver-reference-RPMBUILD := sudo rpmbuild
282 ALL += vserver-reference
283
284 # vserver-reference may require current packages
285 vserver-reference: $(filter-out vserver-reference,$(ALL))
286
287 # ...and the yum manifest
288 vserver-reference: RPMS/yumgroups.xml
289
290 #
291 # bootmanager
292 #
293
294 bootmanager-MODULE := bootmanager
295 bootmanager-SPEC := bootmanager/bootmanager.spec
296 bootmanager-RPMBUILD := sudo rpmbuild
297 ALL += bootmanager
298
299 # bootmanager requires current packages
300 bootmanager: $(filter-out bootmanager,$(ALL))
301
302 # ...and the yum manifest
303 bootmanager: RPMS/yumgroups.xml
304
305 #
306 # bootcd
307 #
308
309 bootcd-MODULE := bootcd_v3
310 bootcd-SPEC := bootcd_v3/bootcd.spec
311 bootcd-RPMBUILD := sudo rpmbuild
312 ALL += bootcd
313
314 # bootcd requires current packages
315 bootcd: $(filter-out bootcd,$(ALL))
316
317 # ...and the yum manifest
318 bootcd: RPMS/yumgroups.xml
319
320 #
321 # MyPLC
322 #
323
324 myplc-MODULE := myplc build pl_db plc_api plc_www plc/scripts
325 myplc-SPEC := myplc/myplc.spec
326 # Package must be built as root
327 myplc-RPMBUILD := sudo rpmbuild
328 ALL += myplc
329
330 # MyPLC may require current packages
331 myplc: $(filter-out myplc,$(ALL))
332
333 # ...and the yum manifest
334 myplc: RPMS/yumgroups.xml
335
336 #
337 # Installation rules
338
339
340 # Upload packages to boot server
341 SERVER := build@boot.planet-lab.org
342 ARCHIVE := /var/www/html/install-rpms/archive
343
344 # Put nightly alpha builds in a subdirectory
345 ifeq ($(TAG),HEAD)
346 ARCHIVE := $(ARCHIVE)/planetlab-alpha
347 REPOS := /var/www/html/install-rpms/planetlab-alpha
348 endif
349
350 RPMS/yumgroups.xml:
351         install -D -m 644 groups/v3_yumgroups.xml RPMS/yumgroups.xml
352
353 install:
354 ifeq ($(BASE),)
355         @echo make install is only meant to be called from ./build.sh
356 else
357 ifneq ($(BUILDS),)
358         # Remove old runs
359         echo "cd $(ARCHIVE) && ls -t | sed -n $(BUILDS)~1p | xargs rm -rf" | ssh $(SERVER) /bin/bash -s
360 endif
361         # Create package manifest
362         sh ./packages.sh -b "http://build.planet-lab.org/$(subst $(HOME)/,,$(shell pwd))/SRPMS" SRPMS > SRPMS/packages.xml
363         # Populate repository
364         ssh $(SERVER) mkdir -p $(ARCHIVE)/$(BASE)/RPMS $(ARCHIVE)/$(BASE)/SRPMS
365         rsync --delete --links --perms --times --group --compress --rsh=ssh \
366             $(sort $(subst -debuginfo,,$(wildcard RPMS/yumgroups.xml RPMS/*/*))) $(SERVER):$(ARCHIVE)/$(BASE)/RPMS/
367         ssh $(SERVER) yum-arch $(ARCHIVE)/$(BASE)/RPMS >/dev/null
368         ssh $(SERVER) createrepo $(ARCHIVE)/$(BASE)/RPMS >/dev/null
369         rsync --delete --links --perms --times --group --compress --rsh=ssh \
370             $(wildcard SRPMS/*) $(SERVER):$(ARCHIVE)/$(BASE)/SRPMS/
371         ssh $(SERVER) yum-arch $(ARCHIVE)/$(BASE)/SRPMS >/dev/null
372         ssh $(SERVER) createrepo $(ARCHIVE)/$(BASE)/SRPMS >/dev/null
373 ifeq ($(TAG),HEAD)
374         # Update nightly alpha symlink if it does not exist or is broken, or it is Monday
375         if ! ssh $(SERVER) "[ -e $(REPOS) ] && exit 0 || exit 1" || [ "$(shell date +%A)" = "Monday" ] ; then \
376             ssh $(SERVER) ln -nsf $(ARCHIVE)/$(BASE)/RPMS/ $(REPOS) ; \
377         fi
378 endif
379 endif
380
381 .PHONY: install