sigserver: cleanup

Change-Id: I47e840eb30f88289b9567250997ab954b1ccfa83
This commit is contained in:
Brad Fitzpatrick 2012-11-03 21:00:02 +01:00
parent 295cbade1b
commit 73266993ff
1 changed files with 6 additions and 5 deletions

View File

@ -17,19 +17,20 @@ limitations under the License.
package main
import (
"camlistore.org/pkg/auth"
"camlistore.org/pkg/blobref"
"camlistore.org/pkg/httputil"
"camlistore.org/pkg/webserver"
"flag"
"fmt"
"log"
"net/http"
"camlistore.org/pkg/auth"
"camlistore.org/pkg/blobref"
"camlistore.org/pkg/httputil"
"camlistore.org/pkg/webserver"
)
var accessPassword string
var flagPubKeyDir *string = flag.String("pubkey-dir", "test/pubkey-blobs",
var flagPubKeyDir = flag.String("pubkey-dir", "test/pubkey-blobs",
"Temporary development hack; directory to dig-xxxx.camli public keys.")
// TODO: for now, the only implementation of the blobref.Fetcher