We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc6c2c commit 8143f95Copy full SHA for 8143f95
dev/conda/conda-build.sh
@@ -180,7 +180,7 @@ PKG=${UPLOAD[-1]}
180
zmodload zsh/mathfunc zsh/stat
181
print PKG=$PKG
182
zstat -H A -F "%Y-%m-%d %H:%M" $PKG
183
- log "TIME: ${A[mtime]} ${A[size]}"
+ log "TIME: ${A[mtime]}"
184
printf -v T "SIZE: %.1f MB" $(( float(${A[size]}) / (1024*1024) ))
185
log $T
186
log "HASH:" $( checksum $PKG )
0 commit comments