Searched refs:nasty (Results 1 - 2 of 2) sorted by relevance

/pkg/src/
H A Ddepot.py158 [--mirror] [--nasty] [--nasty-sleep] [--proxy-base url]
209 --nasty Instruct the server to misbehave. At random intervals
212 takes a value (1 to 100) for how nasty the server
214 --nasty-sleep In nasty mode (see --nasty), how many seconds to
267 nasty = False variable
270 ivalues = { "pkg": {}, "nasty": {} }
296 "llmirror", "mirror", "nasty
[all...]
/pkg/src/modules/server/
H A Ddepot.py1489 # Just roll the main nasty dice once.
1540 int(dconf.get_property("nasty", "nasty_level"))
1542 int(dconf.get_property("nasty", "nasty_sleep"))
1548 cherrypy.log("NASTY nasty={0:d}, nasty_sleep={1:d}".format(
1655 def nasty(self, *tokens): member in class:NastyDepotHTTP
1667 nasty._cp_config = { "tools.nasty_before.on": False }
1698 versions = "pkg-server {0}-nasty\n".format(pkg.VERSION)
1916 but behaves in a nasty manner."""
2219 cfg.PropertySection("nasty", [

Completed in 630 milliseconds