summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/copyfile.py
Commit message (Expand)AuthorAgeFilesLines
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-281-3/+3
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-281-17/+6
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-6/+6
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-141-1/+1
* more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-131-3/+0
* change copyfile cmd line to transmit file contents as binary blobsAdrian Likins2007-10-241-2/+2
* copyfile.py: dont need the parse call hereAdrian Likins2007-10-121-3/+0
* what kind of weird name is "rpath", change to "remotepath"Adrian Likins2007-10-121-2/+2
* add "copyfile" commandline module that knows how to get the localAdrian Likins2007-10-121-0/+79