Fork of https://github.com/bigbluebutton/greenlight with Debian packaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
greenlight/make_tarball.sh

15 lines
234 B

#!/bin/sh
VER=2.8.4
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}