diff --git a/roles/fedora-web/translation/files/web-translation-update b/roles/fedora-web/translation/files/web-translation-update index 445070ad0b..28fe141584 100644 --- a/roles/fedora-web/translation/files/web-translation-update +++ b/roles/fedora-web/translation/files/web-translation-update @@ -15,14 +15,3 @@ for i in *fedoraproject.org; do ( cd $i ; make pushpot ) done -cd $OLD -git clone https://pagure.io/fedora-web/websites.git -cd websites - -for i in getfedora.org; do - pushd sites/$i/scripts - ./translations-source.sh - [ -f $i.pot ] && ./push-pot.sh - popd -done -