Comment 3 for bug 1690967

Revision history for this message
Robie Basak (racb) wrote :

I wonder if we could have a "git ubuntu dput [treeish]" wrapper? It could lint, then build the source, then sign and upload. If the lint fails (even if just warnings), then it would fail by default and require a --force to succeed. Then the functionality in lint should be sufficient for this use case.

It might be appropriate to require by default that the working tree is clean, as generally we only want to upload things that are fully committed. And for PPAs, we could have a --ppa option that bumps debian/changelog with a ~ppaX automatically.

Perhaps not realistic for 1.0 though.