Merge "Add redhat mapping from tftpd-hpa to tftp-server"

This commit is contained in:
Jenkins 2013-10-25 11:24:20 +00:00 committed by Gerrit Code Review
commit 0e4ddaa586
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ package_map = {
'libmysql-java' : 'mysql-connector-java',
'default-jre' : 'java',
'atftpd' : 'tftp-server',
'tftpd-hpa' : 'tftp-server',
'apache2': 'httpd',
'libapache2-mod-wsgi': 'mod_wsgi',
}

View File

@ -27,6 +27,7 @@ package_map = {
'openssh-client': 'openssh-clients',
'default-jre': 'java-1.7.0-openjdk',
'atftpd': 'tftp-server',
'tftpd-hpa' : 'tftp-server',
}
for arg in sys.argv[1:]: