GCC: Don't try to cancel existing jobs

The GCC machines just append their job to the queue,
and does not seem to support clearing this from SW.
master
Jon Nordby 2014-09-04 15:30:19 +02:00
rodzic 1932eeef9a
commit 6a69b3ed04
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ commands = {
'.drl': 'gerbv "$file"',
'.dxf': 'gedit "$file"',
'.epi': 'printer=laser; lprm -P$printer -; lpr -P$printer "$file"',
'.gcc': 'printer=laser; lprm -P$printer -; lpr -P$printer "$file"',
'.gcc': 'printer=laser; lpr -P$printer "$file"',
'.uni': 'port=/dev/lp0; cat "$file" > $port',
'.stl': 'meshlab "$file"',
'.ord': 'gedit "$file"',