public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Fix git tag command (don't use shar for name).
@ 2008-04-03 20:23 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2008-04-03 20:23 UTC (permalink / raw)
  To: frysk-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-03 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-03 20:23 [SCM] master: Fix git tag command (don't use shar for name) cagney

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).