public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Remove most cvs references.
@ 2007-11-23 19:11 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2007-11-23 19:11 UTC (permalink / raw)
  To: frysk-cvs

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


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

only message in thread, other threads:[~2007-11-23 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-23 19:11 [SCM] master: Remove most cvs references 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).