remove harmonization.sh

This commit is contained in:
Lukáš Krupčík 2017-03-10 09:41:21 +01:00
parent e6e62b82f3
commit 3edb723e2f

View File

@ -1,16 +0,0 @@
# !/bin/bash
echo ""
echo "Harmonization easyconfig"
cd /apps/easybuild
cd easyconfigs-it4i
echo -n "== easyconfigs-it4i ["
git pull --rebase >/dev/null 2>/dev/null && echo "OK]" || echo "FALSE]"
echo -n "== easyconfigs-master ["
cd ../easyconfigs-master
git pull --rebase >/dev/null 2>/dev/null && echo "OK]" || echo "FALSE]"
cd ../easyconfigs-develop
echo -n "== easyconfigs-develop ["
git pull --rebase >/dev/null 2>/dev/null && echo "OK]" || echo "FALSE]"
cd ..
echo ""