mirror of https://github.com/perkeep/perkeep.git
old TODOs
Change-Id: Ifa8877f594e65e081536b97f536106301f5c9836
This commit is contained in:
parent
507ea419a9
commit
83ce85b59f
|
@ -165,8 +165,6 @@ func findGoPathPackage(pkg string) string {
|
|||
}
|
||||
|
||||
func NewIndexDeps(index *index.Index) *IndexDeps {
|
||||
// TODO(mpl): do better than the quick hack with the testdata symlink when things
|
||||
// have settled regarding the organization of the packages.
|
||||
secretRingFile := filepath.Join(findGoPathPackage("camlistore.org"), "pkg", "jsonsign", "testdata", "test-secring.gpg")
|
||||
pubKey := &test.Blob{Contents: `-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
|
|
|
@ -184,7 +184,6 @@ func (de *dirEntry) Symlink() (Symlink, error) {
|
|||
// NewDirectoryEntry takes a Superset and returns a DirectoryEntry if
|
||||
// the Supserset is valid and represents an entry in a directory. It
|
||||
// must by of type "file", "directory", or "symlink".
|
||||
// TODO(mpl): symlink
|
||||
// TODO: "fifo", "socket", "char", "block", probably. later.
|
||||
func NewDirectoryEntry(fetcher blobref.SeekFetcher, ss *Superset) (DirectoryEntry, error) {
|
||||
if ss == nil {
|
||||
|
|
Loading…
Reference in New Issue