8 Commits

Author SHA1 Message Date
opl-
b9254d9ebf Replace all usages of /bin/bash shebang with /usr/bin/env (#40756)
Replace all usages of /bin/bash with /usr/bin/env

/usr/bin/env is nearly guaranteed to always exist at that location, which can't be said about /bin/bash and /bin/sh.

Co-authored-by: opl <4833621+opl@users.noreply.github.com>
2025-10-12 19:49:41 +00:00
War Pigeon
d3731395b6 Make git hooks work in git worktrees (#40038)
Make hooks work in worktrees and cleanup hooks
2025-09-03 01:01:43 +02:00
metalgearsloth
644cce2b9f Revert "Fix auto-updates of RobustToolbox on Windows" (#36671)
Revert "Fix auto-updates of RobustToolbox on Windows (#33323)"

This reverts commit b1c1cb96b5.
2025-04-18 10:45:56 +02:00
Nikolai Korolev
b1c1cb96b5 Fix auto-updates of RobustToolbox on Windows (#33323)
* Fix auto-updates of RobustToolbox on Windows

* Also fix hooks

* Upgrade version of hooks in git_helper script
2025-04-17 21:45:35 +10:00
Paul Ritter
ce67371b12 Revert "Deprecates RUN_THIS.py in favor of manually doin' it (#3930)" (#3933)
This reverts commit 94082e07a7.
2021-05-05 14:30:46 +02:00
Swept
94082e07a7 Deprecates RUN_THIS.py in favor of manually doin' it (#3930) 2021-05-05 04:15:05 +00:00
Pieter-Jan Briers
41bda76980 Minor stuff: (#58)
* Minor stuff:

* Making a file called DISABLE_SUBMODULE_AUTOUPDATE in BuildChecker/ makes it not always run git submodule update.
* Added .mypy_cache to .gitignore.
* Made default platforms x64 (from Any CPU).

* Make git hooks +x.
2018-04-19 20:15:36 +02:00
PJB3005
02c67c851d Basic content repo outline.
Code's here, no tooling to generate content packs yet, however.
2017-08-04 14:24:01 +02:00