Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3409e0f752afa830936120bf45e65a914b3e11f2
crystall-punk-14/BuildChecker/hooks/post-checkout

14 lines
290 B
Plaintext
Raw Normal View History

Basic content repo outline. Code's here, no tooling to generate content packs yet, however.
2017-08-04 14:24:01 +02:00
#!/bin/bash
Make git hooks work in git worktrees (#40038) Make hooks work in worktrees and cleanup hooks
2025-09-02 18:01:43 -05:00
gitroot=$(git rev-parse --show-toplevel)
Basic content repo outline. Code's here, no tooling to generate content packs yet, however.
2017-08-04 14:24:01 +02:00
Make git hooks work in git worktrees (#40038) Make hooks work in worktrees and cleanup hooks
2025-09-02 18:01:43 -05:00
cd "$gitroot/BuildChecker" || exit
Basic content repo outline. Code's here, no tooling to generate content packs yet, however.
2017-08-04 14:24:01 +02:00
Make git hooks work in git worktrees (#40038) Make hooks work in worktrees and cleanup hooks
2025-09-02 18:01:43 -05:00
if [[ $(uname) == MINGW* || $(uname) == CYGWIN* ]]; then
Revert "Fix auto-updates of RobustToolbox on Windows" (#36671) Revert "Fix auto-updates of RobustToolbox on Windows (#33323)" This reverts commit b1c1cb96b5c91c0134660d735ea554fef536dc70.
2025-04-18 18:45:56 +10:00
# Windows
py -3 git_helper.py --quiet
else
# Not Windows, so probably some other Unix thing.
python3 git_helper.py --quiet
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 431ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API