Conditionalize that so I can debug in stg.
This commit is contained in:
parent
6750a233fd
commit
0e2ee11f58
1 changed files with 11 additions and 9 deletions
|
@ -131,15 +131,17 @@ if __name__ == '__main__':
|
||||||
(pkg, ACTIVE[branch])
|
(pkg, ACTIVE[branch])
|
||||||
)
|
)
|
||||||
|
|
||||||
## While we debug this issue in stg
|
{% if env == 'staging' %}
|
||||||
# print ''
|
# While we debug this issue in stg
|
||||||
# print 'repo %s%s' % (key, pkg)
|
print ''
|
||||||
# print '\n'.join(buffer)
|
print 'repo %s%s' % (key, pkg)
|
||||||
# for reserved in RESERVED:
|
print '\n'.join(buffer)
|
||||||
# print ' - %s = @all' % reserved
|
for reserved in RESERVED:
|
||||||
# print ' RWC refs/tags/ = %s' % ' '.join(writers)
|
print ' - %s = @all' % reserved
|
||||||
# if masters:
|
print ' RWC refs/tags/ = %s' % ' '.join(writers)
|
||||||
# print ' RWC = %s' % ' '.join(masters)
|
if masters:
|
||||||
|
print ' RWC = %s' % ' '.join(masters)
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Bring backward compatibility while we keep the symlinks in place
|
# Bring backward compatibility while we keep the symlinks in place
|
||||||
# from the old to the new locations.
|
# from the old to the new locations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue