Changes between Version 3 and Version 4 of VagrantBuild


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

--

Legend:

Unmodified
Added
Removed
Modified
  • VagrantBuild

    v3 v4  
    2525    ''This step should be done in the VM''
    2626    {{{
     27    $ vagrant up && vagrant ssh
    2728    $ cd /vagrant/packages/gdal/gdal
    2829    $ dch -p -D precise -l precise "Launchpad rebuild for Precise"
     
    4647    }}}
    4748    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
     57That's it! The package is uploaded to Launchpad to be built and published.