File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pyrocore (0.5.3) precise; urgency=medium
44 * issue#52: Fixed version detection when installed from PyPI
55 * Include install path and Python release in version info
66
7- -- pyroscope <pyroscope.project@gmail.com> Sun, 11 Jun 2017 14 :17:47 +0200
7+ -- pyroscope <pyroscope.project@gmail.com> Sun, 11 Jun 2017 15 :17:36 +0200
88
99pyrocore (0.5.2) precise; urgency=high
1010
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ def release():
389389 subprocess .call (
390390 "unzip -v dist/pyrocore-*.zip | egrep '^ .+/' | cut -f2- -d/ | sort >./build/ls-sdist.txt"
391391 " && git ls-files | sort >./build/ls-git.txt"
392- " && diff -U0 ./build/ls-sdist.txt ./build/ls-git.txt || true" , shell = True )
392+ " && $(which colordiff || echo diff) -U0 ./build/ls-sdist.txt ./build/ls-git.txt || true" , shell = True )
393393 print "~" * 78
394394
395395 print
Original file line number Diff line number Diff line change 11[egg_info]
2- tag_build = dev
3- tag_date = true
2+ # # tag_build = dev
3+ # # tag_date = true
44
55[sdist]
66formats = zip
You can’t perform that action at this time.
0 commit comments