Skip to content
This repository has been archived by the owner. It is now read-only.

Remove types.db #4

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add some forgotten documentation, rename stat

  • Loading branch information
Corry Haines
Corry Haines committed Aug 26, 2011
commit 37a270af72eeafb8ae6ad455406bb0d817306af1
@@ -81,8 +81,9 @@ var request_handler = function(request, response) {
var name_parts = name.replace(/\./g, "_").replace(/\//g, ".").split(".");

// Start to construct the new name
var rebuild = ["agents"]
var rebuild = ["hosts"]

// Strip off the domain name of the host
var host = name_parts[0].split(/_/)[0]
rebuild = rebuild.concat(host)

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.