New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79599


Ignore:
Timestamp:
06/19/11 14:18:18 (4 years ago)
Author:
jmr@…
Message:

make sync and selfupdate via signed tarballs the default

Location:
trunk/base
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/macports.conf.in

    r79027 r79599  
    8686 
    8787# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts 
    88 #rsync_dir                      release/base/ 
     88# If this points to a .tar file, a signed .rmd160 must exist next to it 
     89# on the server and will be used to verify its integrity. 
     90#rsync_dir                      release/tarballs/base.tar 
    8991 
    9092# Rsync options 
  • trunk/base/doc/sources.conf

    r79027 r79599  
    2525#      rsync://trd.no.rsync.macports.org/release/ports/ 
    2626#  A current list of mirrors is available at https://trac.macports.org/wiki/Mirrors 
    27 rsync://rsync.macports.org/release/ports/ [default] 
     27 
     28# If an rsync URL points to a .tar file, a signed .rmd160 must exist next to 
     29# it on the server and will be used to verify its integrity. 
     30 
     31rsync://rsync.macports.org/release/tarballs/ports.tar [default] 
  • trunk/base/src/macports1.0/macports.tcl

    r79593 r79599  
    717717    } 
    718718    if {![info exists rsync_dir]} { 
    719         set macports::rsync_dir release/base/ 
     719        set macports::rsync_dir release/tarballs/base.tar 
    720720        global macports::rsync_dir 
    721721    } 
Note: See TracChangeset for help on using the changeset viewer.