Changeset 2448

Show
Ignore:
Timestamp:
09/16/05 15:37:38 (19 years ago)
Author:
jerome
Message:

Exports the environment earlier to give hints to external scripts

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2444 r2448  
    10341034            wrapper.accounter = openAccounter(wrapper) 
    10351035            wrapper.precomputeJobSize() 
     1036            wrapper.exportJobInfo() # exports a first time to give hints to external scripts  
    10361037            wrapper.overwriteJobAttributes() 
    1037             wrapper.exportJobInfo() 
     1038            wrapper.exportJobInfo() # re-exports in case it was overwritten 
    10381039            retcode = wrapper.mainWork() 
    10391040        except SystemExit, e :     
  • pykota/trunk/NEWS

    r2447 r2448  
    2424    - 1.23alpha29 : 
    2525     
     26        - Exports some environment variables earlier, to render the script 
     27          launched by the overwrite_jobticket directive more powerful. 
     28           
    2629        - Now autopykota also creates print quota entries for the user on the 
    2730          printers groups the current printer is a member of.