Last change
on this file since 333 was 319, checked in by bcornec, 19 years ago |
- split build architecture to allow for multiple packages generation (rpms, debs, ebuild, ...)
- only prepared for rpms and debs at the moment
Use tools/mkrpm to generate all the RPMs
Use tools/mkdeb (to be coded correctly) to generate all the debs
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
File size:
466 bytes
|
Rev | Line | |
---|
[20] | 1 | #!/bin/bash
|
---|
| 2 | #
|
---|
[319] | 3 | # Creates common environment from SVN repository
|
---|
[33] | 4 | #
|
---|
| 5 | # $Id: common-env 319 2006-01-14 10:44:12Z bcornec $
|
---|
| 6 | #
|
---|
[20] | 7 |
|
---|
| 8 | # Adapt to your needs
|
---|
[33] | 9 | export BASE=${HOME}/mondo
|
---|
[20] | 10 |
|
---|
| 11 | # Should not be modified below
|
---|
[265] | 12 | dname=`dirname $0`
|
---|
| 13 | export VER="branches/`cat $dname/../mondo/VERSION`"
|
---|
[20] | 14 | export TMP=${BASE}/tmp
|
---|
| 15 | mkdir -p ${TMP}
|
---|
| 16 |
|
---|
[237] | 17 | export MINDI_VER=`cat ${BASE}/svn/${VER}/mindi/VERSION`
|
---|
| 18 | export MONDO_VER=`cat ${BASE}/svn/${VER}/mondo/VERSION`
|
---|
[54] | 19 |
|
---|
[319] | 20 | # To be safe for SVN commands
|
---|
| 21 | cd $TOOLHOME/..
|
---|
| 22 | export REVISION=`$TOOLHOME/mksvnversion`
|
---|
Note:
See
TracBrowser
for help on using the repository browser.