source: ProjectBuilder/devel/contrib/mkctn@ 2351

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

Update scripts to automate container building (still more to do)

  • Property svn:executable set to *
File size: 293 bytes
Line 
1#!/bin/bash
2#
3DISTRO=$1
4DISTROVER=$2
5ORIGREPO=$3
6
7M=$DISTRO-$DISTROVER-x86_64
8
9if [ _"$ORIGREPO" != _"" ]; then
10 DISTRO=$ORIGREPO
11fi
12
13pb -p pb -T docker -m $M newve -i ${DISTRO}:$DISTROVER
14pb -p pb -T docker -m $M sbx2setupve
15pb -p pb -T docker -m $M prepve
16pb -p pb -T docker -m $M build2ve
17
Note: See TracBrowser for help on using the repository browser.