tentative f14 distro for f14-based vserver-capable infrastructure
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 5 May 2011 15:38:08 +0000 (17:38 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 5 May 2011 15:38:08 +0000 (17:38 +0200)
f14-tags.mk [new file with mode: 0644]
f14.mk [new file with mode: 0644]

diff --git a/f14-tags.mk b/f14-tags.mk
new file mode 100644 (file)
index 0000000..eb8bbb2
--- /dev/null
@@ -0,0 +1,8 @@
+# don't bother to upgrade
+linux-2.6-BRANCH               := f12
+linux-2.6-GITPATH              := git://git.onelab.eu/linux-2.6.git@linux-2.6.32-f12
+util-vserver-BRANCH            := f12
+util-vserver-GITPATH           := git://git.onelab.eu/util-vserver.git@f12-bbox-f14
+# but use latest stuff for f12 that has 3.2.28
+yum-BRANCH                     := f12
+yum-GITPATH                    := git://git.onelab.eu/yum.git@3.2.28-5-f1x
diff --git a/f14.mk b/f14.mk
new file mode 100644 (file)
index 0000000..9db5e06
--- /dev/null
+++ b/f14.mk
@@ -0,0 +1,36 @@
+#
+# $Id$
+# $URL$
+#
+# the f12 pldistro is to rebuild a fedora 12 vserver-capable kernel + out-to-date util-vserver
+# it is intended to be used in conjunction with the stock f12 distribution
+#
+
+#
+# kernel
+#
+kernel-MODULES := linux-2.6
+kernel-SPEC := kernel.spec
+kernel-BUILD-FROM-SRPM := yes
+ifeq "$(HOSTARCH)" "i386"
+kernel-RPMFLAGS:= --target i686
+else
+kernel-RPMFLAGS:= --target $(HOSTARCH)
+endif
+# the defaults below are built into the specfile
+#kernel-RPMFLAGS += --with firmware --without doc --without-debug
+ALL += kernel
+
+#
+# util-vserver
+#
+util-vserver-MODULES := util-vserver
+util-vserver-SPEC := util-vserver.spec
+util-vserver-BUILD-FROM-SRPM := yes
+#util-vserver-RPMFLAGS:= --without dietlibc
+ALL += util-vserver
+
+yum-MODULES := yum
+yum-SPEC := yum.spec
+yum-BUILD-FROM-SRPM := yes
+ALL += yum