Changes between Version 7 and Version 8 of CreateProjectCookbook


Ignore:
Timestamp:
Nov 22, 2009, 9:32:33 AM (14 years ago)
Author:
ivand
Comment:

as of 6.2.15 boinc_cmd is now boinccmd

Legend:

Unmodified
Added
Removed
Modified
  • CreateProjectCookbook

    v7 v8  
    3636cd boinc_test
    3737cp ../boinc/client/boinc_client .
    38 cp ../boinc/lib/boinc_cmd .
     38cp ../boinc/lib/boinccmd .
    3939boinc_client
    4040}}}
     
    4343{{{
    4444cd boinc_test
    45 boinc_cmd --project_attach HOSTNAME/myproject/ authenticator
     45boinccmd --project_attach HOSTNAME/myproject/ authenticator
    4646}}}
    4747Visible result: the client does a stream of work; the web site shows credit accumulating.