Commit 2de91710 authored by David Dollar's avatar David Dollar

typo in manifest builder

parent 7db8d1dd
...@@ -36,7 +36,7 @@ pushd $tempdir ...@@ -36,7 +36,7 @@ pushd $tempdir
$basedir/aws/s3 ls $S3_BUCKET \ $basedir/aws/s3 ls $S3_BUCKET \
| grep "^${manifest_type}" \ | grep "^${manifest_type}" \
| sed -e "s/${manifest_type}-\([0-9.]*\)\\.tgz/\\1/" \ | sed -e "s/${manifest_type}-\([0-9.]*\)\\.tgz/\\1/" \
| awk 'BEGIN {FS="."} {printf("%03d.%03d.%03d %s\n",$1,$2,$3,$0)}' | sort -r | cut -d" " -f2 | awk 'BEGIN {FS="."} {printf("%03d.%03d.%03d %s\n",$1,$2,$3,$0)}' | sort -r | cut -d" " -f2 \
> manifest.${manifest_type} > manifest.${manifest_type}
# upload manifest to s3 # upload manifest to s3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment