1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-08-02 19:40:28 +00:00

*: add an update/restore functionality

This allows for restoring some attributes of files from the state in an
mtree Manifest

Reported-by: Matthew Garrett <Matthewgarrett@google.com>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-08-02 15:57:51 -04:00
parent e359fa7d2d
commit fc5450ed71
Signed by: vbatts
GPG key ID: 10937E57733F1362
10 changed files with 351 additions and 11 deletions

View file

@ -1,6 +1,8 @@
language: go
go:
- 1.7.4
- 1.x
- 1.8.x
- 1.7.x
- 1.6.3
sudo: false