2014-02-26 07:51:37 -05:00
|
|
|
|
|
|
|
|
|
|
echo "<h1>Michelangelo Update</h1><h2>Changelog Processmaker</h2><code>" > temp.txt
|
|
|
|
|
|
|
|
|
|
|
|
git pull
|
2014-03-13 16:32:13 -04:00
|
|
|
|
git log -n 30 --graph --format=medium --no-merges >> temp.txt
|
2014-02-26 07:51:37 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cd vendor/colosa/pmUI
|
|
|
|
|
|
echo "</code><br><h2>Changelog pmUI</h2><br><code>" >> ../../../temp.txt
|
|
|
|
|
|
git pull
|
2014-03-13 16:32:13 -04:00
|
|
|
|
git log -n 30 --graph --format=medium --no-merges >> ../../../temp.txt
|
2014-03-05 12:04:54 -05:00
|
|
|
|
rake css
|
2014-02-26 07:51:37 -05:00
|
|
|
|
|
|
|
|
|
|
cd ../MichelangeloFE
|
|
|
|
|
|
echo "</code><br><h2>Changelog MichelangeloFE</h2><br><code>" >> ../../../temp.txt
|
|
|
|
|
|
git pull
|
2014-03-13 16:32:13 -04:00
|
|
|
|
git log -n 30 --graph --format=medium --no-merges >> ../../../temp.txt
|
2014-03-05 12:04:54 -05:00
|
|
|
|
rake compass
|
2014-02-26 07:51:37 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cd ../../../
|
|
|
|
|
|
echo "</code><br><h2>build-vendor.php</h2><br><code>" >> temp.txt
|
|
|
|
|
|
php build-vendor.php >> temp.txt
|
|
|
|
|
|
|
|
|
|
|
|
sed ':a;N;$!ba;s/\n/<br>/g' temp.txt > workflow/public_html/build-log.html
|
|
|
|
|
|
|
2014-02-27 19:56:58 -05:00
|
|
|
|
cp workflow/public_html/build-log.html temp.txt
|
|
|
|
|
|
sed -re 's#\[0;35;35m#<span style="color:saddlebrown;">#g' temp.txt > workflow/public_html/build-log.html
|
|
|
|
|
|
|
|
|
|
|
|
cp workflow/public_html/build-log.html temp.txt
|
|
|
|
|
|
sed -re 's#\[1;33;34m#<span style="color:darkblue;">#g' temp.txt > workflow/public_html/build-log.html
|
|
|
|
|
|
|
|
|
|
|
|
cp workflow/public_html/build-log.html temp.txt
|
|
|
|
|
|
sed -re 's#\[0;35;32m#<span style="color:green;">#g' temp.txt > workflow/public_html/build-log.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cp workflow/public_html/build-log.html temp.txt
|
|
|
|
|
|
sed -re 's#\[31m\[32m#</span style="color:brown;">#g' temp.txt > workflow/public_html/build-log.html
|
|
|
|
|
|
|
|
|
|
|
|
cp workflow/public_html/build-log.html temp.txt
|
|
|
|
|
|
sed -re 's#\[0m#</span>#g' temp.txt > workflow/public_html/build-log.html
|
|
|
|
|
|
|
|
|
|
|
|
cp workflow/public_html/build-log.html temp.txt
|
|
|
|
|
|
sed -re 's#Author:(.*)\n#<span>xxxx(1)</span>#g' temp.txt > workflow/public_html/build-log.html
|
|
|
|
|
|
|
2014-02-26 07:51:37 -05:00
|
|
|
|
echo "update executed succesfully, check the log in http://<server>/build-log.html "
|