Files
rocm-systems/projects/rccl/scripts/build-package.sh
T

11 lines
314 B
Bash
Raw Normal View History

2016-02-29 12:10:34 -08:00
#!/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
2016-02-29 21:55:43 -08:00
git commit -a -m 'Preparing for pbuild'
# && git push
2016-02-29 12:10:34 -08:00
git clean -f
gbp buildpackage --git-dist=trusty $1 $2 $3 $4 $5