Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/release-scripts/create-tarball

    r204 r228  
    138138    fi
    139139
    140     if [ "x`git-tag -l ${OPT_TAG}`" != "x" ]; then
     140    if [ "x`git tag -l ${OPT_TAG}`" != "x" ]; then
    141141        echo -n "Tag exists.  Do you wish to overwrite? (y/N): "
    142142        read answer
     
    156156    fi
    157157
    158     git-tag -u ${OPT_KEYID} ${OPT_TAG}
     158    git tag -u ${OPT_KEYID} ${OPT_TAG}
    159159    exitOnError $? "Failed to create tag"
    160160
     
    171171    cd $TOPDIR
    172172
    173     git-checkout ${OPT_BRANCH}
     173    git checkout ${OPT_BRANCH}
    174174    exitOnError $? "Invalid branch name \"${OPT_BRANCH}\""
    175175
     
    189189
    190190    /bin/rm -rf ../samba-${version}
    191     git-archive --format=tar --prefix=samba-${version}/ HEAD | (cd .. && tar xf -)
     191    git archive --format=tar --prefix=samba-${version}/ HEAD | (cd .. && tar xf -)
    192192    exitOnError $? "Failed to create release directory tree"
    193193
Note: See TracChangeset for help on using the changeset viewer.