mirror of
https://github.com/ansible/awx.git
synced 2026-04-01 00:05:07 -02:30
Updating translation artifacts
* also installing translation tools into dev environment * Removing fedora install instructions, no one here uses fedora
This commit is contained in:
@@ -10,7 +10,7 @@ ADD requirements/requirements.txt requirements/requirements_ansible.txt requirem
|
||||
RUN yum -y update && yum -y install curl epel-release
|
||||
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
|
||||
RUN yum -y localinstall http://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-3.noarch.rpm
|
||||
RUN yum -y update && yum -y install openssh-server ansible mg vim tmux git mercurial subversion python-devel python-psycopg2 make postgresql postgresql-devel nginx nodejs python-psutil libxml2-devel libxslt-devel libstdc++.so.6 gcc cyrus-sasl-devel cyrus-sasl openldap-devel libffi-devel zeromq-devel python-pip xmlsec1-devel swig krb5-devel xmlsec1-openssl xmlsec1 xmlsec1-openssl-devel libtool-ltdl-devel rabbitmq-server bubblewrap
|
||||
RUN yum -y update && yum -y install openssh-server ansible mg vim tmux git mercurial subversion python-devel python-psycopg2 make postgresql postgresql-devel nginx nodejs python-psutil libxml2-devel libxslt-devel libstdc++.so.6 gcc cyrus-sasl-devel cyrus-sasl openldap-devel libffi-devel zeromq-devel python-pip xmlsec1-devel swig krb5-devel xmlsec1-openssl xmlsec1 xmlsec1-openssl-devel libtool-ltdl-devel rabbitmq-server bubblewrap zanata-python-client gettext
|
||||
RUN pip install virtualenv
|
||||
RUN /usr/bin/ssh-keygen -q -t rsa -N "" -f /root/.ssh/id_rsa
|
||||
RUN mkdir -p /etc/tower
|
||||
|
||||
5
tools/scripts/manage_translations.py
Normal file → Executable file
5
tools/scripts/manage_translations.py
Normal file → Executable file
@@ -194,9 +194,8 @@ if __name__ == "__main__":
|
||||
except OSError as e:
|
||||
if e.errno == os.errno.ENOENT:
|
||||
print('''
|
||||
You need zanata-python-client, install it.
|
||||
1. Install zanata-python-client, use
|
||||
$ dnf install zanata-python-client
|
||||
You need zanata python client, install it.
|
||||
1. Install zanta python client
|
||||
2. Create ~/.config/zanata.ini file:
|
||||
$ vim ~/.config/zanata.ini
|
||||
[servers]
|
||||
|
||||
Reference in New Issue
Block a user