This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/make_tarball.sh

16 lines
234 B
Bash
Raw Normal View History

2021-02-23 09:02:04 -05:00
#!/bin/sh
VER=2.8.4
2021-02-23 09:02:04 -05:00
make clean
cd ..
if ! [ -h greenlight-${VER} ]; then
ln -s greenlight greenlight-${VER}
fi
tar \
--exclude=debian \
--exclude=.git \
--exclude=.env \
-hzcf greenlight_${VER}.orig.tar.gz \
greenlight-${VER}