feat: add history and lastest different version test stage; decoder result use struct iovec.
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ $1 == 0 ]; then
|
||||
DST=${RPM_INSTALL_PREFIX}
|
||||
mkdir -p ${DST}/plug/business/
|
||||
touch ${DST}/plug/conflist.inf
|
||||
|
||||
mkdir -p ${DST}/etc/
|
||||
touch ${DST}/etc/entrylist.conf
|
||||
|
||||
if [[ -f ${DST}/plug/conflist.inf ]];then
|
||||
sed -i '/quic.inf/d' ${DST}/plug/conflist.inf
|
||||
fi
|
||||
|
||||
if [[ -f ${DST}/etc/entrylist.conf ]];then
|
||||
sed -i '/QUIC/d' ${DST}/etc/entrylist.conf
|
||||
fi
|
||||
DST=${RPM_INSTALL_PREFIX}/sapp/stellar_plugin
|
||||
sed -i -n '$!N;/quic.so/!P;D' ${DST}/spec.toml
|
||||
sed -i '/QUIC_ONLOAD/d' ${DST}/spec.toml
|
||||
sed -i '/QUIC_UNLOAD/d' ${DST}/spec.toml
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user