Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

incremental releases #275

Merged

Conversation

varhub
Copy link
Contributor

@varhub varhub commented Dec 19, 2015

Related to #268

Test roadmap

Minimal Test:

  1. Simple cmake .. to ensure it is working
  2. Check .deb generated by metapackages
  3. make package and check it

A. Real case usage I:

  1. cmake or make package and push .deb to repo
  2. repeat x2 and see incremental rc

B. Real case usage II:

  1. Change major/minor/patch
  2. cmake and check suffix == -rc1

C. Test script bounds I:

  1. do by hand a x.y.z-rc9 and rc10
  2. push both into repo
  3. cmake to see if versioning number is respected
    • wrong result: -rc10
    • success result: -rc11

D. Test script bounds II:

  1. Change manually CPACK_DEBIAN_PACKAGE_VERSION
  2. See what happens. Expected:
    • warning but ok
    • version is unchanged

@varhub varhub added the feature label Dec 19, 2015
@fqez
Copy link
Member

fqez commented Jan 4, 2016

Tested and working! Thanks!

fqez added a commit that referenced this pull request Jan 4, 2016
@fqez fqez merged commit 1bccd3d into JdeRobot:master Jan 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants