Solomon Hykes
|
78ef0bd998
|
Merge pull request #6 from alexlarsson/fix-ApplyLayer-remove
archive.ApplyLayer() remove files recursively
|
2013-11-08 11:46:55 -08:00 |
|
Solomon Hykes
|
99210c9c6e
|
Don't rely on drivers for diff and export
|
2013-11-08 02:48:52 +00:00 |
|
Solomon Hykes
|
9ae4bcaaf8
|
Move Change to the archive package, and fix a leftover merge in
Container.Inject()
|
2013-11-08 00:45:07 +00:00 |
|
Solomon Hykes
|
f1127b9308
|
gofmt
|
2013-11-07 23:58:03 +00:00 |
|
Alexander Larsson
|
484804abff
|
archive.ApplyLayer() remove files recursively
Some aufs metadata are directories, and whiteouts can be for
directories, so use os.RemoveAll() for these.
|
2013-11-07 22:46:44 +01:00 |
|
Solomon Hykes
|
318dd33fb7
|
archive.ApplyLayer(): parse a tar archive as a standard aufs-compatible diff, and apply it on a directory
|
2013-11-01 05:06:35 +00:00 |
|
Solomon Hykes
|
36c7a7ae94
|
Partial merge of devmapper/ in order to integrate it as a backend
plugin.
The merge is inert, in other words the devmapper code is not called
and the primary aufs backend is untouched.
|
2013-11-01 04:24:17 +00:00 |
|
Michael Crosby
|
96d1e9bb5a
|
Move archive.go to sub package
|
2013-10-31 16:57:45 -07:00 |
|