diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-February/002773.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-February/002773.html | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-February/002773.html b/zarb-ml/mageia-sysadm/2011-February/002773.html new file mode 100644 index 000000000..9a69c2d86 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-February/002773.html @@ -0,0 +1,155 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [1114] update script + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B1114%5D%20update%20script&In-Reply-To=%3C1297960760.20660.201.camel%40akroma.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002868.html"> + <LINK REL="Next" HREF="002774.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [1114] update script</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B1114%5D%20update%20script&In-Reply-To=%3C1297960760.20660.201.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-sysadm] [1114] update script">misc at zarb.org + </A><BR> + <I>Thu Feb 17 17:39:20 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002868.html">[Mageia-sysadm] Cron <root at krampouezh> /usr/sbin/urpmi.update -a -q +</A></li> + <LI>Next message: <A HREF="002774.html">[Mageia-sysadm] [Mageia-dev] Bugs list test? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2773">[ date ]</a> + <a href="thread.html#2773">[ thread ]</a> + <a href="subject.html#2773">[ subject ]</a> + <a href="author.html#2773">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le jeudi 17 février 2011 à 15:09 +0100, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> a écrit : +><i> Revision: 1114 +</I>><i> Author: dams +</I>><i> Date: 2011-02-17 15:09:18 +0100 (Thu, 17 Feb 2011) +</I>><i> Log Message: +</I>><i> ----------- +</I>><i> update script +</I>><i> +</I>><i> Modified Paths: +</I>><i> -------------- +</I>><i> puppet/modules/planet/templates/deploy_new-planet.sh +</I>><i> +</I>><i> Modified: puppet/modules/planet/templates/deploy_new-planet.sh +</I>><i> =================================================================== +</I>><i> --- puppet/modules/planet/templates/deploy_new-planet.sh 2011-02-17 13:10:20 UTC (rev 1113) +</I>><i> +++ puppet/modules/planet/templates/deploy_new-planet.sh 2011-02-17 14:09:18 UTC (rev 1114) +</I>><i> @@ -4,7 +4,7 @@ +</I>><i> PATH_TO_FILE=${PATH_TO_FILE:-/var/lib/planet} +</I>><i> PATH_TO_PLANET=${PATH_TO_PLANET:-/var/www/html/planet.<%= domain %>} +</I>><i> +</I>><i> -#Ask for new locale name if no parameter given +</I>><i> +#Ask for new locale name +</I>><i> echo -n "Locale name: " +</I>><i> read locale +</I> +I think it would be better to not have a interactive script if we want +to have automated deployment. That's quite easy to fix, you can just use +the first argument for getting the locale, and skip the check later. + + +><i> @@ -19,7 +19,16 @@ +</I>><i> echo "Aborted, $FILE already exist." +</I>><i> exit 2 +</I>><i> else +</I>><i> + # Deploy new planet with locale given +</I>><i> /bin/mkdir $FILE +</I>><i> + /bin/chown planet:apache $FILE +</I>><i> + /usr/bin/wget -O $PATH_TO_FILE"/moonmoon.tar.gz" <A HREF="http://damsweb.net/files/moonmoon_mageia.tar.gz">http://damsweb.net/files/moonmoon_mageia.tar.gz</A> +</I> +No vcs, no versionning ? + +-- +Michael Scherer + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002868.html">[Mageia-sysadm] Cron <root at krampouezh> /usr/sbin/urpmi.update -a -q +</A></li> + <LI>Next message: <A HREF="002774.html">[Mageia-sysadm] [Mageia-dev] Bugs list test? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2773">[ date ]</a> + <a href="thread.html#2773">[ thread ]</a> + <a href="subject.html#2773">[ subject ]</a> + <a href="author.html#2773">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |