Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing machine-id from cache to fix re-using it amongst all generated ↵ | Daniel Baumann | 2022-10-15 | 1 | -0/+3 |
| | | | | | | containers, thanks to Sakirnth Nagarasa <sakirnth@debian.org>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20221002.v20221002 | Daniel Baumann | 2022-10-02 | 2 | -1/+13 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Also passing root as sandbox user to mmdebstrap in build scripts. | Daniel Baumann | 2022-10-02 | 2 | -2/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Also passing explicit directory output-format to mmdebstrap in build scripts. | Daniel Baumann | 2022-10-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting distclean target in makefile. | Daniel Baumann | 2022-10-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Replacing explicit container command with variable in container main wrapper. | Daniel Baumann | 2022-10-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating license with newer GPL-3 version containing https instead of http ↵ | Daniel Baumann | 2022-10-02 | 1 | -4/+4 |
| | | | | | | links. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding force and interactive options to container restart command. | Daniel Baumann | 2022-09-17 | 2 | -3/+40 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220721.v20220721 | Daniel Baumann | 2022-07-21 | 2 | -1/+11 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding lazy detection in container info command for Debian 12 (booworm). | Daniel Baumann | 2022-07-21 | 1 | -0/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Handling multiple IP addresses in container info command the same way for ↵ | Daniel Baumann | 2022-07-21 | 1 | -2/+2 |
| | | | | | | stopped containers as for started ones. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting container info command to report IP addresses of stopped container. | Daniel Baumann | 2022-07-21 | 1 | -4/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Returning all ip addresses in cnt info command. | Daniel Baumann | 2022-07-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220704.v20220704 | Daniel Baumann | 2022-07-04 | 2 | -1/+10 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Reverting adding LinkLocalAddressing=no to ipv6 interfaces as its only ↵ | Daniel Baumann | 2022-07-04 | 1 | -2/+0 |
| | | | | | | desirable on container bridges but breaks a few other things in normal containers. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating links about related articles in compute-tools manpage. | Daniel Baumann | 2022-07-04 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding release related targets in Makefile. | Daniel Baumann | 2022-07-04 | 1 | -1/+25 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220605.v20220605 | Daniel Baumann | 2022-06-05 | 2 | -1/+18 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Setting default for cnt.auto to last-on in debconf build scripts. | Daniel Baumann | 2022-06-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Automatically restoring previous state after reboot by using ↵ | Daniel Baumann | 2022-06-05 | 3 | -18/+60 |
| | | | | | | last-on/last-off config options, thanks to Sakirnth Nagarasa <sakirnth@gmail.com> for the use-case and idea. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Tracking container state in run files in /var/lib/compute-tools. | Daniel Baumann | 2022-06-05 | 2 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming force option in container stop command to kill in order to properly ↵ | Daniel Baumann | 2022-06-05 | 5 | -8/+28 |
| | | | | | | separate the three different stop modi (interactive, force, kill). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding default interactive mode for container stop command. | Daniel Baumann | 2022-06-05 | 3 | -4/+31 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using variables in directory paths in container key command. | Daniel Baumann | 2022-06-05 | 1 | -4/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting container status bash-completion to complete on all containers ↵ | Daniel Baumann | 2022-06-05 | 1 | -1/+1 |
| | | | | | | rather than only stopped ones. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220604.v20220604 | Daniel Baumann | 2022-06-04 | 2 | -1/+11 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding LinkLocalAddressing=no to ipv6 interfaces. | Daniel Baumann | 2022-06-04 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding new 'stub' network interface method in debconf build-script, thanks ↵ | Daniel Baumann | 2022-06-04 | 3 | -2/+47 |
| | | | | | | to Sakirnth Nagarasa <sakirnth@gmail.com> for the use-case and idea. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding missing dhcp option in select question of the debconf build script. | Daniel Baumann | 2022-06-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding --name option in container-info manpage. | Daniel Baumann | 2022-05-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220522.v20220522 | Daniel Baumann | 2022-05-22 | 2 | -1/+8 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Fixing copy&paste mistake in systemd-network run-files handling. | Daniel Baumann | 2022-05-22 | 1 | -7/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220509.v20220509 | Daniel Baumann | 2022-05-09 | 2 | -1/+8 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting wrong preseed-file handling for new links directory in container ↵ | Daniel Baumann | 2022-05-09 | 1 | -1/+1 |
| | | | | | | build script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220508.v20220508 | Daniel Baumann | 2022-05-08 | 2 | -1/+12 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Explicitly prefering links subdirectory over other locations withint debconf ↵ | Daniel Baumann | 2022-05-08 | 1 | -3/+10 |
| | | | | | | hierarchy in debconf build scripts. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Excluding /etc/compute-tools/debconf/links from being shown in preseed file ↵ | Daniel Baumann | 2022-05-08 | 1 | -2/+3 |
| | | | | | | selection dialog to declutter automatization symlinks from real templates. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using versioned sort when sorting debconf templates. | Daniel Baumann | 2022-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding comments about debconf hierarchy in debconf build script. | Daniel Baumann | 2022-05-08 | 1 | -0/+9 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting off-by-one error when warning about too long veth interface names ↵ | Daniel Baumann | 2022-05-08 | 1 | -2/+2 |
| | | | | | | in container start commend. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220505.v20220505 | Daniel Baumann | 2022-05-05 | 2 | -1/+13 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding old ifupdown documentation for the time being. | Daniel Baumann | 2022-05-05 | 2 | -3/+236 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Supporting both ifupdown and systemd-networkd for the time being, depending ↵ | Daniel Baumann | 2022-05-05 | 2 | -4/+50 |
| | | | | | | on the existence of /etc/network/interfaces. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Showing all IP address for stopped containers in container list command. | Daniel Baumann | 2022-05-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating copyright notices for 2022. | Daniel Baumann | 2022-05-01 | 64 | -64/+64 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting wrong shortlink for container restart command (rs instead of rt). | Daniel Baumann | 2022-05-01 | 2 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container rebuild command. | Daniel Baumann | 2022-05-01 | 6 | -1/+266 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20220430.v20220430 | Daniel Baumann | 2022-04-30 | 2 | -1/+12 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Listing all IP addresses in container list command. | Daniel Baumann | 2022-04-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Actually passing through SSH_CLIENT variable to enable powerline-prompt in ↵ | Daniel Baumann | 2022-04-30 | 1 | -1/+1 |
| | | | | | | container enter command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |