Changes between Version 3 and Version 4 of VagrantBuild
- Timestamp:
- 08/19/13 08:52:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VagrantBuild
v3 v4 25 25 ''This step should be done in the VM'' 26 26 {{{ 27 $ vagrant up && vagrant ssh 27 28 $ cd /vagrant/packages/gdal/gdal 28 29 $ dch -p -D precise -l precise "Launchpad rebuild for Precise" … … 46 47 }}} 47 48 Since the source packages are uploaded to Launchpad to be built and used with UbuntuGIS, we only use pbuilder to test the build since it's faster then uploading it first to see if it works. Pbuilder will create the {{{.deb}}} in {{{~/pbuilder/precise_result/}}} so you could use the {{{.deb}}} there if you want. 49 50 6. If the build succeeded, we are now ready to upload the package to UbuntuGIS-unstable. 51 52 ''This step should be done in the VM'' 53 {{{ 54 $ dput ubuntugis-unstable ../gdal_1.10.0-1~precise2_source.changes 55 }}} 56 57 That's it! The package is uploaded to Launchpad to be built and published.