Changes between Version 124 and Version 125 of DebianUbuntuPackaging
- Timestamp:
- 09/19/16 03:38:42 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebianUbuntuPackaging
v124 v125 92 92 ===== Create chroot environment ===== 93 93 94 Create specific chroot environment by (example for Ubuntu Wily - 15.10):95 96 {{{ 97 export DIST= wily94 Create specific chroot environment by (example for Ubuntu Xenial - 16.04): 95 96 {{{ 97 export DIST=xenial 98 98 sudo -E cowbuilder --create --distribution=$DIST --basepath=/var/cache/pbuilder/base-${DIST}-ubuntugis.cow --save-after-login 99 99 }}} … … 110 110 }}} 111 111 112 and checkout selected branch (example for Ubuntu Wily - 15.10):113 114 {{{ 115 export DIST= wily112 and checkout selected branch (example for Ubuntu Xenial - 16.04): 113 114 {{{ 115 export DIST=xenial 116 116 git checkout ubuntugis/$DIST 117 117 }}}