changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 260: c5aa261cb836
parent: c90f38d8e60a
child: 0f82807e8b6e
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 15 Jun 2024 22:12:41 +0000
permissions: -rwxr-xr-x
description: bootstrap updates
1 #!/bin/sh
2 set -e
3 cd .stash/src
4 tar -I 'zstd' -cf rocksdb.tar.zst rocksdb/librocksdb.so* rocksdb/include/*
5 mv rocksdb.tar.zst ../