Changeset 549 in MondoRescue for branches/stable/tools/svn-env


Ignore:
Timestamp:
May 14, 2006, 1:42:49 AM (18 years ago)
Author:
bcornec
Message:

Build process update:
3 phases work:

svn2tar creates the source tar files instantiated from SVN
svn2build creates all the pkg build scripts for all pkgs from SVN
mkqemu will then uses these results to create the real pkgs

creation of a svn-env containing the SVN part of common-env

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn-env

    r548 r549  
    11#!/bin/bash
    22#
    3 # Creates common environment from SVN repository
     3# Creates common environment for SVN repository
    44#
    55# $Id$
    66#
    77
    8 # Adapt to your needs
    9 export BASE=${HOME}/mondo
    10 export TOPDIR=${BASE}/RPMS
    11 mkdir -p ${TOPDIR}
    12 export TMP=${BASE}/tmp
    13 mkdir -p ${TMP}
    14 
    15 # Should not be modified below
    168export SVNBRANCH="branches/`cat ${TOOLHOME}/../mondo/VERSION`"
    179export MINDI_VER=`cat ${BASE}/svn/${SVNBRANCH}/mindi/VERSION`
Note: See TracChangeset for help on using the changeset viewer.