1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-10-04 20:31:02 +00:00

walk: create and insert metadata signature comments

create Entry's for metadata signature that
describes time, machine, date, and user and append these
Entry's to creator.dh.Entries before starting the actual
walk.

Signed-off-by: Stephen Chung <schung@redhat.com>
This commit is contained in:
Stephen Chung 2016-07-11 11:41:42 -04:00
parent 0b85ce1f81
commit 4b3a9bfd02
4 changed files with 71 additions and 3 deletions

View file

@ -75,7 +75,7 @@ func main() {
}
// -p <path>
var rootPath string = "."
var rootPath = "."
if *flPath != "" {
rootPath = *flPath
}