chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d708bba
)
bundles: No, we don't need to delete them, they'll go later
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 23:10:37 +0000
(
00:10
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 23:32:13 +0000
(
00:32
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bundles.rs
patch
|
blob
|
history
diff --git
a/src/bundles.rs
b/src/bundles.rs
index 15fc4ccd70c4baa6277f4e15c60787a6f5100eb5..61695b9972115de3d7e212465d2241729897efa2 100644
(file)
--- a/
src/bundles.rs
+++ b/
src/bundles.rs
@@
-783,7
+783,6
@@
impl InstanceBundles {
Ok(y) => y,
Err(NotBundle(why)) => {
debug!("bundle file {:?} skippping {}", &fpath, why);
- // xxx delete?
continue;
},
};