Changes between Version 8 and Version 9 of EnvironmentSetup


Ignore:
Timestamp:
Aug 19, 2013, 9:07:02 AM (11 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentSetup

    v8 v9  
    5454I suggest using the /vagrant/packages directory (~/vm/ubuntugis/packages on the host) for your packages, that way you can edit some files from the host and only use Vagrant for the packaging/build.
    5555
    56 The pbuilder-dist environments that were setup by the bootstrap script are SID, Lucid, Precise, Quantal and Raring each in i386 and amd64.
     56The pbuilder-dist environments that were setup by the bootstrap script are SID, Lucid, Precise, Quantal and Raring each in i386 and amd64. If you need to create another pbuilder environment you simply have to do
     57{{{
     58pbuilder-dist distro arch create
     59}}}