Changes between Version 8 and Version 9 of EnvironmentSetup
- Timestamp:
- 08/19/13 09:07:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnvironmentSetup
v8 v9 54 54 I 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. 55 55 56 The pbuilder-dist environments that were setup by the bootstrap script are SID, Lucid, Precise, Quantal and Raring each in i386 and amd64. 56 The 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 {{{ 58 pbuilder-dist distro arch create 59 }}}