diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001795.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001795.html | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001795.html b/zarb-ml/mageia-sysadm/2011-January/001795.html new file mode 100644 index 000000000..8528bd66a --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001795.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [733] do not harccode schedbot login + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B733%5D%20do%20not%20harccode%20schedbot%20login&In-Reply-To=%3C20110108230324.61D7141D74%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="001794.html"> + <LINK REL="Next" HREF="001796.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [733] do not harccode schedbot login</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B733%5D%20do%20not%20harccode%20schedbot%20login&In-Reply-To=%3C20110108230324.61D7141D74%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [733] do not harccode schedbot login">root at mageia.org + </A><BR> + <I>Sun Jan 9 00:03:24 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001794.html">[Mageia-sysadm] [732] do not hardcode schedbot home dir +</A></li> + <LI>Next message: <A HREF="001796.html">[Mageia-sysadm] [734] do not hardcode iurt login and home +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1795">[ date ]</a> + <a href="thread.html#1795">[ thread ]</a> + <a href="subject.html#1795">[ subject ]</a> + <a href="author.html#1795">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 733 +Author: blino +Date: 2011-01-09 00:03:24 +0100 (Sun, 09 Jan 2011) +Log Message: +----------- +do not harccode schedbot login + +Modified Paths: +-------------- + puppet/modules/buildsystem/templates/upload.conf + +Modified: puppet/modules/buildsystem/templates/upload.conf +=================================================================== +--- puppet/modules/buildsystem/templates/upload.conf 2011-01-08 23:02:24 UTC (rev 732) ++++ puppet/modules/buildsystem/templates/upload.conf 2011-01-08 23:03:24 UTC (rev 733) +@@ -67,5 +67,5 @@ + }, + admin => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">pterjan at gmail.com</A>', + http_queue => '<A HREF="http://pkgsubmit.<%=">http://pkgsubmit.<%=</A> domain %>/uploads', +- upload_user => 'schedbot', ++ upload_user => '<%= sched_login %>', + } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110109/167002e3/attachment.html> +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001794.html">[Mageia-sysadm] [732] do not hardcode schedbot home dir +</A></li> + <LI>Next message: <A HREF="001796.html">[Mageia-sysadm] [734] do not hardcode iurt login and home +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1795">[ date ]</a> + <a href="thread.html#1795">[ thread ]</a> + <a href="subject.html#1795">[ subject ]</a> + <a href="author.html#1795">[ 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> |