Hey all,<br>I got a little annoyed with the fact that applications were hard coded into the tc-generator I sent out last week, so I changed it up real fast to read applications from a plaintext file.<br><br>Usage:<br>/path/to/tc-generator.py <sites.xml file> <apps.txt file><br>
<br>sites.xml looks as usual, apps.txt should just be a list of applications like so:<br><br>app_name /path/to/app<br><br>Don't use any spaces in the app_name or in the path, and everything is cool. For reference, here's the apps.txt I'm working with right now:<br>
echo /bin/echo<br>cat /bin/cat<br>ls /bin/ls<br>grep /bin/grep<br>sort /bin/sort<br>paste /bin/paste<br><br>Mihael: If you explain how to work the tc specification into the sites.xml file (I assume it involves mucking with swift itself?), I can update this tool for that.<br>
<br>David: Let me know how you want to go about merging this into swiftconfig. Perhaps swiftconfig should just call this? Let me know what you think.<br><br>Let me know if anyone has any problems with this.<br clear="all">
<br>Arjun Comar, Rose-Hulman '12<br>