this repo has no description
1
fork

Configure Feed

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

Merge pull request #622 from TheBrokenRail/patch-16

Fix DSC Build

authored by

Andrew Hyatt and committed by
GitHub
aed074dc 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'