softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
29 stars 21 forks source link

Support milestone version tags #76

Closed yac closed 8 years ago

yac commented 8 years ago

rdopkg should support milestone version tags a la:

10.0.0.0b2 10.0.0.0rc1

which currently lead to:

fatal: ambiguous argument '10.0.0..patches/branch-patches': unknown revision or path not in the working tree.

on rdopkg patch.

Workaround is to create your own local tag until this is supported by rdopkg.

yac commented 8 years ago

This is actually quite an aggresive change involving most rdopkg commands - at least reqcheck (#56), new-version (#57) and patch.

yac commented 8 years ago

rdopkg-0.39 supports milestones in new-version and patch.

yac commented 8 years ago

rdopkg-0.41.3 fixes milestone related bugs. I consider this feature supported, although further fine tuning might be required.