Changeset 504
- Timestamp:
- 05/28/08 15:26:00
(8 months ago)
- Author:
- jmowery
- Message:
typo fixes
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r503 |
r504 |
|
| 128 | 128 | to_update = self.clients_needing_update() |
|---|
| 129 | 129 | else: |
|---|
| 130 | | to_update = val.body |
|---|
| | 130 | to_update = msg.body |
|---|
| 131 | 131 | ret = [] |
|---|
| 132 | 132 | for c in to_update: |
|---|
| … | … | |
| 346 | 346 | msg.body = [] |
|---|
| 347 | 347 | for file in update_list: |
|---|
| 348 | | n.set_file_status(storage.get_local_name(file), storage.get_layer(file), storage.get_timestamp(file)) |
|---|
| | 348 | n.set_file_status(storage.get_local_name(file), storage.get_layer_name(file), storage.get_timestamp(file)) |
|---|
| 349 | 349 | proc = subprocess.Popen(['/usr/bin/md5sum', file], stdout=subprocess.PIPE) |
|---|
| 350 | 350 | proc.wait() |
|---|
Download in other formats:
* Generating other formats may take time.