1
0
mirror of https://github.com/etcd-io/etcd.git synced 2026-02-06 00:48:15 +01:00

4 Commits

Author SHA1 Message Date
Himanshu Singh
c7ad57fd24 fix: Create scripts/fix/mod-tidy.sh and refactor test.sh
- Create scripts/fix/mod-tidy.sh with proper workspace module iteration
- Remove go.sum files before tidy to ensure clean state (regenerated by go mod tidy)
- Use run wrapper for consistent command execution and logging
- Update Makefile fix-mod-tidy target to use the new script
- Add ETCD_ROOT_DIR support for dynamic path resolution
- Delete module_mod_tidy_fix and mod_tidy_fix_pass functions from scripts/test.sh
  (functionality moved to scripts/fix/mod-tidy.sh)

Signed-off-by: Himanshu Singh <himanshuich20@gmail.com>
2026-01-14 22:22:20 +00:00
Ivan Valdes
6829e34749 Delete scripts/fix.sh
All of the passes have been moved out to different script files.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2025-10-28 14:15:27 -07:00
Ivan Valdes
75c5654138 Move fix-bashws to its own script
Follow the approach of a script per Makefile target. Rename it to
shell_ws for consistency with the verify target.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2025-10-27 23:00:40 -07:00
Ivan Valdes
b16a46eaad Update fix-yamllint to use a new stand-alone script
Implement a new stand-alone script to move the target body out of the
Makefile.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2025-10-24 16:30:30 -07:00