Skip to content

Commit

Permalink
Dedup size report
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Jan 22, 2025
1 parent 5cc6c2c commit 8143f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/conda/conda-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ PKG=${UPLOAD[-1]}
zmodload zsh/mathfunc zsh/stat
print PKG=$PKG
zstat -H A -F "%Y-%m-%d %H:%M" $PKG
log "TIME: ${A[mtime]} ${A[size]}"
log "TIME: ${A[mtime]}"
printf -v T "SIZE: %.1f MB" $(( float(${A[size]}) / (1024*1024) ))
log $T
log "HASH:" $( checksum $PKG )
Expand Down

0 comments on commit 8143f95

Please sign in to comment.