mesomatic icon indicating copy to clipboard operation
mesomatic copied to clipboard

Create integration tests for just the changes between 0.28.0 and 1.0.1

Open oubiwann opened this issue 7 years ago • 0 comments

Depends on #45 Blocks #43

cd mesos/apache-repo/
$ git show-ref --abbrev=7 --tags|egrep '0.28.0|1.0.1'|grep -v rc
961edbd refs/tags/0.28.0
3611eb0 refs/tags/1.0.1
git diff 961edbd..3611eb0 src/java

oubiwann avatar Dec 20 '17 07:12 oubiwann