Changeset 81465
- Timestamp:
- 07/31/11 02:42:32 (4 years ago)
- Location:
- branches/release_2_0
- Files:
-
- 9 edited
-
. (modified) (1 prop)
-
base (modified) (1 prop)
-
base/portmgr/fedora/macports.spec (modified) (1 prop)
-
base/src/images_to_archives.tcl (modified) (4 diffs)
-
base/src/pextlib1.0/sha2.c (modified) (1 prop)
-
base/src/pextlib1.0/sha2.h (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.c (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.h (modified) (1 prop)
-
base/src/registry2.0/receipt_sqlite.tcl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_2_0
-
branches/release_2_0/base
- Property svn:mergeinfo changed
/trunk/base merged: 81464
- Property svn:mergeinfo changed
-
branches/release_2_0/base/portmgr/fedora/macports.spec
- Property svn:mergeinfo changed
/trunk/base/portmgr/fedora/macports.spec merged: 81464
- Property svn:mergeinfo changed
-
branches/release_2_0/base/src/images_to_archives.tcl
r80189 r81465 34 34 # the registry only after we know all creation attempts were successful. 35 35 set archived_list {} 36 set installed_len [llength $ilist] 37 set counter 0 36 38 37 39 foreach installed $ilist { 40 incr counter 38 41 set iname [lindex $installed 0] 39 42 set iversion [lindex $installed 1] … … 85 88 # compute new name and location of archive 86 89 set archivename "${iname}-${iversion}_${irevision}${ivariants}.${macports::os_platform}_${macports::os_major}.[join $archs -].${archivetype}" 90 ui_msg "Processing ${counter} of ${installed_len}: ${archivename}" 87 91 if {$installtype == "image"} { 88 92 set targetdir [file dirname $location] … … 116 120 } 117 121 122 set archived_len [llength $archived_list] 123 set counter 0 124 118 125 registry::write { 119 126 foreach archived $archived_list { 127 incr counter 128 ui_msg "Updating registry: ${counter} of ${archived_len}" 120 129 set installtype [lindex $archived 0] 121 130 set iref [lindex $archived 1] … … 135 144 } 136 145 146 set counter 0 137 147 foreach archived $archived_list { 148 incr counter 138 149 set location [lindex $archived 2] 150 ui_msg "Deleting ${counter} of ${archived_len}: ${location}" 139 151 if {$location != "" && [file isdirectory $location]} { 140 152 if {[catch {file delete -force $location} result]} { -
branches/release_2_0/base/src/pextlib1.0/sha2.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha2.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/registry2.0/receipt_sqlite.tcl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.

