7ff74d43fe0e6db50cdc3a772b94cff834c21752
[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: planetlab.mk,v 1.65 2007/08/22 14:41:32 mef Exp $
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 # Check if a tag has been checked out
35 ifneq ($(wildcard CVS/Root),)
36 # Check if we are able to access CVS
37 CVSTAG := $(shell cvs status planetlab.mk 2>/dev/null | sed -ne 's/[[:space:]]*Sticky Tag:[[:space:]]*\([^[:space:]]*\).*/\1/p')
38 ifneq ($(CVSTAG),)
39 CVSROOT := $(shell cat CVS/Root)
40 ifeq ($(CVSTAG),(none))
41 TAG := HEAD
42 else
43 TAG := $(CVSTAG)
44 endif
45 endif
46 endif
47
48 #
49 # kernel
50 #
51
52 # Figure out whether we are building on i386 or x86_64 host
53 HOSTARCH := $(shell uname -i)
54
55 kernel-$(HOSTARCH)-MODULE := linux-2.6
56 kernel-$(HOSTARCH)-SPEC := linux-2.6/scripts/kernel-2.6-planetlab.spec
57 ifeq ($(HOSTARCH),i386)
58 kernel-$(HOSTARCH)-RPMFLAGS:= --target i686
59 else
60 kernel-$(HOSTARCH)-RPMFLAGS:= --target $(HOSTARCH)
61 endif
62
63 ALL += kernel-$(HOSTARCH)
64
65 kernel-clean: kernel-$(HOSTARCH)-clean
66 kernel: kernel-$(HOSTARCH)
67
68 #
69 # madwifi
70 #
71
72 madwifi-ng-MODULE := madwifi-ng
73 madwifi-ng-SPEC := madwifi-ng/madwifi.spec
74 #ALL += madwifi-ng
75
76 # Build kernel first so we can bootstrap off of its build
77 madwifi-ng: kernel
78
79 #
80 # ivtv 
81 #
82
83 ivtv-MODULE := ivtv
84 ivtv-SPEC := ivtv/ivtv.spec
85 #ALL += ivtv
86
87 #
88 # util-vserver
89 #
90
91 util-vserver-MODULE := util-vserver
92 util-vserver-SPEC := util-vserver/util-vserver.spec
93 util-vserver-RPMFLAGS:= --without dietlibc
94 ALL += util-vserver
95
96 #
97 # PlanetLabAccounts
98 #
99
100 PlanetLabAccounts-MODULE := PlanetLabAccounts
101 PlanetLabAccounts-SPEC := PlanetLabAccounts/PlanetLabAccounts.spec
102 ALL += PlanetLabAccounts
103
104 #
105 # NodeUpdate
106 #
107
108 NodeUpdate-MODULE := NodeUpdate
109 NodeUpdate-SPEC := NodeUpdate/NodeUpdate.spec
110 ALL += NodeUpdate
111
112 #
113 # PlanetLabConf
114 #
115
116 PlanetLabConf-MODULE := PlanetLabConf
117 PlanetLabConf-SPEC := PlanetLabConf/PlanetLabConf.spec
118 ALL += PlanetLabConf
119
120 #
121 # ipod
122 #
123
124 ipod-MODULE := ipod
125 ipod-SPEC := ipod/ipod.spec
126 ALL += ipod
127
128 #
129 # sudo
130 #
131
132 sudo-MODULE := sudo
133 sudo-SPEC := sudo/planetlab_sudo.spec
134 ALL += sudo
135
136 #
137 # pycurl
138 #
139
140 pycurl-MODULE := pycurl
141 pycurl-SPEC := pycurl/pycurl.spec
142 ALL += pycurl
143
144 #
145 # BootServerRequest
146 #
147
148 BootServerRequest-MODULE := BootServerRequest
149 BootServerRequest-SPEC := BootServerRequest/PLBootServerRequest.spec
150 ALL += BootServerRequest
151
152 #
153 # PlanetLabID
154 #
155
156 PlanetLabID-MODULE := PlanetLabID
157 PlanetLabID-SPEC := PlanetLabID/PlanetLabID.spec
158 ALL += PlanetLabID
159
160 #
161 # Node Manager
162 #
163
164 NodeManager-MODULE := NodeManager
165 NodeManager-SPEC := NodeManager/NodeManager.spec
166 ALL += NodeManager
167
168 #
169 # pl_sshd
170 #
171
172 pl_sshd-MODULE := pl_sshd
173 pl_sshd-SPEC := pl_sshd/pl_sshd.spec
174 ALL += pl_sshd
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 proper-RPMBUILD := sudo sh .rpmbuild.sh
191 ALL += proper
192
193 proper: libhttpd++
194
195 #
196 # CoDemux: Port 80 demux
197 #
198
199 codemux-MODULE := codemux
200 codemux-SPEC   := codemux/codemux.spec
201 #ALL += codemux
202
203 #
204 # MySQL
205 #
206
207 mysql-MODULE := mysql
208 mysql-SPEC := mysql/mysql.spec
209 #ALL += mysql
210
211 #
212 # ulogd
213 #
214
215 ulogd-MODULE := ulogd
216 ulogd-SPEC := ulogd/ulogd.spec
217 ALL += ulogd
218
219 ulogd: kernel proper #mysql
220
221 #
222 # netflow
223 #
224
225 netflow-MODULE := netflow
226 netflow-SPEC := netflow/netflow.spec
227 ALL += netflow
228
229 netflow: #mysql
230
231 #
232 # PlanetLab Mom: Cleans up your mess
233 #
234
235 pl_mom-MODULE := pl_mom
236 pl_mom-SPEC := pl_mom/pl_mom.spec
237 ALL += pl_mom
238
239 #
240 # iptables
241 #
242
243 iptables-MODULE := iptables
244 iptables-SPEC := iptables/iptables.spec
245 ALL += iptables
246
247 iptables: kernel
248
249 #
250 # iproute
251 #
252
253 iproute-MODULE := iproute2
254 iproute-SPEC := iproute2/iproute.spec
255 ALL += iproute
256
257 #
258 # kexec-tools
259 #
260
261 kexec-tools-MODULE := kexec-tools
262 kexec-tools-SPEC := kexec-tools/kexec-tools.spec
263 ALL += kexec-tools
264
265 #
266 # util-python
267 #
268
269 util-python-MODULE := util-python
270 util-python-SPEC := util-python/util-python.spec
271 ALL += util-python
272
273 # proper and util-vserver both use scripts in util-python for building
274 proper: util-python
275 util-vserver: util-python
276 PlanetLabAuth: util-python
277
278 #
279 # PLCAPI
280 #
281
282 PLCAPI-MODULE := new_plc_api
283 PLCAPI-SPEC := new_plc_api/PLCAPI.spec
284 ALL += PLCAPI
285
286 #
287 # vserver-reference
288 #
289
290 vserver-reference-MODULE := vserver-reference build
291 vserver-reference-SPEC := vserver-reference/vserver-reference.spec
292 # Package must be built as root
293 vserver-reference-RPMBUILD := sudo sh .rpmbuild.sh
294 ALL += vserver-reference
295
296 # vserver-reference may require current packages
297 vserver-reference: $(filter-out vserver-reference,$(ALL))
298
299 #
300 # bootmanager
301 #
302
303 bootmanager-MODULE := bootmanager build
304 bootmanager-SPEC := bootmanager/bootmanager.spec
305 bootmanager-RPMBUILD := sudo sh .rpmbuild.sh
306 ALL += bootmanager
307
308 # bootmanager requires current packages
309 bootmanager: $(filter-out bootmanager,$(ALL))
310
311 # ...and the yum manifest
312 bootmanager: RPMS/yumgroups.xml
313
314 #
315 # bootcd
316 #
317
318 bootcd-MODULE := bootcd build bootmanager
319 bootcd-SPEC := bootcd/bootcd.spec
320 bootcd-RPMBUILD := sudo sh .rpmbuild.sh
321 ALL += bootcd
322
323 # bootcd requires current packages
324 bootcd: $(filter-out bootcd,$(ALL))
325
326 #
327 # MyPLC
328 #
329
330 myplc-MODULE := build myplc new_plc_www plc/scripts
331 myplc-SPEC := myplc/myplc.spec
332 # Package must be built as root
333 myplc-RPMBUILD := sudo sh .rpmbuild.sh
334 ALL += myplc
335
336 # MyPLC may require current packages
337 myplc: $(filter-out myplc,$(ALL))
338
339 # ...and the yum manifest
340 myplc: RPMS/yumgroups.xml
341
342 #
343 # MyPLC development environment
344 #
345
346 myplc-devel-MODULE := build myplc
347 myplc-devel-SPEC := myplc/myplc-devel.spec
348 # Package must be built as root
349 myplc-devel-RPMBUILD := sudo sh .rpmbuild.sh
350 ALL += myplc-devel
351
352 #
353 # libnl
354 #
355
356 libnl-MODULE := libnl
357 libnl-SPEC := libnl/libnl.spec
358 ALL += libnl
359
360 util-vserver: libnl
361
362 #
363 # Installation rules
364
365
366 # Upload packages to boot server
367 SERVERA := build@boot1.planet-lab.org
368 SERVERB := build@boot2.planet-lab.org
369 ARCHIVE := /plc/data/var/www/html/install-rpms/archive
370
371 # Put nightly alpha builds in a subdirectory
372 ifeq ($(TAG),HEAD)
373 ARCHIVE := $(ARCHIVE)/planetlab-alpha
374 REPOS := /plc/data/var/www/html/install-rpms/planetlab-alpha
375 endif
376
377 RPMS/yumgroups.xml:
378         install -D -m 644 groups/v4_yumgroups.xml RPMS/yumgroups.xml
379
380 install:
381 ifeq ($(BASE),)
382         @echo make install is only meant to be called from ./build.sh
383 else
384 ifneq ($(wildcard /etc/planetlab/secring.gpg),)
385         # Sign all RPMS. setsid detaches rpm from the terminal,
386         # allowing the (hopefully blank) GPG password to be entered
387         # from stdin instead of /dev/tty. Obviously, the build server
388         # should be secure.
389         echo | setsid rpm \
390         --define "_signature gpg" \
391         --define "_gpg_path /etc/planetlab" \
392         --define "_gpg_name PlanetLab <info@planet-lab.org>" \
393         --resign RPMS/*/*.rpm
394 endif
395 ifneq ($(BUILDS),)
396         # Remove old runs
397         echo "cd $(ARCHIVE) && ls -t | sed -n $(BUILDS)~1p | xargs rm -rf" | ssh $(SERVERA) /bin/bash -s
398         echo "cd $(ARCHIVE) && ls -t | sed -n $(BUILDS)~1p | xargs rm -rf" | ssh $(SERVERB) /bin/bash -s
399 endif
400         # Create package manifest
401         sh ./packages.sh -b "http://build.planet-lab.org/$(subst $(HOME)/,,$(shell pwd))/RPMS" RPMS > packages.xml
402         # Update yum metadata
403         yum-arch RPMS >/dev/null
404         createrepo -g yumgroups.xml RPMS >/dev/null
405         # Populate repository
406         rsync \
407         --exclude '*-debuginfo-*' \
408         --recursive --links --perms --times --group --compress --rsh=ssh \
409         RPMS/ $(SERVERA):$(ARCHIVE)/$(BASE)
410         rsync \
411         --exclude '*-debuginfo-*' \
412         --recursive --links --perms --times --group --compress --rsh=ssh \
413         RPMS/ $(SERVERB):$(ARCHIVE)/$(BASE)
414 ifeq ($(TAG),HEAD)
415         # Update nightly alpha symlink if it does not exist or is broken, or it is Monday
416         if ! ssh $(SERVERA) "[ -e $(REPOS) ] && exit 0 || exit 1" || [ "$(shell date +%A)" = "Monday" ] ; then \
417             ssh $(SERVERA) ln -nsf archive/$(BASE) $(REPOS) ; \
418         fi
419         # Update nightly alpha symlink if it does not exist or is broken, or it is Monday
420         if ! ssh $(SERVERB) "[ -e $(REPOS) ] && exit 0 || exit 1" || [ "$(shell date +%A)" = "Monday" ] ; then \
421             ssh $(SERVERB) ln -nsf archive/$(BASE) $(REPOS) ; \
422         fi
423
424 endif
425 endif
426
427 .PHONY: install