From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000636.html | 97 +++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000636.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000636.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000636.html b/zarb-ml/mageia-sysadm/2010-November/000636.html new file mode 100644 index 000000000..b11e06064 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000636.html @@ -0,0 +1,97 @@ + + + + [Mageia-sysadm] [296] - move the declaration to the top of the file, less confusing. + + + + + + + + + +

[Mageia-sysadm] [296] - move the declaration to the top of the file, less confusing.

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 01:03:41 CET 2010 +

+
+ +
Revision: 296
+Author:   misc
+Date:     2010-11-19 01:03:41 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+- move the declaration to the top of the file, less confusing.
+- do not hardcode domain name 
+
+Modified Paths:
+--------------
+    puppet/modules/transifex/templates/30-site.conf
+
+Modified: puppet/modules/transifex/templates/30-site.conf
+===================================================================
+--- puppet/modules/transifex/templates/30-site.conf	2010-11-18 23:20:22 UTC (rev 295)
++++ puppet/modules/transifex/templates/30-site.conf	2010-11-19 00:03:41 UTC (rev 296)
+@@ -1,7 +1,7 @@
+ # Sites
+ SITE_ID = 1
+ # Your site's domain. This is used only in this file.
+-SITE_DOMAIN = ''
++SITE_DOMAIN = '<%= domain %>'
+ 
+ ADMINS = (
+     # ('Your Name', 'your_email at domain.com'),
+@@ -20,7 +20,6 @@
+ EMAIL_HOST = 'localhost'
+ EMAIL_HOST_USER = ''
+ EMAIL_HOST_PASSWORD = ''
+-SITE_DOMAIN = 'mageia.org'
+ EMAIL_USE_TLS = True
+ EMAIL_PORT = 587
+ DEFAULT_FROM_EMAIL = 'noreply@%s' % SITE_DOMAIN
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/5279ec41/attachment.html>
+
+ + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1