]> git.donarmstrong.com Git - neurodebian.git/blob - tools/nd_build4all
Also for stats report which repo and which job number use our setup
[neurodebian.git] / tools / nd_build4all
1 #!/bin/bash
2
3 if [ -z "$1" ]; then
4 cat << EOT
5 Backport and build a source package for all currently supported NeuroDebian
6 releases and main Debian release.
7
8 Synopsis
9 --------
10
11   nd_build4all <dsc file>
12 EOT
13 exit 1
14 fi
15
16 dscfile=$1; shift
17
18 nd_build4debianmain $dscfile "$@"
19 nd_build4allnd $dscfile "$@"