Changes between Version 124 and Version 125 of DebianUbuntuPackaging


Ignore:
Timestamp:
Sep 19, 2016, 3:38:42 AM (8 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v124 v125  
    9292===== Create chroot environment =====
    9393
    94 Create specific chroot environment by (example for Ubuntu Wily - 15.10):
    95 
    96 {{{
    97 export DIST=wily
     94Create specific chroot environment by (example for Ubuntu Xenial - 16.04):
     95
     96{{{
     97export DIST=xenial
    9898sudo -E cowbuilder --create --distribution=$DIST --basepath=/var/cache/pbuilder/base-${DIST}-ubuntugis.cow --save-after-login
    9999}}}
     
    110110}}}
    111111
    112 and checkout selected branch (example for Ubuntu Wily - 15.10):
    113 
    114 {{{
    115 export DIST=wily
     112and checkout selected branch (example for Ubuntu Xenial - 16.04):
     113
     114{{{
     115export DIST=xenial
    116116git checkout ubuntugis/$DIST
    117117}}}