Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding sensible default lookups for container key bash-completion. | Daniel Baumann | 2021-07-26 | 1 | -3/+19 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container get command. | Daniel Baumann | 2021-07-26 | 1 | -0/+22 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming container create command to container build. | Daniel Baumann | 2021-07-26 | 1 | -12/+12 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Harmonizing first line in comments of non-shebang files. | Daniel Baumann | 2021-07-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Handling container run command aequivalent to container enter in ↵ | Daniel Baumann | 2021-06-29 | 1 | -1/+1 |
| | | | | | | bash-completion. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding initial container info command. | Daniel Baumann | 2021-06-29 | 1 | -0/+16 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using https instead of http in all comments. | Daniel Baumann | 2021-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating copyright in bash-completion, it got re-written from scratch years ago. | Daniel Baumann | 2021-04-11 | 1 | -2/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using /var/log/compute-tools instead of /var/log/open-infrastructure. | Daniel Baumann | 2021-04-11 | 1 | -8/+8 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using /usr/share/compute-tools instead of ↵ | Daniel Baumann | 2021-04-11 | 1 | -1/+1 |
| | | | | | | /usr/share/open-infrastructure/container. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using /usr/libexec/container instead of ↵ | Daniel Baumann | 2021-04-11 | 1 | -1/+1 |
| | | | | | | /usr/libexec/open-infrastructure/container. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Moving config files from /etc/open-infrastructure to /etc/compute-tools. | Daniel Baumann | 2021-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Moving command files from /usr/lib to /usr/libexec. | Daniel Baumann | 2021-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating copyright notices for 2021. | Daniel Baumann | 2021-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating copyright notices for 2020. | Daniel Baumann | 2020-01-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding verbose option for container start command. | Daniel Baumann | 2020-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting syntax error in container bash-completion. | Daniel Baumann | 2019-04-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding limit command. | Daniel Baumann | 2019-03-02 | 1 | -0/+15 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding key command. | Daniel Baumann | 2019-03-02 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating list of container shortcut commands. | Daniel Baumann | 2019-03-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing limit command until its completly tested. | Daniel Baumann | 2019-03-02 | 1 | -16/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing key command until its completly tested. | Daniel Baumann | 2019-03-02 | 1 | -6/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using hostname fallback if FQDN is not set. | Daniel Baumann | 2019-02-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming container-tools to compute-tools. | Daniel Baumann | 2019-02-23 | 1 | -12/+11 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container log command. | Daniel Baumann | 2019-02-18 | 1 | -0/+37 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding missing convenience symlinks in bash-completion. | Daniel Baumann | 2019-02-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright notices to 2019. | Daniel Baumann | 2019-02-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating bash-completion to also complete on preseed files in the first ↵ | Daniel Baumann | 2018-05-03 | 1 | -1/+1 |
| | | | | | | level of subdirectories of /etc/container-tools/debconf. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding quotes for consistency in bash-completion. | Daniel Baumann | 2018-05-03 | 1 | -11/+11 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding -v, --verbose option to container-create command to be used e.g. when ↵ | Daniel Baumann | 2018-05-03 | 1 | -1/+1 |
| | | | | | | mass-creating new containers in a row. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright information for 2018. | Daniel Baumann | 2018-02-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding SPDX License Identifiers. | Daniel Baumann | 2017-12-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding ver shortcut for container version command in bash-completion. | Daniel Baumann | 2017-10-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding sh shortcut for shell format in container list command. | Daniel Baumann | 2017-10-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding con shortcut for container console command. | Daniel Baumann | 2017-10-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container key command. | Daniel Baumann | 2017-07-23 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Fixing spelling typo in 'bandwidth'. | Simon Spöhel | 2017-07-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding myself to copyright notice in bash-completion. | Daniel Baumann | 2017-07-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating bash-completion for container top command. | Daniel Baumann | 2017-06-29 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding support for bind-ro nspawn option for read-only bind mounts. | Daniel Baumann | 2017-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Reordering bash-completion to do completion the usual way (by suggesting ↵ | Daniel Baumann | 2017-01-04 | 1 | -129/+81 |
| | | | | | | commands first, then options and finally their arguments, rather than commands and arguments only). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using generic directory instead of local directory for debconf files to ↵ | Daniel Baumann | 2017-01-04 | 1 | -1/+1 |
| | | | | | | bash-complete container create command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding bash-completion for container version command. | Daniel Baumann | 2017-01-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding bash-completion for container move command. | Daniel Baumann | 2017-01-04 | 1 | -0/+20 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding bash-completion for container auto command. | Daniel Baumann | 2017-01-04 | 1 | -0/+10 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding XML export format to container list command. | Daniel Baumann | 2016-12-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding YAML export format to container list command. | Daniel Baumann | 2016-12-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding nwdiag export format to container list command. | Daniel Baumann | 2016-12-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding JSON export format to container list command. | Daniel Baumann | 2016-12-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding CSV export format to container list command. | Daniel Baumann | 2016-12-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |