release-notes/devel README.fedora-release,1.7,1.8

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon May 21 23:15:04 UTC 2007


Author: pfrields

Update of /cvs/docs/release-notes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14740

Modified Files:
	README.fedora-release 
Log Message:
- Fix instructions.
- No more long version.
- Try using the Id tag for dating.  I'm such a luser.



Index: README.fedora-release
===================================================================
RCS file: /cvs/docs/release-notes/devel/README.fedora-release,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.fedora-release	22 Mar 2007 12:34:54 -0000	1.7
+++ README.fedora-release	21 May 2007 23:15:01 -0000	1.8
@@ -11,45 +11,15 @@
 #/bin/bash
 cd /build/dir
 export CVSROOT=:pserver:anonymous at cvs.fedoraproject.org:/cvs/docs
-cvs co docs-common release-notes about-fedora homepage readme readme-burning-isos
-for i in about-fedora homepage readme* ; do
-    pushd $i/devel
-    make release-pkg && cp *.tar.gz ../../release-notes/devel/
-    popd
-done
-cd release-notes/devel/
+cvs co release-notes-<branch>    # <branch> = F-7, devel...
+cd release-notes
 make release-srpm
 
 
-
 LONG VERSION
 -------------
 
-1.  Make sure you have the following modules at the same tree depth.
-    These are all found in Docs CVS.
-
-    * release-notes/
-    * docs-common/
-
-    SUPPLEMENTALS:
-    * about-fedora/
-    * homepage/
-    * readme/
-    * readme-burning-isos/
-
-2.  In each module in the "SUPPLEMENTAL" list, do "make release-pkg".
-    This builds a tarball for use in the release-notes SRPM.  Copy the
-    tarball to the release-notes/devel/ folder.  *Make sure the
-    release number of the tarball matches that for the release-notes!*
-
-3.  Edit the fedora-release-notes.spec file, edit the "Release" tag
-    and make a new entry in the %changelog.  There is no need to use
-    %{?dist} since this is a single-release package.
-
-4.  Run 'make release-srpm' to build the SRPM.  The contents of the
-    source tarball -- the ones not already in the top-level directory
-    -- remain in the "fedora-release-notes-<version>/" directory if
-    you want to review them.  The tarball is there as well.
+A lie. There is no long version.
 
 
--- PWF, rev. 27 Jan 2007
+-- PWF, rev. $Id:




More information about the Fedora-docs-commits mailing list