diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000879.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000879.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000879.html b/zarb-ml/mageia-sysadm/2010-November/000879.html new file mode 100644 index 000000000..34222db8f --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000879.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [446] use FQDN for repository + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B446%5D%20use%20FQDN%20for%20repository&In-Reply-To=%3C20101124003045.74B313FD11%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="000878.html"> + <LINK REL="Next" HREF="000881.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [446] use FQDN for repository</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B446%5D%20use%20FQDN%20for%20repository&In-Reply-To=%3C20101124003045.74B313FD11%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [446] use FQDN for repository">root at mageia.org + </A><BR> + <I>Wed Nov 24 01:30:45 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000878.html">[Mageia-sysadm] [445] fix homedir usage +</A></li> + <LI>Next message: <A HREF="000881.html">[Mageia-sysadm] [447] remove empty line from the result file ( <% vs <%- ) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#879">[ date ]</a> + <a href="thread.html#879">[ thread ]</a> + <a href="subject.html#879">[ subject ]</a> + <a href="author.html#879">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 446 +Author: blino +Date: 2010-11-24 01:30:45 +0100 (Wed, 24 Nov 2010) +Log Message: +----------- +use FQDN for repository + +Modified Paths: +-------------- + puppet/modules/buildsystem/templates/upload.conf + +Modified: puppet/modules/buildsystem/templates/upload.conf +=================================================================== +--- puppet/modules/buildsystem/templates/upload.conf 2010-11-24 00:29:20 UTC (rev 445) ++++ puppet/modules/buildsystem/templates/upload.conf 2010-11-24 00:30:45 UTC (rev 446) +@@ -11,7 +11,7 @@ + i586 => [ qw(ecosse) ], + x86_64 => [ qw(jonund) ], + ); +-my $repository = "<A HREF="http://repository/distrib/">http://repository/distrib/</A>"; ++my $repository = "<A HREF="http://repository.mageia.org/distrib/">http://repository.mageia.org/distrib/</A>"; + my $homedir = "/home/iurt"; + + { +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101124/d3349f80/attachment.html> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000878.html">[Mageia-sysadm] [445] fix homedir usage +</A></li> + <LI>Next message: <A HREF="000881.html">[Mageia-sysadm] [447] remove empty line from the result file ( <% vs <%- ) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#879">[ date ]</a> + <a href="thread.html#879">[ thread ]</a> + <a href="subject.html#879">[ subject ]</a> + <a href="author.html#879">[ 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> |