source: ProjectBuilder/devel/contrib/mkallctn@ 2369

Last change on this file since 2369 was 2369, checked in by Bruno Cornec, 5 years ago

better automatic tests with docker for pb

  • Property svn:executable set to *
File size: 304 bytes
RevLine 
[2351]1#!/bin/bash
2#
3vedir=`grep -2 vepath ~/.pbrc.yml | grep default: | cut -d: -f2`
4distros=`grep -2 velist $vedir/.pbrc.yml | grep default: | cut -d: -f2`
[2369]5lwd=`dirname $0`
[2351]6
[2356]7for pbos in `echo $distros | sed 's/,/ /g'`;
[2351]8do
[2356]9 d=`echo $pbos | cut -d'-' -f1`
10 v=`echo $pbos | cut -d'-' -f2`
[2369]11 $lwd/mkctn $d $v
[2351]12done
Note: See TracBrowser for help on using the repository browser.