Merge branch 'master' of ssh://camlistore.org:29418/camlistore

This commit is contained in:
Brad Fitzpatrick 2013-02-03 22:28:18 -08:00
commit 30db98e465
1 changed files with 0 additions and 1 deletions

View File

@ -615,7 +615,6 @@ func (up *Uploader) uploadNodeRegularFile(n *node) (*client.PutResult, error) {
go func(tag string) { go func(tag string) {
m := schema.NewAddAttributeClaim(permaNode.BlobRef, "tag", tag) m := schema.NewAddAttributeClaim(permaNode.BlobRef, "tag", tag)
m.SetClaimDate(claimTime) m.SetClaimDate(claimTime)
// TODO(mpl): verify that SetClaimDate does modify the GPG signature date of the claim
signed, err := up.SignBlob(m, claimTime) signed, err := up.SignBlob(m, claimTime)
if err != nil { if err != nil {
errch <- fmt.Errorf("Failed to sign tag claim for node %v: %v", n, err) errch <- fmt.Errorf("Failed to sign tag claim for node %v: %v", n, err)