Skip to content
Snippets Groups Projects
Commit 2df3498b authored by Saber Mesgari's avatar Saber Mesgari
Browse files

comment all patches

parent 64b8922d
Branches nopatch
Tags
No related merge requests found
......@@ -434,29 +434,29 @@ echo
# patch -p1 < $root/patches-arvan/nginx-$main_ver-async.patch || exit 1
# echo
echo "$info_txt ARVAN: applying the 001 arvan patch"
patch -p1 < $root/patches-arvan/0001-nginx-$main_ver-static-names-changes-to-arvancloud.patch || exit 1
echo
# echo "$info_txt ARVAN: applying the 001 arvan patch"
# patch -p1 < $root/patches-arvan/0001-nginx-$main_ver-static-names-changes-to-arvancloud.patch || exit 1
# echo
echo "$info_txt ARVAN: applying the 002 arvan patch"
patch -p1 < $root/patches-arvan/0002-nginx-$main_ver-seprate-cache-directoryby-host-header.patch || exit 1
echo
# echo "$info_txt ARVAN: applying the 002 arvan patch"
# patch -p1 < $root/patches-arvan/0002-nginx-$main_ver-seprate-cache-directoryby-host-header.patch || exit 1
# echo
echo "$info_txt ARVAN: applying the 003 arvan patch"
patch -p1 < $root/patches-arvan/0003-nginx-$main_ver-support-variable-proxy-cache-valid-directive.patch || exit 1
echo
# echo "$info_txt ARVAN: applying the 003 arvan patch"
# patch -p1 < $root/patches-arvan/0003-nginx-$main_ver-support-variable-proxy-cache-valid-directive.patch || exit 1
# echo
echo "$info_txt ARVAN: applying the 004 arvan patch"
patch -p1 < $root/patches-arvan/0004-nginx-$main_ver-support-variable-proxy-cache-use-stale-directive.patch || exit 1
echo
# echo "$info_txt ARVAN: applying the 004 arvan patch"
# patch -p1 < $root/patches-arvan/0004-nginx-$main_ver-support-variable-proxy-cache-use-stale-directive.patch || exit 1
# echo
echo "$info_txt ARVAN: applying the 005 arvan patch"
patch -p1 < $root/patches-arvan/0005-nginx-$main_ver-support-variable-proxy-ignore-headers-directive.patch || exit 1
echo
# echo "$info_txt ARVAN: applying the 005 arvan patch"
# patch -p1 < $root/patches-arvan/0005-nginx-$main_ver-support-variable-proxy-ignore-headers-directive.patch || exit 1
# echo
echo "$info_txt ARVAN: applying the 006 arvan patch"
patch -p1 < $root/patches-arvan/0006-nginx-$main_ver-support-variable-slice-directive.patch || exit 1
echo
# echo "$info_txt ARVAN: applying the 006 arvan patch"
# patch -p1 < $root/patches-arvan/0006-nginx-$main_ver-support-variable-slice-directive.patch || exit 1
# echo
cp $root/html/index.html docs/html/ || exit 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment