public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Remove most cvs references.
Date: Fri, 23 Nov 2007 19:11:00 -0000	[thread overview]
Message-ID: <20071123191156.8621.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  c083c4a75b69bb19ac0a60d566f3ddbc19980b7e (commit)
      from  6145c77ab08743d638808aabcf2b37e2ff19788d (commit)

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

- Log -----------------------------------------------------------------
commit c083c4a75b69bb19ac0a60d566f3ddbc19980b7e
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Nov 23 14:11:53 2007 -0500

    Remove most cvs references.

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

Summary of changes:
 htdocs/build/index.html |   85 +++++++---------------------------------------
 1 files changed, 13 insertions(+), 72 deletions(-)

First 500 lines of diff:
diff --git a/htdocs/build/index.html b/htdocs/build/index.html
index 29cad3a..8eda912 100644
--- a/htdocs/build/index.html
+++ b/htdocs/build/index.html
@@ -53,8 +53,8 @@
 	    <td valign="top">
 	      <!-- start logo -->
 <p>
-<a href="#faq">Build or Test Question?</a><br>
-<a href="#git">Frysk and Git</a><br>
+<a href="#faq-build">Build or Test Question?</a><br>
+<a href="#faq-git">Git questions</a><br>
 <br>
 <a href="#f">Fedora</a><br>
 <a href="#ubuntu">Ubuntu</a><br>
@@ -237,15 +237,11 @@ $ ( cd build && sudo make install )
 $ frysk
 </pre>
 
-<a name="git"><h2>Frysk and Git</h2></a>
-<p>
-  <em>frysk</em> has switched to Git from CVS. See <a href="./git-fu.html">this page</a> for an introduction to <em>frysk</em> and Git.</p>
-
 <a name="faq"><h2>Developer Questions, such as building and testing
-frysk, and using <tt><a href="#faq-cvs">CVS</a></tt>; with
+frysk, and using <tt><a href="#faq-git">GIT</a></tt>; with
 answers</h2></a>
 
-<h3>Building and Testing Questions</h3>
+<h3><a name="faq-build">Building and Testing Questions</h3>
 
 <dl>
 
@@ -354,18 +350,18 @@ suppression will take place.</dd>
 
 </dl>
 
-<a name="faq-cvs"><h3>CVS Questions, with Answers</h3></a>
+<h3><a name="faq-git">GIT Questions, with Answers</h3></a>
 
 <dl>
 
-<p>This needs to be rewritten for Git.</p>
-
-<a name="How do I cut a branch?"><dt>How do I cut a branch?</dt></a>
-<dd>First choose a name for your branch, it should include both your
-user name, a terse hint as to the branches purpose, and todays date.
-For instance <tt>pmuldoon-fcore-20061101</tt>, or
-<tt>cagney-triage12345-20061122</tt>.  Two tags will be created,
-first one for the branch point, and second one for the branch:
+<dt>
+<a name="How do I cut a branch?">
+How do I cut a branch?</dt></a> <dd><br>This needs to be rewritten for
+Git.<br>First choose a name for your branch, it should include both
+your user name, a terse hint as to the branches purpose, and todays
+date.  For instance <tt>pmuldoon-fcore-20061101</tt>, or
+<tt>cagney-triage12345-20061122</tt>.  Two tags will be created, first
+one for the branch point, and second one for the branch:
 
 <pre>
 $ cvs -d:.. rtag BRANCH-branchpoint frysk
@@ -373,61 +369,6 @@ $ cvs -d... rtag -r BRANCH-branchpoint -b BRANCH-branch frysk
 </pre>
 </dd>
 
-<dt>How do I do import a third-party (vendor) package into
-frysk-imports?</dt><dd>Lets say you want to import the thirds party
-sources for <tt>elfutils</tt> into <tt>frysk-imports/elfutils</tt>:
-
-<ul>
-
-<li>Obtain a pristine copy of the sources from the vendor
-(a.k.a. upstream).<br>Typically the official sources come as a tar
-ball, download and unpack them in a new directory.  For
-<tt>elfutils</tt>, since upstream is the source rpm, <tt>rpmbuild
--bp</tt> on the source rpm is used.</li>
-
-<li>Change <b>into</b> the top-level directory of the pristine source
-tree.<br>For instance, for <tt>elfutils</tt> 0.125, that means
-changing into the directory <tt>elfutils-0.125</tt>, for instance:
-
-<pre>
-$ pwd
-.../elfutils-0.125
-</pre>
-</li>
-
-<li>Pick a vendor branch (VENDOR_TAG) and release tags
-(RELEASE_TAG).<br>Make certain that they are meaningful, for instance:
-
-<pre>
-$ VENDOR=elfutils
-$ VERSION=0.125
-$ VENDOR_TAG=ELFUTILS
-$ RELEASE_TAG=elfutils_0_125
-</pre>
-
-Note that the vendor and release tags can not contain periods.</li>
-
-<li>Perform the import using a command like:<br>
-<pre>
-$ cvs -d :ext:${USER}@sourceware.org:/cvs/frysk \
-    import -m "Import of ${VENDOR} version ${VERSION}" \
-    frysk-imports/${VENDOR} \
-    ${VENDOR_TAG} \
-    ${RELEASE_TAG}
-</pre>
-For instance:
-<pre>
-$ pwd
-..../elfutils-0.125
-$ cvs -d :ext:MYNAME@sourceware.org:/cvs/frysk \
-    import -m "Importing elfutils version 0.125" \
-    frysk-imports/elfutils \
-    ELFUTILS \
-    elfutils_0_125
-</pre>
-</ul>
-</dd>
-
 <dt>How do I import a third party package into frysk-imports?</dt>
 <dd>Checkout a branch for the imported package only. Future updates to
   the package will be made on this branch. You do this by checking out


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


                 reply	other threads:[~2007-11-23 19:11 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=20071123191156.8621.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).