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

Use the new re-entrant do-nothing script #6062

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
044fdda
Use the new re-entrant do-nothing script.
trexfeathers Jul 18, 2024
7abb68e
Proper import error handling.
trexfeathers Aug 12, 2024
65f8294
Always use git add.
trexfeathers Aug 12, 2024
3ec6628
More automation around CF standard names.
trexfeathers Aug 12, 2024
938f05f
Missing bracket.
trexfeathers Aug 12, 2024
c0ac209
Less nebulous language.
trexfeathers Aug 12, 2024
7510b78
Encourage copy-pasting from previous releases.
trexfeathers Aug 12, 2024
387c978
Clearer wording about release branches.
trexfeathers Aug 12, 2024
713662e
Clearer RTD versioning.
trexfeathers Aug 12, 2024
61bf2a4
More precise installation tests.
trexfeathers Aug 12, 2024
c2ef5b8
Clearer rc branch naming.
trexfeathers Aug 12, 2024
09b1191
Draw attention to deviation from conda-forge guidance.
trexfeathers Aug 12, 2024
41c3e49
Wait for CI to finish.
trexfeathers Aug 12, 2024
7047633
Include conda search command.
trexfeathers Aug 12, 2024
76beb65
Comment on discussion.
trexfeathers Aug 12, 2024
a010bd3
Viva Engage.
trexfeathers Aug 12, 2024
0c96810
Use a git command for recreating files.
trexfeathers Aug 12, 2024
bc7f6bc
Better SHA256 validation.
trexfeathers Aug 14, 2024
0f8721b
Add missing conda deactivate command.
trexfeathers Aug 14, 2024
78d0255
Correct URL for watching conda-forge process.
trexfeathers Aug 14, 2024
94fa686
Correct use of self.git_tag.
trexfeathers Aug 14, 2024
25812b0
More guidance about when to change RC feedstock files.
trexfeathers Aug 14, 2024
7af5d22
Better advice for waiting for conda testing.
trexfeathers Aug 14, 2024
84818cf
Merge branch 'main' into new_do_nothing
trexfeathers Aug 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ docs/iris_image_test_output/

# Files generated during test runs.
lib/iris/tests/results/**/*.dot

# Uses of SciTools-incubator/nothing.
**/.nothing
Loading
Loading