summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-December/001238.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001238.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-December/001238.html108
1 files changed, 108 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001238.html b/zarb-ml/mageia-sysadm/2010-December/001238.html
new file mode 100644
index 000000000..5d1d74c94
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-December/001238.html
@@ -0,0 +1,108 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [628] - add templating extraction logic to transifex
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B628%5D%20-%20add%20templating%20extraction%20logic%20to%20transifex&In-Reply-To=%3C20101215125634.DAE83402E6%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="001237.html">
+ <LINK REL="Next" HREF="001239.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [628] - add templating extraction logic to transifex</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B628%5D%20-%20add%20templating%20extraction%20logic%20to%20transifex&In-Reply-To=%3C20101215125634.DAE83402E6%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [628] - add templating extraction logic to transifex">root at mageia.org
+ </A><BR>
+ <I>Wed Dec 15 13:56:34 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001237.html">[Mageia-sysadm] [627] add configfile for template related stuff
+</A></li>
+ <LI>Next message: <A HREF="001239.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1238">[ date ]</a>
+ <a href="thread.html#1238">[ thread ]</a>
+ <a href="subject.html#1238">[ subject ]</a>
+ <a href="author.html#1238">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 628
+Author: misc
+Date: 2010-12-15 13:56:34 +0100 (Wed, 15 Dec 2010)
+Log Message:
+-----------
+- add templating extraction logic to transifex
+
+Modified Paths:
+--------------
+ puppet/modules/transifex/manifests/init.pp
+ puppet/modules/transifex/templates/50-project.conf
+
+Modified: puppet/modules/transifex/manifests/init.pp
+===================================================================
+--- puppet/modules/transifex/manifests/init.pp 2010-12-15 12:56:33 UTC (rev 627)
++++ puppet/modules/transifex/manifests/init.pp 2010-12-15 12:56:34 UTC (rev 628)
+@@ -7,6 +7,8 @@
+ $pgsql_password = extlookup(&quot;transifex_pgsql&quot;,'x')
+ $ldap_password = extlookup(&quot;transifex_ldap&quot;,'x')
+
++ $templates_dir = &quot;/var/lib/transifex/templates&quot;
++
+ @@postgresql::user { 'transifex':
+ password =&gt; $pgsql_password,
+ }
+@@ -72,6 +74,10 @@
+ notify =&gt; Service['apache']
+ }
+
++ svn::snapshot { $templates_dir:
++ source =&gt; &quot;<A HREF="svn://svn.mageia.org/svn/web/templates/transifex/trunk">svn://svn.mageia.org/svn/web/templates/transifex/trunk</A>&quot;
++ }
++
+ apache::vhost_django_app { &quot;transifex.$domain&quot;:
+ module =&gt; &quot;transifex&quot;,
+ use_ssl =&gt; true,
+
+Modified: puppet/modules/transifex/templates/50-project.conf
+===================================================================
+--- puppet/modules/transifex/templates/50-project.conf 2010-12-15 12:56:33 UTC (rev 627)
++++ puppet/modules/transifex/templates/50-project.conf 2010-12-15 12:56:34 UTC (rev 628)
+@@ -39,6 +39,7 @@
+ ROOT_URLCONF = 'urls'
+
+ TEMPLATE_DIRS = [
++ '&lt;%= templates_dir %&gt;',
+ os.path.join(TX_ROOT, 'templates'),
+ ]
+
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101215/13102201/attachment.html&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001237.html">[Mageia-sysadm] [627] add configfile for template related stuff
+</A></li>
+ <LI>Next message: <A HREF="001239.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1238">[ date ]</a>
+ <a href="thread.html#1238">[ thread ]</a>
+ <a href="subject.html#1238">[ subject ]</a>
+ <a href="author.html#1238">[ 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>