Try fixing indentation

This commit is contained in:
Pierre-Yves Chibon 2014-09-10 12:08:45 +02:00
parent a5254ba79b
commit 13465f6a0d

View file

@ -33,11 +33,11 @@ if __name__ == '__main__':
RESERVED = ['f[0-9][0-9]', 'epel[0-9]', 'epel[0-9][0-9]', 'el[0-9]', 'olpc[0-9]'] RESERVED = ['f[0-9][0-9]', 'epel[0-9]', 'epel[0-9][0-9]', 'el[0-9]', 'olpc[0-9]']
# Read the ACL information from the packageDB # Read the ACL information from the packageDB
{% if env == 'staging' %} {% if env == 'staging' %}
url = 'https://admin.stg.fedoraproject.org/pkgdb/api/vcs?format=json' url = 'https://admin.stg.fedoraproject.org/pkgdb/api/vcs?format=json'
{% else %} {% else %}
url = 'https://admin.fedoraproject.org/pkgdb/api/vcs?format=json' url = 'https://admin.fedoraproject.org/pkgdb/api/vcs?format=json'
{% endif %} {% endif %}
data = requests.get(url).json() data = requests.get(url).json()
# Get a list of all the packages # Get a list of all the packages