Changes between Version 4 and Version 5 of BuildClientProcedure


Ignore:
Timestamp:
Jul 30, 2007, 2:41:31 PM (17 years ago)
Author:
Nicolas
Comment:

Formatting tweaks to latest additions

Legend:

Unmodified
Added
Removed
Modified
  • BuildClientProcedure

    v4 v5  
    3737== Build Client ==
    3838
    39 Launch the boinc.sln project file and build both the x86 and x64 targets.
     39Launch the `boinc.sln` project file and build both the x86 and x64 targets.
    4040
    4141== Sanity Test New Binaries ==
    4242
    43 Run the BOINC manager and attach to the BOINC alpha test project, let run for 15 mins. Traverse
    44 all the tabs, verify the status fields as a result traverses the crunching process.
     43Run the BOINC manager and attach to the BOINC alpha test project, let run for 15 mins. Traverse all the tabs, verify the status fields as a result traverses the crunching process.
    4544
    4645== Code Sign Binaries ==
    4746
    48 The the SignCode.cmd file from the win_build directory. This batch file should be run from within a Visual
    49 Studio command shell. SignCode should contain a series of the following line:
     47The the `SignCode.cmd` file from the win_build directory. This batch file should be run from within a Visual Studio command shell. !SignCode should contain a series of the following line:
    5048
    5149{{{
    52 
    5350signtool sign /f "boinc.pfx" /p "<password>" /d "BOINC Client Software" /du "http://boinc.berkeley.edu"
    5451/t "http://timestamp.verisign.com/scripts/timstamp.dll" /sha1 "2F0BDC8DD84A56417C68B53B29DD12155760652D"
    5552.\Build\Win32\ReleaseSigned\boinc.dll
    56 
    5753}}}
    5854
    5955A call to signtool should be executed for each binary shipped in the setup package.
    6056
    61 Use [urlhttp://msdn2.microsoft.com/en-us/library/aa906332.aspx pvk2pfx] to convert the spc/pvk certificate pair into
    62 a pfx file.
     57Use [http://msdn2.microsoft.com/en-us/library/aa906332.aspx pvk2pfx] to convert the spc/pvk certificate pair into a pfx file.
    6358
    6459Replace '<password>' with the correct private key password used to create the private/public key pair.