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
RevLine 
[2351]1#!/bin/bash
2#
[2124]3DISTRO=$1
4DISTROVER=$2
[2351]5ORIGREPO=$3
[2124]6
7M=$DISTRO-$DISTROVER-x86_64
8
[2351]9if [ _"$ORIGREPO" != _"" ]; then
10 DISTRO=$ORIGREPO
11fi
12
[2176]13pb -p pb -T docker -m $M newve -i ${DISTRO}:$DISTROVER
[2124]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.