-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
I don't know about you but I always prefer a properly versioned binary package to building something ad-hoc from sources.
I'm filing it as an issue rather than as a pull request, but if you'd like to adopt it, it's essentially done.
This branch adds the necessary scaffolding for building a Debian/Ubuntu package and i'm using it to publish packages to our PPA.
Once you have a Launchpad account and GPG key set up, it's just 3 commands to publish a release to a PPA:
$ debian/build-ubuntu-release.sh
$ debsign /tmp/work/*_source.changes
$ dput ppa:mongoose-os/mos /tmp/work/*_source.changes
Ideally i'd like to see this merged and a PPA created with an official package but if you're not interested, feel free to close and I'll just keep it in our repo.
Metadata
Metadata
Assignees
Labels
No labels