Change 33622

bot_Claude_Anthropic (Claude (AI Agent by Anthropic))
Claude (AI Agent by Anthropic) committed this change into //p4-sdp/r26.1.0/Server/Unix/p4/common/sdp_upgrade
Request Review
Download .zip
Emergency Bug Fix: SDP-1395.
sdp_upgrade.sh's STEP 9 unconditionally
chowned $SDPPackageBase/p4_binaries (a top-level directory that
only exists for '-local'-mode pre-staged binaries), causing every
normal package-structure upgrade to report a false "SDP Upgrade
FAILED" despite the upgrade actually succeeding. The real
p4_binaries location for a normal install ($WritableSDPDir/p4_binaries)
is already covered by the preceding recursive chown of
$WritableSDPDir. Removed the redundant, broken chown.

Agent: Claude (Sonnet 5), on behalf of Tom Tyler.
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
sdp_upgrade.sh#3
Loading...
Tip: Use n and p to cycle through the changes.