public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: mark@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Update importing new vendor branch changes instructions.
Date: Tue, 05 Feb 2008 11:53:00 -0000	[thread overview]
Message-ID: <20080205115326.21353.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  154edcc30cc41ec5a2bb973ea632351cb67603b5 (commit)
      from  7c08b13dc4b83fc468190c889ba3de2f7d8e83f7 (commit)

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

- Log -----------------------------------------------------------------
commit 154edcc30cc41ec5a2bb973ea632351cb67603b5
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Tue Feb 5 12:53:00 2008 +0100

    Update importing new vendor branch changes instructions.

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

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

First 500 lines of diff:
diff --git a/htdocs/build/index.html b/htdocs/build/index.html
index bd9a383..f4111ac 100644
--- a/htdocs/build/index.html
+++ b/htdocs/build/index.html
@@ -487,16 +487,18 @@ by putting it on the frysk vendor branch in git and then merging it
 to trunk.</p>
 
 <ul>
-<li> Get the libunwind vendor branch
-     <code>$ git-checkout vendor/LIBUNWIND</code>
-<li> Remove old stuff that needs to be replaced.
-     <code>$ rm -rf frysk-import/libunwind</code>
+<li> Get the libunwind vendor branch. <br>
+     <code>$  git-branch vendor/LIBUNWIND origin/vendor/LIBUNWIND && git-checkout vendor/LIBUNWIND</code>
+<li> Remove old stuff that needs to be replaced. <br>
+     <code>$ rm -rf frysk-imports/libunwind </code>
 <li> Get upstream stuff and put it in
-     (make sure you don't accidentially copy over the upstream .git dir)
-     <code>$ cp -r ~/upstream/libunwind frysk-import/
+     (make sure you don't accidentially copy over the upstream .git dir) <br>
+     <code>$ cp -r ~/upstream/libunwind frysk-imports/ && rm -rf frysk-imports/libunwind/.git </code>
+<li> Make sure all new files are added <br>
+     <code>$ git add frysk-imports/libunwind </code>
 <li> Commit (use a commit messsage like "Import of libunwind version
-     libunwind-20071122") and push
-     <code>$ git-commit -a && git-push</code>
+     libunwind-20071122") and push <br>
+     <code>$ git-commit -a && git-push origin vendor/LIBUNWIND:vendor/LIBUNWIND </code>
 </ul>
 
 <p>The vendor branch is now updated, now we merge the result to the trunk.</p>


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


                 reply	other threads:[~2008-02-05 11:53 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=20080205115326.21353.qmail@sourceware.org \
    --to=mark@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).