OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-tools                    Date:   22-Sep-2006 10:00:11
  Branch: HEAD                             Handle: 2006092209001000

  Modified files:
    openpkg-tools/cmd       bf-mk.pl

  Log:
    update bf-mk documentation to show "managers" must be configured and
    for the "worker" account ssh must be used to get a pseudo-tty for
    screen

  Summary:
    Revision    Changes     Path
    1.36        +10 -5      openpkg-tools/cmd/bf-mk.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-tools/cmd/bf-mk.pl
  ============================================================================
  $ cvs diff -u -r1.35 -r1.36 bf-mk.pl
  --- openpkg-tools/cmd/bf-mk.pl        22 Sep 2006 07:56:19 -0000      1.35
  +++ openpkg-tools/cmd/bf-mk.pl        22 Sep 2006 08:00:10 -0000      1.36
  @@ -1096,6 +1096,11 @@
           # chgrp worker /bf/master/var/openpkg-tools/bf
           # chmod 775    /bf/master/var/openpkg-tools/bf
   
  +    Make the WORKER ACCOUNT a manager of the SLAVE INSTANCE
  +    
  +        # su - bf
  +        $ echo worker >>~/etc/openpkg/managers
  +
       Setup WORKER build environment on shared folder
   
           # su - worker
  @@ -1108,24 +1113,24 @@
   
       Initialize screen
   
  -        # su - worker
  +        # ssh [EMAIL PROTECTED]
           $ worker
   
       Run MASTER once
   
  -        # su - worker
  +        # ssh [EMAIL PROTECTED]
           $ worker
           select the MASTER screen
           $ master -1
   
  -    run SLAVE in a loop
  +    Run SLAVE in a loop
   
  -        # su - worker
  +        # ssh [EMAIL PROTECTED]
           $ worker
           reattaches to screen, select SLAVE or create a new screen
           $ slave -l
   
  -    access database
  +    Access the database through the web user interface
   
           # su - bf
           $ vi ~/etc/apache/apache.conf
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to