mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 04:09:43 +00:00
Update makedeb
This commit is contained in:
parent
120408fcc0
commit
26fc80f8e8
@ -5,7 +5,7 @@ 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"
|
||||
|
||||
if [[ "$1" = "--dsc" ]]; then
|
||||
if [ "$1" = "--dsc" ]; then
|
||||
ARG='-S'
|
||||
else
|
||||
ARG='-b'
|
||||
|
Loading…
Reference in New Issue
Block a user