[26037] in Source-Commits
Re: /svn/athena r25354 - in trunk/debathena/config/printing-config: debathena/printing debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Wed Aug 3 18:21:07 2011
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <alpine.DEB.2.00.1108031757130.16023@tyger.mit.edu>
Date: Wed, 3 Aug 2011 18:20:59 -0400
Cc: source-commits@mit.edu
Message-Id: <FFDBE314-72BE-433A-8E61-0C08202D1F0A@mit.edu>
To: Geoffrey Thomas <geofft@mit.edu>
Content-Transfer-Encoding: 8bit
Built to -dev. This includes 1.24 as well (so please test) (whine at the user if they print to a non-existent hesiod queue)
On Aug 3, 2011, at 5:57 PM, Geoffrey Thomas wrote:
> ACK. If you build to -development I'll take it on Linerva now
>
> --
> Geoffrey Thomas
> geofft@mit.edu
>
> On Wed, 3 Aug 2011, Jonathan D Reed wrote:
>
>> Author: jdreed
>> Date: 2011-08-03 17:46:28 -0400 (Wed, 03 Aug 2011)
>> New Revision: 25354
>>
>> Modified:
>> trunk/debathena/config/printing-config/debathena/printing/lpq.py
>> trunk/debathena/config/printing-config/debian/changelog
>> Log:
>> In printing-config:
>> * Don't trigger the sketchy lpd code for local queues
>>
>>
>> Modified: trunk/debathena/config/printing-config/debathena/printing/lpq.py
>> ===================================================================
>> --- trunk/debathena/config/printing-config/debathena/printing/lpq.py 2011-08-03 19:01:04 UTC (rev 25353)
>> +++ trunk/debathena/config/printing-config/debathena/printing/lpq.py 2011-08-03 21:46:28 UTC (rev 25354)
>> @@ -83,7 +83,7 @@
>> "you should now be using the 'mitprint' queue instead.\n"
>> "See http://mit.edu/printing/pharos for more information.\n\n" % queue))
>>
>> - if system == common.SYSTEM_CUPS and args == []:
>> + if server and system == common.SYSTEM_CUPS and args == []:
>> # CUPS clients before 1.4 and CUPS servers at least 1.4 don't
>> # communicate well about lpq stuff, so just implement RFC 1179 lpq
>> # ourselves since that works
>>
>> Modified: trunk/debathena/config/printing-config/debian/changelog
>> ===================================================================
>> --- trunk/debathena/config/printing-config/debian/changelog 2011-08-03 19:01:04 UTC (rev 25353)
>> +++ trunk/debathena/config/printing-config/debian/changelog 2011-08-03 21:46:28 UTC (rev 25354)
>> @@ -1,3 +1,9 @@
>> +debathena-printing-config (1.25) unstable; urgency=low
>> +
>> + * Don't trigger the sketchy lpd code for local queues
>> +
>> + -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Aug 2011 17:24:42 -0400
>> +
>> debathena-printing-config (1.24) unstable; urgency=low
>>
>> * Pharos is here. Whine at the user if they're doing it wrong.
>>
>>