From ceabec064c28168ff6bd3bb8200e73692bbc4491 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 7 Jan 2019 11:08:18 +0100 Subject: [PATCH] Setting tag bootmanager-6.0-0 * this is STILL BASED ON PYTHON2, but relies on 2 accessory libraries that are pypcilib and pyplnet for this reason, the relevant files are COPIED at packaging time * new settings lxc_ROOT_SIZE=12G (was 70G) and SWAP_SIZE=4G (was 1G) and lxc_TOTAL_MINIMUM_DISK_SIZE=50 (was 120) * invoke conf_files.py as a plain script (i.e. expects a shebang) since we ideally can still use this code against a python2 nodemanager * skip nodeupdate step, will be redone later anyway * rely on NetworkManager utilities when ifconfig can't be found * tear down patch for very old 2.6.12 kernels * a little closer to python3 though --- lxc-tags.mk | 2 +- lxcpy2-tags.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc-tags.mk b/lxc-tags.mk index 8add8d92..c4e60ca4 100644 --- a/lxc-tags.mk +++ b/lxc-tags.mk @@ -32,7 +32,7 @@ monitor-GITPATH := git://git.onelab.eu/monitor@monitor-3.1-6 PLCRT-GITPATH := git://git.onelab.eu/plcrt.git@PLCRT-1.0-11 pyopenssl-GITPATH := git://git.onelab.eu/pyopenssl.git@pyopenssl-0.9-2 nodeconfig-GITPATH := git://git.onelab.eu/nodeconfig.git@nodeconfig-5.2-5 -bootmanager-GITPATH := git://git.onelab.eu/bootmanager.git@master +bootmanager-GITPATH := git://git.onelab.eu/bootmanager.git@bootmanager-6.0-0 pypcilib-GITPATH := git://git.onelab.eu/pypcilib.git@pypcilib-0.2-11 pyplnet-GITPATH := git://git.onelab.eu/pyplnet.git@python3 DistributedRateLimiting-GITPATH := git://git.onelab.eu/distributedratelimiting.git@DistributedRateLimiting-0.1-1 diff --git a/lxcpy2-tags.mk b/lxcpy2-tags.mk index 3daba283..db9ef82a 100644 --- a/lxcpy2-tags.mk +++ b/lxcpy2-tags.mk @@ -32,7 +32,7 @@ monitor-GITPATH := git://git.onelab.eu/monitor@monitor-3.1-6 PLCRT-GITPATH := git://git.onelab.eu/plcrt.git@PLCRT-1.0-11 pyopenssl-GITPATH := git://git.onelab.eu/pyopenssl.git@pyopenssl-0.9-2 nodeconfig-GITPATH := git://git.onelab.eu/nodeconfig.git@nodeconfig-5.2-5 -bootmanager-GITPATH := git://git.onelab.eu/bootmanager.git@master +bootmanager-GITPATH := git://git.onelab.eu/bootmanager.git@bootmanager-6.0-0 pypcilib-GITPATH := git://git.onelab.eu/pypcilib.git@pypcilib-0.2-11 pyplnet-GITPATH := git://git.onelab.eu/pyplnet.git@master DistributedRateLimiting-GITPATH := git://git.onelab.eu/distributedratelimiting.git@DistributedRateLimiting-0.1-1 -- 2.43.0