Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Wiki] Release verification howto is obsolete #31735

Closed
asfimport opened this issue Apr 27, 2022 · 3 comments · Fixed by #39960
Closed

[Wiki] Release verification howto is obsolete #31735

asfimport opened this issue Apr 27, 2022 · 3 comments · Fixed by #39960

Comments

@asfimport
Copy link
Collaborator

asfimport commented Apr 27, 2022

https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates#HowtoVerifyReleaseCandidates-LinuxandmacOS

The example commands are wrong.
E.g.,

TEST_DEFAULT=0 TEST_SOURCE=1 TEST_CPP=1 verify-release-candidate.sh source $VERSION $RC_NUM

should be changed to

TEST_DEFAULT=0 TEST_CPP=1 verify-release-candidate.sh $VERSION $RC_NUM

Reporter: Yibo Cai / @cyb70289

Note: This issue was originally created as ARROW-16353. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Yibo Cai / @cyb70289:
Looks I cannot edit the wiki, though the confluence page Restriction says "Everyone can view and edit this page".

@jorisvandenbossche
Copy link
Member

We should probably also move this content to the documentation (so everyone can update it through normal PRs), instead of keeping it in the wiki? (like was done for the release guide at https://arrow.apache.org/docs/dev/developers/release.html)
cc @raulcd

@jorisvandenbossche
Copy link
Member

Some other inaccuracies / undocumented features that I noticed:

  • Re-using the directory requires the ARROW_TMPDIR env variable, and not TMPDIR
  • The USE_CONDA=1 option is not mentioned

raulcd added a commit to raulcd/arrow that referenced this issue Feb 6, 2024
raulcd added a commit to raulcd/arrow that referenced this issue Feb 14, 2024
kou added a commit that referenced this issue Feb 22, 2024
…rs documentation (#39960)

### Rationale for this change

The current verification guide is obsolete and should not be on the wiki.

### What changes are included in this PR?

Adding a new page with the release verification information.

### Are these changes tested?

The documentation will be generated and will use the preview-docs job.

### Are there any user-facing changes?

Yes but not relevant in terms of code changes.
* Closes: #31735

Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 16.0.0 milestone Feb 22, 2024
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Feb 28, 2024
…velopers documentation (apache#39960)

### Rationale for this change

The current verification guide is obsolete and should not be on the wiki.

### What changes are included in this PR?

Adding a new page with the release verification information.

### Are these changes tested?

The documentation will be generated and will use the preview-docs job.

### Are there any user-facing changes?

Yes but not relevant in terms of code changes.
* Closes: apache#31735

Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
thisisnic pushed a commit to thisisnic/arrow that referenced this issue Mar 8, 2024
…velopers documentation (apache#39960)

### Rationale for this change

The current verification guide is obsolete and should not be on the wiki.

### What changes are included in this PR?

Adding a new page with the release verification information.

### Are these changes tested?

The documentation will be generated and will use the preview-docs job.

### Are there any user-facing changes?

Yes but not relevant in terms of code changes.
* Closes: apache#31735

Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment