changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix

changeset 316: 05a519f3339e
parent 315: 0f82807e8b6e
child 317: bb368d31e65c
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 18:41:35 -0400
files: scripts/dist-rocksdb-binary.sh
description: fix
     1.1--- a/scripts/dist-rocksdb-binary.sh	Sun Jul 07 18:09:47 2024 -0400
     1.2+++ b/scripts/dist-rocksdb-binary.sh	Sun Jul 07 18:41:35 2024 -0400
     1.3@@ -1,7 +1,7 @@
     1.4 #!/bin/sh
     1.5 set -e
     1.6 cd .stash/src
     1.7-tar -cf rocksdb.tar.zst rocksdb/librocksdb.so* rocksdb/include/*
     1.8+tar -cf rocksdb.tar rocksdb/librocksdb.so* rocksdb/include/*
     1.9 zstd rocksdb.tar
    1.10 rm rocksdb.tar
    1.11 mv rocksdb.tar.zst ../