#------------------------------------------------------------------------------- # CBD rewrites 'p4 sync' and friends ('p4 update' and 'p4 flush'), and their # API-equivalents. #------------------------------------------------------------------------------- command: ^(flush|get|sync|update)$ { action = filter; execute = "/p4/common/bin/cbd/scripts/wssync.sh"; } # Show Broker Input (Debugging Utility). command: ^(sbi)$ { action = filter; execute = "/p4/common/bin/cbd/scripts/sbi.pl"; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 25185 | sdp_reader |
Added logic to add CBD logic to broker config. Added essential broker config snippet file. |