enot icon indicating copy to clipboard operation
enot copied to clipboard

Packages siginig

Open comtihon opened this issue 7 years ago • 1 comments

Packages should be signed, when loading to a remote cache. Sign should be checked, when downloading them.

comtihon avatar May 27 '17 19:05 comtihon

Option1: use simple package's hash On client side:

  • enot should be able to calculate package.ep hash
  • dep can be specified by name/namespace and hash (instead of tag/branch)
  • after downloading package hash should be checked

On server side:

  • enot builder should calculate hashes of packages and store in the database
  • enot builder should be able to find and render package by it's name/namespace and hash

comtihon avatar Feb 18 '18 19:02 comtihon