Changeset 1220
- Timestamp:
- 2012-12-27T08:34:58+01:00 (5 months ago)
- File:
-
- 1 edited
-
autobuild/scripts/updatepackage (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autobuild/scripts/updatepackage
r1168 r1220 13 13 popd >/dev/null 14 14 mv "$file.tmp" "$file" 15 md5sum "$file" | sed 's#/.*/##' > "$file.md5.txt"15 md5sum "$file" | LANG=C sed 's#/.*/##' > "$file.md5.txt" 16 16 fi 17 17 } … … 48 48 zip tmp.zip $(find "${files[@]}") || die 49 49 mv tmp.zip "$binaryPackagePath" 50 md5sum "$binaryPackagePath" > "$binaryPackagePath.md5.txt"50 md5sum "$binaryPackagePath" | LANG=C sed 's#/.*/##' > "$binaryPackagePath.md5.txt" 51 51 52 52 zip tmp.zip "Release${_TS}/php_$ext.pdb" 53 53 mv tmp.zip "$debugPackagePath" 54 md5sum "$debugPackagePath" > "$debugPackagePath.md5.txt"54 md5sum "$debugPackagePath" | LANG=C sed 's#/.*/##' > "$debugPackagePath.md5.txt" 55 55 popd >/dev/null 56 56 fi
Note: See TracChangeset
for help on using the changeset viewer.

