vault backup: 2024-09-10 13:14:00

This commit is contained in:
2024-09-10 13:14:00 +08:00
parent 58a5533847
commit d667f4a227
2 changed files with 16 additions and 0 deletions

View File

@@ -720,4 +720,16 @@ Launcher\Engine\Binaries\Win64\UnrealVersionSelector.exe
Triggers:
relnotecheck change-submit //depot/bld/... "/usr/bin/rcheck.pl %user%"
verify_jobs change-submit //depot/... "/usr/bin/job.py %change%"
```
### P4 Docker中的对应路径
```Bash
# Base Environment
ENV P4HOME=/p4
# Derived Environment
ENV P4ROOT=$P4HOME/root \
P4DEPOTS=$P4HOME/depots \
P4CKP=$P4HOME/checkpoints
```