From 00a788c73e19f0b0e23c4e7b269db28068f5fd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Tue, 23 Aug 2011 16:21:49 +0200 Subject: [PATCH] LAMP template : Add strip-top-level-dir comment --- software/lamp-template-static/software.cfg | 2 ++ software/lamp-template/software.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/software/lamp-template-static/software.cfg b/software/lamp-template-static/software.cfg index 6484984dc..4e6310dfe 100644 --- a/software/lamp-template-static/software.cfg +++ b/software/lamp-template-static/software.cfg @@ -17,6 +17,8 @@ extends = recipe = hexagonit.recipe.download url = Student shall put here url of zipped or tarballed web page or application #md5sum = Student may put here md5sum of this file, this is good idea +#If provided tarball does not contain top directory, option shall be changed to false +#strip-top-level-dir = true [instance-recipe] egg = slapos.cookbook diff --git a/software/lamp-template/software.cfg b/software/lamp-template/software.cfg index 27f1265f7..df63edada 100644 --- a/software/lamp-template/software.cfg +++ b/software/lamp-template/software.cfg @@ -17,6 +17,8 @@ extends = recipe = hexagonit.recipe.download url = Student shall put here url of zipped or tarballed web page or application #md5sum = Student may put here md5sum of this file, this is good idea +#If provided tarball does not contain top directory, option shall be changed to false +#strip-top-level-dir = true [application-template] recipe = slapos.recipe.download -- 2.30.9