changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/dist-rocksdb-binary.sh

changeset 315: 0f82807e8b6e
parent: c5aa261cb836
child: 05a519f3339e
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 18:09:47 -0400
permissions: -rwxr-xr-x
description: edit dist scripts to support busybox tar
1 #!/bin/sh
2 set -e
3 cd .stash/src
4 tar -cf rocksdb.tar.zst rocksdb/librocksdb.so* rocksdb/include/*
5 zstd rocksdb.tar
6 rm rocksdb.tar
7 mv rocksdb.tar.zst ../