changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 336: d1b76011e49c
parent: c5aa261cb836
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 13:33:10 -0400
permissions: -rwxr-xr-x
description: install-emacs fixes
1 #!/bin/sh
2 set -e
3 cd .stash/src/rocksdb
4 make clean
5 cd ..
6 tar -I 'zstd' -cf rocksdb-source.tar.zst rocksdb
7 mv rocksdb-source.tar.zst ../