PLDWWW: Packages/Poldek

glen glen at pld-linux.org
Wed Jun 7 01:34:00 CEST 2006


Author: glen   Date: Tue Jun  6 23:34:00 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Packages/Poldek
---- Log message:


---- Page affected: Packages/Poldek

---- Diffs:

================================================================
  1
  }}}
  
+ == poldek_ts ==
+ poldek_ts(ctx, FLAGS)
+ 
+ where flags can be (from poldek_ts.c::poldek_ts_setf):
+  * POLDEK_TS_INSTALL
+  * POLDEK_TS_UNINSTALL
+  * POLDEK_TS_VERIFY
+ 
+ {{{
+ >>> ts = poldek.poldek_ts(ctx, 0)
+ >>> ts = poldek.poldek_ts(ctx, poldekmod.POLDEK_TS_INSTALL)
+ }}}
  
  == poclidek_ctx ==
  
  {{{
  >>> cctx = poldek.poclidek_ctx(ctx)
+ >>> cmd = cctx.rcmd_new(ts)
  
  }}}
  


More information about the pld-cvs-commit mailing list