On Sun, Jul 14, 2013 at 12:23:30PM -0400, Scott Howard wrote: > On Sun, Jul 14, 2013 at 12:17 PM, Anton Balashov <[email protected]> wrote: > > Hello. > > I'm trying to make automatic daily builds if there is new commits in git. > > So, many commits have version 1.1.1 and I should to have many debs > > with different orig.tar.gz > > I want to have some like pkg-1.1.1-<date>ppa1 > > But when I'm trying to upload new version, I get an error: > > pkg-1.1.1.orig.tar.gz was changes. And it's true. > > I can put some part of commit hash in version (1.1.1~hash-date..) but > > it's breaks order. > > I can't have increment system here (or can but non-trivial). > > use a + instead of ~ ,and put date first since hash is random and date > is ordered (higher dates are newer than lower dates). > 1.1.1+date-hash
Use date.hash instead of date-hash. '-' is reserved for separating the debian revision from the upstream version of a package. -- Kind regards, Loong Jin
signature.asc
Description: Digital signature
-- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
