diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001330.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/001330.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001330.html b/zarb-ml/mageia-sysadm/2010-December/001330.html new file mode 100644 index 000000000..79d54858b --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/001330.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [647] add mandriva repository on http://repository.mageia.org/mandriva + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B647%5D%20add%20mandriva%20repository%20on%0A%09http%3A//repository.mageia.org/mandriva&In-Reply-To=%3C20101220154420.5655A40861%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001329.html"> + <LINK REL="Next" HREF="001331.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [647] add mandriva repository on http://repository.mageia.org/mandriva</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B647%5D%20add%20mandriva%20repository%20on%0A%09http%3A//repository.mageia.org/mandriva&In-Reply-To=%3C20101220154420.5655A40861%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [647] add mandriva repository on http://repository.mageia.org/mandriva">root at mageia.org + </A><BR> + <I>Mon Dec 20 16:44:20 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001329.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org +</A></li> + <LI>Next message: <A HREF="001331.html">[Mageia-sysadm] [648] add iurt config for mandriva2010.1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1330">[ date ]</a> + <a href="thread.html#1330">[ thread ]</a> + <a href="subject.html#1330">[ subject ]</a> + <a href="author.html#1330">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 647 +Author: boklm +Date: 2010-12-20 16:44:19 +0100 (Mon, 20 Dec 2010) +Log Message: +----------- +add mandriva repository on <A HREF="http://repository.mageia.org/mandriva">http://repository.mageia.org/mandriva</A> + +Modified Paths: +-------------- + puppet/modules/buildsystem/templates/vhost_repository.conf + +Modified: puppet/modules/buildsystem/templates/vhost_repository.conf +=================================================================== +--- puppet/modules/buildsystem/templates/vhost_repository.conf 2010-12-17 01:45:21 UTC (rev 646) ++++ puppet/modules/buildsystem/templates/vhost_repository.conf 2010-12-20 15:44:19 UTC (rev 647) +@@ -7,6 +7,7 @@ + <VirtualHost *:80> + ServerName repository.<%= domain %> + DocumentRoot <%= repository_root %> ++ Alias /mandriva/ "/distrib/mandriva/" + <Directory <%= repository_root %>> + Order deny,allow + Deny from all +@@ -15,4 +16,12 @@ + Allow from .<%= domain %> + Options Indexes FollowSymLinks + </Directory> ++ <Directory /distrib/mandriva> ++ Order deny,allow ++ Deny from all ++ Allow from localhost, 127.0.0.1 ++ Allow from <%= buildsystem_nodes %> ++ Allow from .<%= domain %> ++ Options Indexes FollowSymLinks ++ </Directory> + </VirtualHost> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101220/3596f71b/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001329.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org +</A></li> + <LI>Next message: <A HREF="001331.html">[Mageia-sysadm] [648] add iurt config for mandriva2010.1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1330">[ date ]</a> + <a href="thread.html#1330">[ thread ]</a> + <a href="subject.html#1330">[ subject ]</a> + <a href="author.html#1330">[ 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> |