Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-26 | import: make image root directory configurable, instead of hardcoding ↵ | Lennart Poettering | |
/var/lib/container | |||
2014-12-26 | import: properly remove pre-existing images if --force is used | Lennart Poettering | |
2014-12-26 | import: minor improvements to dkr importer | Lennart Poettering | |
2014-12-25 | machined: beef up machined image listing with creation/modification times of ↵ | Lennart Poettering | |
subvolumes We make use of the btrfs subvol crtime for this, and for gpt images of a manually managed xattr, if we can. | |||
2014-12-24 | import: three minor fixes | Lennart Poettering | |
2014-12-24 | import: print friendly error messages on errors | Lennart Poettering | |
2014-12-24 | import: remember when we were finished importing | Lennart Poettering | |
2014-12-24 | import: make the dkr import URL a part of the import object, not the import ↵ | Lennart Poettering | |
name object | |||
2014-12-23 | import: fix compiler warning | Lennart Poettering | |
2014-12-23 | import: rename 'poll-dck' to 'pull-dkr' | Lennart Poettering | |
I figure "pull-dck" is not a good name, given that one could certainly read the verb in a way that might be funny for 16year-olds. ;-) Also, don't hardcode the index URL to use, make it runtime and configure time configurable instead. |