debug log flags

pull/289/head
Frostebite 2021-08-02 01:46:10 +01:00
parent e791e2301c
commit 9209dc2075
3 changed files with 22 additions and 24 deletions

23
dist/index.js vendored
View File

@ -2154,25 +2154,24 @@ class RemoteBuilder {
${initializeSourceRepoForCaching} ${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)" export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH" echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
echo ' ' ${process.env.DEBUG ? '#' : ''}echo ' '
echo 'Large File before LFS caching and pull' ${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull'
ls -alh "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}ls -alh "${testLFSFile}"
cat "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}cat "${testLFSFile}"
echo ' ' echo ' '
echo 'Source repository initialized' echo 'Source repository initialized'
echo ' ' echo ' '
echo 'Checking cache for the Unity project Library and git LFS files' echo 'Checking cache for the Unity project Library and git LFS files'
${handleCaching} "$LFS_ASSETS_HASH" ${handleCaching} "$LFS_ASSETS_HASH"
echo 'Caching complete' ${process.env.DEBUG ? '#' : ''}echo 'Caching complete'
echo ' ' ${process.env.DEBUG ? '#' : ''}echo ' '
echo 'Large File after LFS caching and pull' ${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'
ls -alh "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}ls -alh "${testLFSFile}"
cat "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}cat "${testLFSFile}"
echo ' ' echo ' '
# #
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory' ${process.env.DEBUG ? '#' : ''}tree -L 4 ${this.buildPathFull}
tree -L 4 ${this.buildPathFull} ${process.env.DEBUG ? '#' : ''}ls -lh ${buildVolumeFolder}
ls -lh ${buildVolumeFolder}
echo ' ' echo ' '
# #
`, `,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -112,25 +112,24 @@ class RemoteBuilder {
${initializeSourceRepoForCaching} ${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)" export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH" echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
echo ' ' ${process.env.DEBUG ? '#' : ''}echo ' '
echo 'Large File before LFS caching and pull' ${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull'
ls -alh "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}ls -alh "${testLFSFile}"
cat "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}cat "${testLFSFile}"
echo ' ' echo ' '
echo 'Source repository initialized' echo 'Source repository initialized'
echo ' ' echo ' '
echo 'Checking cache for the Unity project Library and git LFS files' echo 'Checking cache for the Unity project Library and git LFS files'
${handleCaching} "$LFS_ASSETS_HASH" ${handleCaching} "$LFS_ASSETS_HASH"
echo 'Caching complete' ${process.env.DEBUG ? '#' : ''}echo 'Caching complete'
echo ' ' echo ' '
echo 'Large File after LFS caching and pull' ${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'
ls -alh "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}ls -alh "${testLFSFile}"
cat "${testLFSFile}" ${process.env.DEBUG ? '#' : ''}cat "${testLFSFile}"
echo ' ' echo ' '
# #
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory' ${process.env.DEBUG ? '#' : ''}tree -L 4 ${this.buildPathFull}
tree -L 4 ${this.buildPathFull} ${process.env.DEBUG ? '#' : ''}ls -lh ${buildVolumeFolder}
ls -lh ${buildVolumeFolder}
echo ' ' echo ' '
# #
`, `,