diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001732.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001732.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001732.html b/zarb-ml/mageia-sysadm/2011-January/001732.html new file mode 100644 index 000000000..a2192025d --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001732.html @@ -0,0 +1,98 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [724] add dot before distsuffix in release + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B724%5D%20add%20dot%20before%20distsuffix%20in%20release&In-Reply-To=%3C20110108102909.E224741C81%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="001730.html"> + <LINK REL="Next" HREF="001733.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [724] add dot before distsuffix in release</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B724%5D%20add%20dot%20before%20distsuffix%20in%20release&In-Reply-To=%3C20110108102909.E224741C81%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [724] add dot before distsuffix in release">root at mageia.org + </A><BR> + <I>Sat Jan 8 11:29:09 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001730.html">[Mageia-sysadm] Puppet Report for jonund.mageia.org +</A></li> + <LI>Next message: <A HREF="001733.html">[Mageia-sysadm] [725] put the dot in distsuffix +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1732">[ date ]</a> + <a href="thread.html#1732">[ thread ]</a> + <a href="subject.html#1732">[ subject ]</a> + <a href="author.html#1732">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 724 +Author: blino +Date: 2011-01-08 11:29:09 +0100 (Sat, 08 Jan 2011) +Log Message: +----------- +add dot before distsuffix in release + +Modified Paths: +-------------- + puppet/modules/buildsystem/templates/repsys.conf + +Modified: puppet/modules/buildsystem/templates/repsys.conf +=================================================================== +--- puppet/modules/buildsystem/templates/repsys.conf 2011-01-08 09:33:16 UTC (rev 723) ++++ puppet/modules/buildsystem/templates/repsys.conf 2011-01-08 10:29:09 UTC (rev 724) +@@ -45,7 +45,7 @@ + [macros global] + distsuffix = mga + # mkrel definition to be removed when rpm-setup is updated on main build node +-mkrel(c:) = %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:mga}%{?distro_release:%distro_release} ++mkrel(c:) = %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}.%{?distsuffix:%distsuffix}%{?!distsuffix:mga}%{?distro_release:%distro_release} + distribution = Mageia + vendor = Mageia.Org + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110108/2151dd3b/attachment.html> +</PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001730.html">[Mageia-sysadm] Puppet Report for jonund.mageia.org +</A></li> + <LI>Next message: <A HREF="001733.html">[Mageia-sysadm] [725] put the dot in distsuffix +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1732">[ date ]</a> + <a href="thread.html#1732">[ thread ]</a> + <a href="subject.html#1732">[ subject ]</a> + <a href="author.html#1732">[ 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> |