mirror of https://github.com/perkeep/perkeep.git
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
This commit is contained in:
commit
30db98e465
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue