mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove debugging code from version.rb (#12363)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cf14c34878
commit
0f327c888b
@@ -188,7 +188,6 @@ if filelist.length.positive?
|
|||||||
binary_compression_sed_cmd = <<~BC_SED
|
binary_compression_sed_cmd = <<~BC_SED
|
||||||
sed "s,^ binary_compression 'tar.xz', binary_compression 'tar.zst'," #{filename} > #{filename}.tmp && mv #{filename}.tmp #{filename}
|
sed "s,^ binary_compression 'tar.xz', binary_compression 'tar.zst'," #{filename} > #{filename}.tmp && mv #{filename}.tmp #{filename}
|
||||||
BC_SED
|
BC_SED
|
||||||
puts "pkg.binary_compression : #{pkg.binary_compression == 'tar.xz'} no_zstd: #{!pkg.no_zstd?}"
|
|
||||||
if pkg.binary_compression == 'tar.xz' && !pkg.no_zstd?
|
if pkg.binary_compression == 'tar.xz' && !pkg.no_zstd?
|
||||||
`#{binary_compression_sed_cmd}`
|
`#{binary_compression_sed_cmd}`
|
||||||
bc_updated[pkg.name.to_sym] = $CHILD_STATUS.success?
|
bc_updated[pkg.name.to_sym] = $CHILD_STATUS.success?
|
||||||
|
|||||||
Reference in New Issue
Block a user