diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001634.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001634.html | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001634.html b/zarb-ml/mageia-sysadm/2011-January/001634.html new file mode 100644 index 000000000..6fa563c7f --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001634.html @@ -0,0 +1,125 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [683] Templatize the file + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B683%5D%20Templatize%20the%20file&In-Reply-To=%3C20110107002245.C6D4641AD2%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="001633.html"> + <LINK REL="Next" HREF="001635.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [683] Templatize the file</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B683%5D%20Templatize%20the%20file&In-Reply-To=%3C20110107002245.C6D4641AD2%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [683] Templatize the file">root at mageia.org + </A><BR> + <I>Fri Jan 7 01:22:45 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001633.html">[Mageia-sysadm] [682] Add config for the second youri (third one is dead!) +</A></li> + <LI>Next message: <A HREF="001635.html">[Mageia-sysadm] [684] Use 1 instead of 1.0 in submit-queue.conf too +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1634">[ date ]</a> + <a href="thread.html#1634">[ thread ]</a> + <a href="subject.html#1634">[ subject ]</a> + <a href="author.html#1634">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 683 +Author: pterjan +Date: 2011-01-07 01:22:45 +0100 (Fri, 07 Jan 2011) +Log Message: +----------- +Templatize the file + +Modified Paths: +-------------- + puppet/modules/buildsystem/templates/submit-queue.conf + +Modified: puppet/modules/buildsystem/templates/submit-queue.conf +=================================================================== +--- puppet/modules/buildsystem/templates/submit-queue.conf 2011-01-07 00:19:21 UTC (rev 682) ++++ puppet/modules/buildsystem/templates/submit-queue.conf 2011-01-07 00:22:45 UTC (rev 683) +@@ -1,17 +1,19 @@ ++<% ++escaped_domain = domain.gsub('.','\.') ++%> + ++home: <%= sched_home_dir %> + +-home: /home/schedbot +- + # repository declaration + repository: + class: Youri::Repository::Mageia_upload + options: +- install_root: /distrib/bootstrap/distrib ++ install_root: <%= repository_root %>/distrib + upload_root: ${home}/uploads/ + upload_state: queue + queue: queue + noarch: i586 +- svn: svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron/">ssh://svn.mageia.org/svn/packages/cauldron/</A> ++ svn: svn+<A HREF="ssh://svn.<%=">ssh://svn.<%=</A> domain %>/svn/packages/cauldron/ + 1.0: + arch: i586 x86_64 + cauldron: +@@ -58,7 +60,7 @@ + options: + tags: + release: 'mga\d+' +- # packager: '<\<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">S+ at mageia</A>\.org>$' ++ # packager: '<\S+@<%= escaped_domain %>>$' + distribution: '^Mageia' + vendor: '^Mageia.org$' + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110107/06f0650c/attachment.html> +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001633.html">[Mageia-sysadm] [682] Add config for the second youri (third one is dead!) +</A></li> + <LI>Next message: <A HREF="001635.html">[Mageia-sysadm] [684] Use 1 instead of 1.0 in submit-queue.conf too +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1634">[ date ]</a> + <a href="thread.html#1634">[ thread ]</a> + <a href="subject.html#1634">[ subject ]</a> + <a href="author.html#1634">[ 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> |