Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating contact section in manpages. | Daniel Baumann | 2016-11-22 | 17 | -51/+102 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using curl with --fail option to abort in case of server/url errors. | Daniel Baumann | 2016-11-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding runtime detection for http2 option in curl create script. | Daniel Baumann | 2016-11-22 | 1 | -1/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20161112.v20161112 | Daniel Baumann | 2016-11-12 | 2 | -1/+19 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding initial curl container create script. | Daniel Baumann | 2016-11-12 | 4 | -0/+346 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting syntax in usage message of container create scripts. | Daniel Baumann | 2016-11-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Fail to find container in remove command only when both the rootfs and the ↵ | Daniel Baumann | 2016-11-12 | 1 | -1/+1 |
| | | | | | | config are gone already. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using fallback to ifupdown addresses in container list command for container ↵ | Daniel Baumann | 2016-11-12 | 1 | -0/+3 |
| | | | | | | not using networkd yet. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Avoid repeating ipv4 address of the previous container in container list ↵ | Daniel Baumann | 2016-11-12 | 1 | -0/+2 |
| | | | | | | command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating development section in container-tools manpage. | Daniel Baumann | 2016-11-12 | 1 | -3/+8 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container version to ver symlink. | Daniel Baumann | 2016-11-12 | 2 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Ignoring symlinks as container commands in bash-completion. | Daniel Baumann | 2016-11-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding shortcuts for container commands to bash-completion as well. | Daniel Baumann | 2016-11-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing support for Debian 8 (jessie) in debconf container create script. | Daniel Baumann | 2016-11-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20161105.v20161105 | Daniel Baumann | 2016-11-06 | 2 | -1/+23 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container remove to rm symlink. | Daniel Baumann | 2016-11-06 | 2 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container list to ls symlink. | Daniel Baumann | 2016-11-06 | 2 | -0/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Excluding symlinks in container-shell command list. | Daniel Baumann | 2016-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating container list command to use systemd-networkd config instead of ↵ | Daniel Baumann | 2016-11-06 | 1 | -2/+2 |
| | | | | | | ifupdown. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using systemd-networkd in container instead of ifupdown. | Daniel Baumann | 2016-11-06 | 1 | -85/+87 |
| | | | | | Tested-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding mandatory inclusion of /etc/network/interfaces.d files in host-setup ↵ | Daniel Baumann | 2016-11-06 | 1 | -0/+8 |
| | | | | | | documentation, thanks to Richard Nelson <unixabg@gmail.com>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Installing all generic text files as documentation. | Daniel Baumann | 2016-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Installing README.txt into documentation directory. | Daniel Baumann | 2016-11-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Replacing README.txt with a copy of container-tools.7 manpage. | Daniel Baumann | 2016-11-06 | 3 | -115/+5 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing empty line at the end of the changelog file. | Daniel Baumann | 2016-11-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding container enter command. | Daniel Baumann | 2016-11-06 | 5 | -0/+219 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding container limit command. | Daniel Baumann | 2016-11-06 | 5 | -0/+324 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding -f|--force option in container stop command. | Daniel Baumann | 2016-11-06 | 2 | -3/+23 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding container rename command. | Daniel Baumann | 2016-11-06 | 1 | -0/+162 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20161101.v20161101 | Daniel Baumann | 2016-10-25 | 2 | -1/+30 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating asciicast for container-tools version 20161101. | Daniel Baumann | 2016-10-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Improving language of preseed question in debconf script. | Daniel Baumann | 2016-10-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating known limitations in container-tools manpage. | Daniel Baumann | 2016-10-25 | 1 | -1/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating known limitations in README file. | Daniel Baumann | 2016-10-25 | 1 | -1/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting IP address in documentation of a network configuration example. | Daniel Baumann | 2016-10-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing container rename command for LTS version. | Daniel Baumann | 2016-10-25 | 1 | -162/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing -f|--force option in container stop command for LTS version. | Daniel Baumann | 2016-10-25 | 2 | -23/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing container limit command for LTS version. | Daniel Baumann | 2016-10-25 | 5 | -324/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing container enter command for LTS version. | Daniel Baumann | 2016-10-25 | 5 | -219/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating progress-linux archive-key filenames. | Daniel Baumann | 2016-10-25 | 1 | -12/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Automatically adding restricted archive areas for progress-linux extras ↵ | Daniel Baumann | 2016-10-25 | 1 | -4/+24 |
| | | | | | | repositories if non-free is enabled. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Replacing support for Progress Linux 3 (cairon) with Progress Linux 4 (dschinn). | Daniel Baumann | 2016-10-25 | 2 | -8/+8 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Switching default distribution to stretch in container create scripts. | Daniel Baumann | 2016-10-25 | 6 | -12/+12 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing obsolete network configurations in host-setup documentation. | Daniel Baumann | 2016-10-25 | 1 | -6/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing obsolete configuration for network in interfaces of debconf ↵ | Daniel Baumann | 2016-10-25 | 4 | -33/+0 |
| | | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing obsolete configuration for broadcast in interfaces of debconf ↵ | Daniel Baumann | 2016-10-25 | 4 | -33/+0 |
| | | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Switching from ftp.debian.org as default debian mirror to deb.debian.org in ↵ | Daniel Baumann | 2016-10-25 | 6 | -12/+28 |
| | | | | | | | | | debconf script. deb.debian.org offers https, see https://lists.debian.org/debian-devel/2016/10/msg00281.html Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Setting LC_ALL in container-shell. | Daniel Baumann | 2016-10-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using sudo in container-shell. | Daniel Baumann | 2016-10-25 | 4 | -1/+24 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding note about help for individual commands in container-shell program. | Daniel Baumann | 2016-10-25 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |