Changeset 1727d429 in mainline


Ignore:
Timestamp:
2005-11-08T14:48:37Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14fe5def
Parents:
c6861f4
Message:

fix release string for exported repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.ia32

    rc6861f4 r1727d429  
    5555TAG="`svnversion . 2> /dev/null`"
    5656TIMESTAMP="`date "+%Y-%m-%d %H:%M:%S" 2> /dev/null`"
    57 if [ -z "$TAG" ]; then
     57if [ -z "$TAG" ] || [ "$TAG" == "exported" ]; then
    5858        TAG="Built on $TIMESTAMP for $ARCH"
    5959else
Note: See TracChangeset for help on using the changeset viewer.