Changes between Version 53 and Version 54 of SourceCodeGit


Ignore:
Timestamp:
Jul 27, 2015, 12:47:22 PM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v53 v54  
    55The BOINC source code is maintained in [http://www.git-scm.com Git] repositories:
    66
    7 * You can view and browse the available repositories at [http://boinc.berkeley.edu/gitweb/ boinc.berkeley.edu/gitweb/].
    8 * There is a mirrored repository of the main BOINC source code available at [https://github.com/BOINC/boinc github.com/BOINC]. In particular, you can download the BOINC source code as a compressed archive from [https://github.com/BOINC/boinc/releases here].
    9 
    10 Both sites allow you to browse the source trees,
    11 get individual files, and view the revision history.
     7* You can view and browse the available repositories at [https://github.com/BOINC/boinc github.com/BOINC].
     8* You can download the BOINC source code as a compressed archive from [https://github.com/BOINC/boinc/releases here].
     9
     10Github allow you to browse the source trees, get individual files, and view the revision history.
    1211
    1312= Getting the code directly using Git =
     
    4342
    4443{{{
    45 git clone git://boinc.berkeley.edu/boinc-v2.git boinc
    46 }}}
    47 
    48 or to use HTTP:
    49 
    50 {{{
    51 git clone http://boinc.berkeley.edu/git/boinc-v2.git boinc
     44git clone https://github.com/BOINC/boinc boinc
    5245}}}
    5346