mononoke/pushrebase_replay: remove it

Summary: We're not using this anymore.

Reviewed By: ikostia

Differential Revision: D18744426

fbshipit-source-id: f6a1be21624200ff3193baec5fb7953a325cf061
This commit is contained in:
Thomas Orozco 2019-11-28 10:26:48 -08:00 committed by Facebook Github Bot
parent 2024c10d3d
commit cc7a117504

View File

@ -1091,27 +1091,6 @@ function mkcommit() {
hg ci -m "$1"
}
function pushrebase_replay() {
DB_INDICES=$1
REPLAY_CA_PEM="$TEST_CERTDIR/root-ca.crt" \
THRIFT_TLS_CL_CERT_PATH="$TEST_CERTDIR/localhost.crt" \
THRIFT_TLS_CL_KEY_PATH="$TEST_CERTDIR/localhost.key" \
GLOG_minloglevel=5 "$PUSHREBASE_REPLAY" \
--mononoke-config-path "$TESTTMP/mononoke-config" \
--reponame repo \
--hgcli "$MONONOKE_HGCLI" \
--mononoke-admin "$MONONOKE_ADMIN" \
--mononoke-address "[::1]:$MONONOKE_SOCKET" \
--mononoke-server-common-name localhost \
--db-indices "$DB_INDICES" \
--repo-id $REPOID \
--bundle-provider filesystem \
--filesystem-bundles-storage-path "$TESTTMP" \
--sqlite3-path "$TESTTMP/pushrebaserecording" \
"${CACHING_ARGS[@]}"
}
function enable_replay_verification_hook {
cat >> "$TESTTMP"/replayverification.py <<EOF