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/000968.html | 92 +++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000968.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000968.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000968.html b/zarb-ml/mageia-sysadm/2010-November/000968.html new file mode 100644 index 000000000..80cc91b87 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000968.html @@ -0,0 +1,92 @@ + + + + [Mageia-sysadm] [477] do snapshots of the custom bugzilla template + + + + + + + + + +

[Mageia-sysadm] [477] do snapshots of the custom bugzilla template

+ root at mageia.org + root at mageia.org +
+ Fri Nov 26 16:03:12 CET 2010 +

+
+ +
Revision: 477
+Author:   dmorgan
+Date:     2010-11-26 16:03:12 +0100 (Fri, 26 Nov 2010)
+Log Message:
+-----------
+do snapshots of the custom bugzilla template
+
+Modified Paths:
+--------------
+    puppet/modules/bugzilla/manifests/init.pp
+
+Modified: puppet/modules/bugzilla/manifests/init.pp
+===================================================================
+--- puppet/modules/bugzilla/manifests/init.pp	2010-11-26 12:48:53 UTC (rev 476)
++++ puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:03:12 UTC (rev 477)
+@@ -1,5 +1,7 @@
+ class bugzilla {
+ 
++   $bugzilla_location = "/usr/share/bugzilla/template/en/custom"
++
+     package { 'bugzilla':
+         ensure => installed;
+     }
+@@ -33,3 +35,8 @@
+     }
+ }
+ 
++    subversion::snapshot { $bugzilla_location:
++      source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
++    }
++
++
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101126/e040bceb/attachment.html>
+
+ + + + +
+

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