public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Fix git tag command (don't use shar for name).
Date: Thu, 03 Apr 2008 20:23:00 -0000	[thread overview]
Message-ID: <20080403202343.31636.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  fcdc9da1e58960f0fe8c3308f21c765abedbc4bb (commit)
      from  027aad2c28f71e9bdd25b3069ea2f392418bcd14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit fcdc9da1e58960f0fe8c3308f21c765abedbc4bb
Author: Andrew Cagney <cagney@redhat.com>
Date:   Thu Apr 3 16:23:19 2008 -0400

    Fix git tag command (don't use shar for name).

-----------------------------------------------------------------------

Summary of changes:
 htdocs/releases/index.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

First 500 lines of diff:
diff --git a/htdocs/releases/index.html b/htdocs/releases/index.html
index 689b6d1..eed9e7b 100755
--- a/htdocs/releases/index.html
+++ b/htdocs/releases/index.html
@@ -124,11 +124,11 @@ git push origin $branch
 that:
 <pre>
 git checkout $branch
-echo $version > common/version.in
-cat common/version.in
-git add common/version.in
+echo $version > frysk-common/version.in
+cat frysk-common/version.in
+git add frysk-common/version.in
 git commit -m "Set version.in to $version"
-git push origin
+git push origin $branch
 </pre>
 </li>
 
@@ -182,7 +182,7 @@ rm -rf build-$release && mkdir build-$release
 <li>finally, assuming the results are good, tag the release and push
 it:
 <pre>
-git tag -u &lt;gpg-name&gt; -m frysk-$release $shar1
+git tag -u &lt;gpg-name&gt; -m frysk-$release frysk-$release $shar1
 git push --tags
 </pre>
 </li>


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2008-04-03 20:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20080403202343.31636.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).