-1
I'm seeing a bunch of *.pyc files contained in the source release:
% find apache-slider-0.90.2-incubating -type f -name '*.pyc' | wc -l
157
0.81.1 did not contain these files. These are binary files in the source
release (as I understand it).
Everything else looks fine, though!
* xsums/sigs are good
* L&N look good (accurate at present, no new additions in JIRA changelog)
* Built from source archive
* Running "standalone" unit tests pass
- Josh
Steve Loughran wrote:
Hello,
This is a call for a vote on the Apache Slider (incubating) release
0.90.2-incubating-RC0
Issues fixed:
https://issues.apache.org/jira/browse/SLIDER/fixforversion/12332352/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
Source artifacts:
https://dist.apache.org/repos/dist/release/incubator/slider/0.90.2-incubating-RC0
Staged artifacts:
https://repository.apache.org/content/repositories/orgapacheslider-1011/
Git source:
https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=commit;h=1c823b1673d8b704c061916452ccdbb21273db7b
SHA1: 1c823b1673d8b704c061916452ccdbb21273db7b
PGP key:
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=ste...@apache.org
Sorry its taken so long, but the maven release module is broken, and only does
half the work anyway.
we now have an ant build file do all the process
https://github.com/apache/incubator-slider/blob/branches/branch-0.9/bin/release.xml
including
-running "mvn deploy" to get the JARs to nexus
-looking in the archive for those trouble files (e..g agent)
-verifying that there's nothing uncommitted in the source tree *and* that the
commit has been pushed to the asf
-signing and checksumming the source artifacts, pushing them to the apache dist
repo, then doing a download with checksum verify
of the final code
There's a few more steps to add for this to be fully rounded off:
-validate signatures of source artifacts
-unzip and untar them, do the builds.
-clean up the local mvn repo then run slider-dependency-check to validate the
maven downloads
For now, I'm afraid people have to do that themselves.
[ ] +1 Release Apache Slider (incubating) 0.90.2-incubating-RC0
[ ] 0
[ ] -1 Do not release Apache Slider (incubating) 0.90.2-incubating-RC0
Voting lasts 72h, though given its the winter break if there's just silence
I'll start chasing people down.
-Steve