conf/116901: [patch] Describe zoneinfo CVS import process

Edwin Groothuis edwin at mavetju.org
Thu Oct 4 06:00:05 PDT 2007


>Number:         116901
>Category:       conf
>Synopsis:       [patch] Describe zoneinfo CVS import process
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 04 13:00:05 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-bugs mailing list