echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null
if [ $? -eq 0 ]; then
- printf "---++++ Production Repo Contents
+ printf "\n---++++ Production Repo Contents
<verbatim>\n" >> report.twiki
cat ./prod_packages.txt >> report.twiki
printf "</verbatim>\n" >> report.twiki
fi
-printf "---++++ Test Repo Contents
+printf "\n---++++ Test Repo Contents
<verbatim>\n" >> report.twiki
cat ./repo_packages.txt >> report.twiki
echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null
if [ $? -eq 0 ]; then
- printf "---++++ Production Repo Contents
+ printf "\n---++++ Production Repo Contents
<verbatim>\n" >> report.twiki
cat ./prod_packages.txt >> report.twiki
printf "</verbatim>\n" >> report.twiki
fi
-printf "---++++ Test Repo Contents
+printf "\n---++++ Test Repo Contents
<verbatim>\n" >> report.twiki
cat ./repo_packages.txt >> report.twiki
echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null
if [ $? -eq 0 ]; then
- printf "---++++ Production Repo Contents
+ printf "\n---++++ Production Repo Contents
<verbatim>\n" >> report.twiki
cat ./prod_packages.txt >> report.twiki
printf "</verbatim>\n" >> report.twiki
fi
-printf "---++++ Test Repo Contents
+printf "\n---++++ Test Repo Contents
<verbatim>\n" >> report.twiki
cat ./repo_packages.txt >> report.twiki