From edwin@mavetju.org  Thu Oct  4 12:57:26 2007
Return-Path: <edwin@mavetju.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E698716A417
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Oct 2007 12:57:26 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78])
	by mx1.freebsd.org (Postfix) with ESMTP id 8366413C4AC
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Oct 2007 12:57:26 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail5out.barnet.com.au (Postfix, from userid 1001)
	id 48D072218E28; Thu,  4 Oct 2007 22:57:25 +1000 (EST)
Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail5.barnet.com.au (Postfix) with ESMTP id 1603421B1243
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Oct 2007 22:57:25 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail5auth.barnet.com.au (Postfix) with ESMTP id C2E702218E23
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Oct 2007 22:57:24 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 8A4922AE; Thu,  4 Oct 2007 22:57:24 +1000 (EST)
Message-Id: <20071004125724.8A4922AE@k7.mavetju>
Date: Thu,  4 Oct 2007 22:57:24 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Describe zoneinfo CVS import process
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116901
>Category:       conf
>Synopsis:       [patch] Describe zoneinfo CVS import process
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 04 13:00:05 GMT 2007
>Closed-Date:    Mon Oct 08 21:16:53 GMT 2007
>Last-Modified:  Tue Oct  9 15:10:00 UTC 2007
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386

>Description:

This is an attempt to document the method to import and update the
zoneinfo data.

>How-To-Repeat:
>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/src/share/zoneinfo/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	31 Aug 2005 01:33:26 -0000	1.21
+++ Makefile	4 Oct 2007 12:54:48 -0000
@@ -1,5 +1,30 @@
 # $FreeBSD: src/share/zoneinfo/Makefile,v 1.21 2005/08/31 01:33:26 wollman Exp $
 
+#
+# How to update the zoneinfo data
+#
+# In a clean directory, unpack the distribution archive and run:
+#
+# $ cvs -d :ext:ncvs.freebsd.org:/home/ncvs import -b 1.1.2 src/share/zoneinfo ADO tzdataYYYYt
+#
+# where YYYYt is the year and the version of the distribution, for
+# example 2004h
+#
+# Then go to the checked out source, and merge the changes from the
+# previous tag to the new tag in the HEAD:
+#
+# $ cd ../src/share/zoneinfo
+# $ cvs update -jtzdataYYYYp -j tzdataYYYYt
+#
+# Update it again:
+# 
+# $ cvs update
+#
+# And push it back into CVS:
+#
+# $ cvs ci
+#
+
 CLEANFILES+=	yearistype
 
 .if defined(LEAPSECONDS)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 4 22:29:14 UTC 2007 
Responsible-Changed-Why:  
my PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116901 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Mon Oct 8 21:16:48 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116901 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/116901: commit references a PR
Date: Mon,  8 Oct 2007 21:16:52 +0000 (UTC)

 edwin       2007-10-08 21:16:38 UTC
 
   FreeBSD src repository
 
   Modified files:
     share/zoneinfo       Makefile 
   Log:
   Describe the process of importing new zoneinfo data and updating
   it into CVS.
   
   PR:             conf/116901
   Approved by:    re (Ken Smith), grog@ (mentor)
   
   Revision  Changes    Path
   1.22      +26 -0     src/share/zoneinfo/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/116901: commit references a PR
Date: Tue,  9 Oct 2007 02:36:54 +0000 (UTC)

 edwin       2007-10-09 02:36:40 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_5)
     share/zoneinfo       Makefile 
   Log:
   MFC:
   
   Describe the process of importing new zoneinfo data and updating
   it into CVS.
   
   PR:             conf/116901
   
   Revision  Changes    Path
   1.19.8.2  +26 -0     src/share/zoneinfo/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/116901: commit references a PR
Date: Tue,  9 Oct 2007 02:39:48 +0000 (UTC)

 edwin       2007-10-09 02:37:21 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     share/zoneinfo       Makefile 
   Log:
   MFC:
   
   Describe the process of importing new zoneinfo data and updating
   it into CVS.
   
   PR:             conf/116901
   
   Revision  Changes    Path
   1.20.2.2  +26 -0     src/share/zoneinfo/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/116901: commit references a PR
Date: Tue,  9 Oct 2007 15:05:41 +0000 (UTC)

 jhb         2007-10-09 15:05:26 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_4)
     share/zoneinfo       Makefile 
   Log:
   MFC: Describe the process of importing new zoneinfo data and updating it
   in CVS.
   
   PR:             conf/116901
   
   Revision  Changes    Path
   1.16.2.4  +26 -0     src/share/zoneinfo/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
