Changeset 2351 in ProjectBuilder for devel/contrib/mkctn


Ignore:
Timestamp:
Feb 17, 2019, 8:22:20 AM (5 years ago)
Author:
Bruno Cornec
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/contrib/mkctn

    r2176 r2351  
     1#!/bin/bash
     2#
    13DISTRO=$1
    24DISTROVER=$2
     5ORIGREPO=$3
    36
    47M=$DISTRO-$DISTROVER-x86_64
     8
     9if [ _"$ORIGREPO" != _"" ]; then
     10    DISTRO=$ORIGREPO
     11fi
    512
    613pb -p pb -T docker -m $M newve -i ${DISTRO}:$DISTROVER
Note: See TracChangeset for help on using the changeset viewer.