Changes between Version 55 and Version 56 of DebianUbuntuPackaging


Ignore:
Timestamp:
Jan 13, 2016, 12:33:44 AM (8 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v55 v56  
    106106{{{
    107107debcheckout --user <username> --git-track '*' grass pkg-grass
     108}}}
     109
     110and checkout selected branch (example for Ubuntu Wily - 15.10):
     111
     112{{{
     113export DIST=wily
    108114cd pkg-grass
    109 }}}
    110 
    111 and checkout selected branch (example for Ubuntu Wily - 15.10):
    112 
    113 {{{
    114 export DIST=wily
    115115git checkout ubuntugis/$DIST
    116116}}}