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:
parent
0b85ce1f81
commit
4b3a9bfd02
4 changed files with 71 additions and 3 deletions
|
@ -75,7 +75,7 @@ func main() {
|
|||
}
|
||||
|
||||
// -p <path>
|
||||
var rootPath string = "."
|
||||
var rootPath = "."
|
||||
if *flPath != "" {
|
||||
rootPath = *flPath
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue