Changeset 2448
- Timestamp:
- 09/16/05 15:37:38 (19 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r2444 r2448 1034 1034 wrapper.accounter = openAccounter(wrapper) 1035 1035 wrapper.precomputeJobSize() 1036 wrapper.exportJobInfo() # exports a first time to give hints to external scripts 1036 1037 wrapper.overwriteJobAttributes() 1037 wrapper.exportJobInfo() 1038 wrapper.exportJobInfo() # re-exports in case it was overwritten 1038 1039 retcode = wrapper.mainWork() 1039 1040 except SystemExit, e : -
pykota/trunk/NEWS
r2447 r2448 24 24 - 1.23alpha29 : 25 25 26 - Exports some environment variables earlier, to render the script 27 launched by the overwrite_jobticket directive more powerful. 28 26 29 - Now autopykota also creates print quota entries for the user on the 27 30 printers groups the current printer is a member of.