|
Last change
on this file since 892 was 872, checked in by Bruno Cornec, 19 years ago |
|
Fix bug #79 by removing use of SVNBRANCH and BASE variable in build process
WARNING: the build process doesn't allow anymore to use the script of one version for building another version
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
235 bytes
|
| Rev | Line | |
|---|
| [20] | 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| [549] | 3 | # Creates common environment for SVN repository
|
|---|
| [33] | 4 | #
|
|---|
| 5 | # $Id: svn-env 872 2006-10-04 13:08:01Z bruno $
|
|---|
| 6 | #
|
|---|
| [20] | 7 |
|
|---|
| [872] | 8 | export VER=`cat ${TOOLHOME}/../mondo/VERSION`
|
|---|
| [54] | 9 |
|
|---|
| [319] | 10 | # To be safe for SVN commands
|
|---|
| [553] | 11 | export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
|
|---|
| [550] | 12 | export TAG=`cat ${TOOLHOME}/TAG`
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.