Changeset 23
- Timestamp:
- 12/09/07 22:57:27 (1 year ago)
- Files:
-
- trunk/dev-tools/update-loblaw-test.plx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dev-tools/update-loblaw-test.plx
r21 r23 276 276 # and those that we *would* do something but were ignored items 277 277 } 278 read_from_process("/usr/bin/lockfile -r 8 $LOCK_FILE");278 my(@lockData) = read_from_process("/usr/bin/lockfile -r 8 $LOCK_FILE"); 279 279 280 280 DieLog("Failure to aquire lock in $repository for $revision. " . 281 281 "loblaw-test Mercurial update aborted!") 282 unless ($? == 0);282 if $lockData[0] =~ /failed/; 283 283 284 284 DoUpdate($revision); # Make sure we have the latest and the greatest