blob: 6e17aa486bec79bfc695f18067167c6dc153cfd0 [file] [log] [blame]
#!/usr/bin/env python
#
# Post-symbol upload script.
#
# This script is run on dm-symbolpush01 after symbols are uploaded
# from build slaves. Currently it's a no-op, but it will be modified
# to convert symbols to a different format in the very near future.
if __name__ == '__main__':
pass