this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update makedeb

authored by

TheBrokenRail and committed by
GitHub
26fc80f8 120408fc

+1 -1
+1 -1
tools/makedeb
··· 5 5 rm -f debian/changelog 6 6 EDITOR=true NAME="Darling build server" EMAIL=noreply@darlinghq.org dch -u low -v 0.1.${DATE} --create --distribution testing --package darling "Daily build" 7 7 8 - if [[ "$1" = "--dsc" ]]; then 8 + if [ "$1" = "--dsc" ]; then 9 9 ARG='-S' 10 10 else 11 11 ARG='-b'