#14 closed defect (fixed)
gbrm should be able to accept multiple job names
Reported by: | jhamrick | Owned by: | broglek |
---|---|---|---|
Priority: | minor | Component: | client |
Keywords: | Cc: |
Description
You can currently only cancel a single job at a time, or /all/ jobs, which is not always very desirable. If you try to use regexes it errors out:
jhamrick@blueberry-meringue:~/media/music/Sublime/40 oz. to Freedom$ gbrm sipbmp3 576[5-9]
Argument "576[5-9]" isn't numeric in subroutine entry at /mit/gutenbach/arch/i386_deb50/perl/lib/perl5/Net/CUPS/Destination.pm line 1082.
Argument "576[5-9]" isn't numeric in subroutine entry at /mit/gutenbach/arch/i386_deb50/perl/lib/perl5/Net/CUPS/Destination.pm line 1047.
Use of uninitialized value $title in concatenation (.) or string at /mit/gutenbach/arch/i386_deb50/bin/gbrm.real line 68.
Canceled job (id 576[5-9])
If you try multiple jobs, it only cancels the first one:
jhamrick@blueberry-meringue:~/media/music/Sublime/40 oz. to Freedom$ gbrm sipbmp3 5765 5766
Canceled job '40oz. To Freedom - Sublime - 40 oz. to Freedom' (id 5765)
Change History (3)
comment:1 Changed 14 years ago by broglek
- Owner set to broglek
- Status changed from new to accepted
comment:2 Changed 14 years ago by broglek
- Resolution set to fixed
- Status changed from accepted to closed
Fixed in commit 335786f