Changeset 79599
- Timestamp:
- 06/19/11 14:18:18 (4 years ago)
- Location:
- trunk/base
- Files:
-
- 3 edited
-
doc/macports.conf.in (modified) (1 diff)
-
doc/sources.conf (modified) (1 diff)
-
src/macports1.0/macports.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/doc/macports.conf.in
r79027 r79599 86 86 87 87 # 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 89 91 90 92 # Rsync options -
trunk/base/doc/sources.conf
r79027 r79599 25 25 # rsync://trd.no.rsync.macports.org/release/ports/ 26 26 # 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 31 rsync://rsync.macports.org/release/tarballs/ports.tar [default] -
trunk/base/src/macports1.0/macports.tcl
r79593 r79599 717 717 } 718 718 if {![info exists rsync_dir]} { 719 set macports::rsync_dir release/ base/719 set macports::rsync_dir release/tarballs/base.tar 720 720 global macports::rsync_dir 721 721 }
Note: See TracChangeset
for help on using the changeset viewer.

