Changes between Version 170 and Version 171 of DebianUbuntuPackaging


Ignore:
Timestamp:
Sep 18, 2017, 12:32:26 PM (7 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v170 v171  
    115115{{{
    116116export DIST=xenial
     117export BRANCH=ubuntugis
    117118
    118119export VERSION=7.0.3~rc2
     
    126127{{{
    127128git checkout pristine-tar && git pull
    128 git checkout ubuntugis/$DIST && git pull --rebase
     129git checkout $BRANCH/$DIST && git pull --rebase
    129130}}}
    130131
     
    178179
    179180{{{
    180 git tag ubuntugis/`echo $VERSION | sed 's/~/_/g'`-${PATCH}`echo $EXP | sed 's/~/_/g'`.${DIST}${NUM}
     181git tag $BRANCH/`echo $VERSION | sed 's/~/_/g'`-${PATCH}`echo $EXP | sed 's/~/_/g'`.${DIST}${NUM}
    181182}}}
    182183