all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christoph <cschol2112@googlemail.com>
To: emacs-devel@gnu.org
Subject: Review: make-tarball.txt
Date: Wed, 24 Feb 2010 20:32:19 -0700	[thread overview]
Message-ID: <4B85EF43.3070002@gmail.com> (raw)

Hi,

I saw that make-tarball.txt in the admin directory was still referring 
to CSV in the instructions.

I would like to propose the following changes:

=== modified file 'admin/make-tarball.txt'
--- admin/make-tarball.txt    2010-01-04 05:35:18 +0000
+++ admin/make-tarball.txt    2010-02-25 02:57:10 +0000
@@ -4,7 +4,7 @@

  For each step, check for possible errors.

-1.   cvs -q update -Pd
+1.   bzr update

  2.  Bootstrap to make 100% sure all elc files are up-to-date, and to
      make sure that the later tagged version will bootstrap, should it be
@@ -56,23 +56,26 @@
      number of the old Emacs to __, do the same with the new log and do
      M-x ediff.  Especially check that Info files aren't built.

-10.  cd EMACS_ROOT_DIR; cvs tag TAG
+10.  cd EMACS_ROOT_DIR/trunk
+     bzr tag TAG
      TAG is EMACS_PRETEST_XX_YY_ZZZ for a pretest, EMACS_XX_YY for a
      release.

      Shortly before the release, cut the branch with the following 
commands:

-    cvs rtag EMACS_`NUMBER'_BASE
-    cvs rtag -b EMACS_`NUMBER'_RC -r EMACS_`NUMBER'_BASE
-
+    bzr tag EMACS_`NUMBER'_BASE
+    bzr branch -r tag:EMACS_`NUMBER'_BASE ./ ../EMACS_`NUMBER'_RC
+
      where `NUMBER' is the major version number of the release.  This
      makes it easier to see what changes have been applied to the
      branch with:

-    cvs diff -r EMACS_`NUMBER'_BASE -r EMACS_`NUMBER'_RC
+    bzr diff -r tag:EMACS_`NUMBER'_BASE

-    or merge changes back to the trunk with "cvs update -j", if
-    necessary.
+    or merge changes back to the trunk with
+
+     cd EMACS_ROOT_DIR/trunk
+     bzr merge ../EMACS_`NUMBER'_RC

      After doing this, increase the version number on the trunk as per
      step 4.

Any feedback is appreciated.
Christoph




             reply	other threads:[~2010-02-25  3:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25  3:32 Christoph [this message]
2010-02-25  9:22 ` Review: make-tarball.txt Andreas Schwab
2010-03-02  4:26   ` Christoph

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B85EF43.3070002@gmail.com \
    --to=cschol2112@googlemail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.