From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8678 invoked by alias); 23 Nov 2007 19:11:57 -0000 Received: (qmail 8636 invoked by uid 367); 23 Nov 2007 19:11:56 -0000 Date: Fri, 23 Nov 2007 19:11:00 -0000 Message-ID: <20071123191156.8621.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Remove most cvs references. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6145c77ab08743d638808aabcf2b37e2ff19788d X-Git-Newrev: c083c4a75b69bb19ac0a60d566f3ddbc19980b7e Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00450.txt.bz2 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 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 @@

-Build or Test Question?
-Frysk and Git
+Build or Test Question?
+Git questions

Fedora
Ubuntu
@@ -237,15 +237,11 @@ $ ( cd build && sudo make install ) $ frysk -

Frysk and Git

-

- frysk has switched to Git from CVS. See this page for an introduction to frysk and Git.

-

Developer Questions, such as building and testing -frysk, and using CVS; with +frysk, and using GIT; with answers

-

Building and Testing Questions

+

Building and Testing Questions

@@ -354,18 +350,18 @@ suppression will take place.
-

CVS Questions, with Answers

+

GIT Questions, with Answers

-

This needs to be rewritten for Git.

- -
How do I cut a branch?
-
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 pmuldoon-fcore-20061101, or -cagney-triage12345-20061122. Two tags will be created, -first one for the branch point, and second one for the branch: +
+ +How do I cut a branch?

This needs to be rewritten for +Git.
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 pmuldoon-fcore-20061101, or +cagney-triage12345-20061122. Two tags will be created, first +one for the branch point, and second one for the branch:
 $ cvs -d:.. rtag BRANCH-branchpoint frysk
@@ -373,61 +369,6 @@ $ cvs -d... rtag -r BRANCH-branchpoint -b BRANCH-branch frysk
 
-
How do I do import a third-party (vendor) package into -frysk-imports?
Lets say you want to import the thirds party -sources for elfutils into frysk-imports/elfutils: - -
    - -
  • Obtain a pristine copy of the sources from the vendor -(a.k.a. upstream).
    Typically the official sources come as a tar -ball, download and unpack them in a new directory. For -elfutils, since upstream is the source rpm, rpmbuild --bp on the source rpm is used.
  • - -
  • Change into the top-level directory of the pristine source -tree.
    For instance, for elfutils 0.125, that means -changing into the directory elfutils-0.125, for instance: - -
    -$ pwd
    -.../elfutils-0.125
    -
    -
  • - -
  • Pick a vendor branch (VENDOR_TAG) and release tags -(RELEASE_TAG).
    Make certain that they are meaningful, for instance: - -
    -$ VENDOR=elfutils
    -$ VERSION=0.125
    -$ VENDOR_TAG=ELFUTILS
    -$ RELEASE_TAG=elfutils_0_125
    -
    - -Note that the vendor and release tags can not contain periods.
  • - -
  • Perform the import using a command like:
    -
    -$ cvs -d :ext:${USER}@sourceware.org:/cvs/frysk \
    -    import -m "Import of ${VENDOR} version ${VERSION}" \
    -    frysk-imports/${VENDOR} \
    -    ${VENDOR_TAG} \
    -    ${RELEASE_TAG}
    -
    -For instance: -
    -$ 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
    -
    -
-
-
How do I import a third party package into frysk-imports?
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