Files
darling/tools/makedeb
T
2020-01-03 10:08:37 -05:00

8 lines
239 B
Bash
Executable File

#!/bin/sh
set -e
DATE=$(date +%Y%m%d)
rm -f debian/changelog
EDITOR=true NAME="Darling build server" EMAIL=noreply@darlinghq.org dch -u low -v 0.1.${DATE} --create --distribution testing --package darling "Daily build"
debuild -us -uc -b