Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3f5e1b8
relink.py: Only print 'Skipping symlink' for links owned by user.
samsrabin Jan 15, 2026
2d6f3ad
'Skipping symlink' msg now debug-level.
samsrabin Jan 15, 2026
06e97e2
relink.py: Hide --source-root and --target-root args.
samsrabin Jan 15, 2026
9319a84
Revert "relink.py: Hide --source-root and --target-root args."
samsrabin Jan 16, 2026
a551c4a
relink.py: Refactor to new fn handle_non_dir().
samsrabin Jan 16, 2026
6111fd2
relink.py: Add test_multiple_files_nested.
samsrabin Jan 16, 2026
4aa83bb
relink.py: Refactor.
samsrabin Jan 16, 2026
ecc6b9e
relink.py: source_root is now a positional argument.
samsrabin Jan 16, 2026
5b076f9
relink.py: Check that files to process are children of CESM input dat…
samsrabin Jan 16, 2026
13d455d
relink.py: Now supports multiple source_root dirs.
samsrabin Jan 16, 2026
f88de06
Add tests/relink/test_handle_non_dir.py
samsrabin Jan 16, 2026
1ada123
relink.py: Refactor to improve testability.
samsrabin Jan 19, 2026
8a0b914
relink.py: Require that source_dir(s) be in inputdata_root and target…
samsrabin Jan 19, 2026
bef9ee2
relink.py: Can now accept specific file(s) to process.
samsrabin Jan 19, 2026
9a21b8d
relink.py: process_args(): Check that everything is an abs path.
samsrabin Jan 19, 2026
bef5a7d
macOS no longer tested (or therefore supported).
samsrabin Jan 19, 2026
83a8bf3
Change an error message's log level from DEBUG to ERROR.
samsrabin Jan 19, 2026
8b6491a
Change an error message's log level from WARNING to ERROR.
samsrabin Jan 19, 2026
5e854b9
relink.py: Delete a redundant check.
samsrabin Jan 19, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
fail-fast: false

Expand Down
Loading