| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| test-sc-watchdog.sh | ||
| test_button_roles.py | ||
| test_gig_log.py | ||
| test_lcxl_grid.py | ||
| test_orphan_orbits.py | ||
| test_setlist.py | ||
| test_silent_eval.py |
Third time. tools/gig-up.sh's 'tools executable' check (added yesterday for exactly this) is why it surfaced: setlist.py went into 04fc8c7c with content but mode 100644, so a fresh clone would get 'permission denied' from a HARD gate check. chmod +x touches the working tree; git stores the bit separately and needs `git update-index --chmod=+x`, and even then a pathspec-limited commit can leave HEAD at 100644 while the index says 100755 — which is what happened here. Verify with `git ls-tree HEAD <file>`, never `ls -l`.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| test-sc-watchdog.sh | Loading commit data... | |
| test_button_roles.py | Loading commit data... | |
| test_gig_log.py | Loading commit data... | |
| test_lcxl_grid.py | Loading commit data... | |
| test_orphan_orbits.py | Loading commit data... | |
| test_setlist.py | Loading commit data... | |
| test_silent_eval.py | Loading commit data... |