Ignore:
Timestamp:
Nov 26, 2007, 9:24:27 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.27a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/configure

    r62 r105  
    18861886echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
    18871887
    1888 SAMBA_VERSION_SVN_REVISION=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_SVN_REVISION' | cut -d ' ' -f3-`
    1889 if test -n "${SAMBA_VERSION_SVN_REVISION}";then
    1890         echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}"
     1888SAMBA_VERSION_GIT_COMMIT_FULLREV=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_GIT_COMMIT_FULLREV' | cut -d ' ' -f3- | cut -d '"' -f2`
     1889if test -n "${SAMBA_VERSION_GIT_COMMIT_FULLREV}";then
     1890        echo "BUILD COMMIT REVISION: ${SAMBA_VERSION_GIT_COMMIT_FULLREV}"
     1891fi
     1892SAMBA_VERSION_GIT_COMMIT_DATE=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_GIT_COMMIT_DATE' | cut -d ' ' -f3-`
     1893if test -n "${SAMBA_VERSION_GIT_COMMIT_DATE}";then
     1894        echo "BUILD COMMIT DATE: ${SAMBA_VERSION_GIT_COMMIT_DATE}"
     1895fi
     1896SAMBA_VERSION_GIT_COMMIT_TIME=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_GIT_COMMIT_TIME' | cut -d ' ' -f3-`
     1897if test -n "${SAMBA_VERSION_GIT_COMMIT_TIME}";then
     1898        echo "BUILD COMMIT TIME: ${SAMBA_VERSION_GIT_COMMIT_TIME}"
     1899
     1900        # just to keep the build-farm gui happy for now...
     1901        echo "BUILD REVISION: ${SAMBA_VERSION_GIT_COMMIT_TIME}"
    18911902fi
    18921903
Note: See TracChangeset for help on using the changeset viewer.