nccl/scripts/build-package.sh
Boris Fomitchev 172f316ac2 Moved release files to proper area
Bumping a version; building for 7.5
2016-03-16 18:30:53 -07:00

11 lines
314 B
Bash
Executable File

#!/bin/bash
# The envirinment set by create-ubuntu-environmens sscript is trusty, so we should match it.
# Look at debian/gbp.conf for default optiuons sent to gbp.
rm -r debian/tmp debian/*.log
git commit -a -m 'Preparing for pbuild'
# && git push
git clean -f
gbp buildpackage --git-dist=trusty $1 $2 $3 $4 $5