Advertisement
Guest User

Untitled

a guest
Oct 11th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1.       factory.addStep(hacks.DwBlocker(
  2.                 upstreamSteps= ((source_builder_string,'tarball'),),
  3.                 name = "tarball",
  4.                 timeout = 10,
  5.                 idlePolicy = "ignore",
  6.                 flunkOnFailure = False,
  7.                 haltOnFailure = False,
  8.             )
  9.         )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement