# the complete path where this module lies;
# you can specify the trunk or a given tag with this variable
#
-# OR if the module is managed under cvs
+# OR if the module is managed under cvs (will be obsoleted)
#
# (*) module-CVSROOT
# (*) module-TAG
build-SVNPATH := http://svn.planet-lab.org/svn/build/trunk
# see planetlab.mk for when we use one or the other
linux-tree-SVNPATH := http://svn.planet-lab.org/svn/linux-2.6/branches/2.6.20
-linux-patches-SVNPATH := http://svn.planet-lab.org/svn/linux-2.6/trunk
+#linux-patches-SVNPATH := http://svn.planet-lab.org/svn/linux-2.6/trunk
#
libnl-SVNPATH := http://svn.planet-lab.org/svn/libnl/trunk
util-vserver-SVNPATH := http://svn.planet-lab.org/svn/util-vserver/trunk
NodeManager-SVNPATH := http://svn.planet-lab.org/svn/NodeManager/trunk
pl_sshd-SVNPATH := http://svn.planet-lab.org/svn/pl_sshd/trunk
libhttpd++-SVNPATH := http://svn.planet-lab.org/svn/libhttpd++/trunk
-proper-SVNPATH := http://svn.planet-lab.org/svn/proper/trunk
+#proper-SVNPATH := http://svn.planet-lab.org/svn/proper/trunk
CoDemux-SVNPATH := http://svn.planet-lab.org/svn/CoDemux/trunk
ulogd-SVNPATH := http://svn.planet-lab.org/svn/ulogd/trunk
fprobe-ulog-SVNPATH := http://svn.planet-lab.org/svn/fprobe-ulog/trunk
# in this case the srpm is created by running make srpm in the codebase
#
-ifeq "$(RELEASE)" "8"
+# using 2.6.22 on all platforms - experimental
+#ifeq "$(RELEASE)" "8"
srpm-kernel-$(HOSTARCH)-MODULES := linux-patches
srpm-kernel-$(HOSTARCH)-SPEC := kernel-2.6-planetlab.spec
ifeq ($(HOSTARCH),i386)
endif
KERNELS += srpm-kernel-$(HOSTARCH)
-else
-kernel-$(HOSTARCH)-MODULES := linux-tree
-kernel-$(HOSTARCH)-SPEC := scripts/kernel-2.6-planetlab.spec
-ifeq ($(HOSTARCH),i386)
-kernel-$(HOSTARCH)-RPMFLAGS:= --target i686
-else
-kernel-$(HOSTARCH)-RPMFLAGS:= --target $(HOSTARCH)
-endif
-KERNELS += kernel-$(HOSTARCH)
-endif
+#else
+#kernel-$(HOSTARCH)-MODULES := linux-tree
+#kernel-$(HOSTARCH)-SPEC := scripts/kernel-2.6-planetlab.spec
+#ifeq ($(HOSTARCH),i386)
+#kernel-$(HOSTARCH)-RPMFLAGS:= --target i686
+#else
+#kernel-$(HOSTARCH)-RPMFLAGS:= --target $(HOSTARCH)
+#endif
+#KERNELS += kernel-$(HOSTARCH)
+#endif
kernel: $(KERNELS)
kernel-clean: $(foreach package,$(KERNELS),$(package)-clean)
proper-RPMBUILD := sudo bash ./rpmbuild.sh
# proper uses scripts in util-python for building
proper-DEPENDS := libhttpd++ util-python
-ALL += proper
+# disabled temporarily (or ?)
+#ALL += proper
#
# codemux: Port 80 demux