Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-07 | tests: setup-sshd: add test for SSH_KEY env var | Natanael Copa | |
Apparently we can set ssh key via SSH_KEY env var. make sure that it works. | |||
2022-07-06 | setup-alpine: persist root authorized_keys | Nick Hanley | |
2022-07-06 | setup-interfaces: install bonding/bridge pkgs | Natanael Copa | |
The ifupdown-ng implementations are apparently just stubs. Partially reverts commit e9c6302edf1e (setup-interface: avoid install bridge/bonding with ifupdown-ng) | |||
2022-07-05 | setup-interface: avoid install bridge/bonding with ifupdown-ng | Natanael Copa | |
We don't need to install bridge or bonding packages with ifupdown-ng. | |||
2022-07-05 | setup-interfaces: don't install legacy vlan package | Natanael Copa | |
Don't install vlan package if ifupdown-ng package is used. Add tests for this. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10495 | |||
2022-07-05 | setup-interfaces: mock apk add and test that vlan gets installed | Natanael Copa | |
test that vlan gets installed | |||
2022-07-05 | tests: setup-interfaces: add simple test for dhcp | Natanael Copa | |
2022-07-05 | setup-alpine: ask for NTP on qemu without kvm-clock | Natanael Copa | |
Ask for NTP when running qemu, but without kvm-clock source fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10508 | |||
2022-07-04 | setup-alpine: lbu add home directory for created user | Natanael Copa | |
make sure that we include the home directory to created user fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10517 | |||
2022-07-03 | lbu: update include/exclude list paths in usage | Nick Hanley | |
2022-07-01 | setup-interfaces: use fake /sys/class/net for testing | Natanael Copa | |
this fixes the tests so we dont mix with the hosts network interfaces. | |||
2022-07-01 | libalpine.sh: add tests for available_ifaces | Natanael Copa | |
2022-07-01 | tests: libalpine: add tests for isin | Natanael Copa | |
2022-07-01 | setup-user: avoid eternal loop on adduser failure | Natanael Copa | |
Make sure we dont loop forever if adduser fails to create the user. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10519 | |||
2022-07-01 | tests: add fake adduser | Natanael Copa | |
So we can simulate what happens when adduser fails ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10519 | |||
2022-07-01 | setup-alpine: add USERSSHKEY option to answerfile | Natanael Copa | |
Add a variable for user's ssh key, USERSSHKEY. We need this because the key is space separated and we want avoid parse USEROPTS with eval to handle quotes. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10520 | |||
2022-07-01 | setup-alpine: update generated answerfile and add test | Natanael Copa | |
test that the generated answerfile actually is interactive | |||
2022-07-01 | tests: setup-apkcache: add test for 'none' | Natanael Copa | |
2022-07-01 | setup-ntp: fix non-interactive -c option | Natanael Copa | |
We should not prompt user when -c is specified, in which case $1 is empty. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10522 | |||
2022-07-01 | setup-timezone: exit if 'none' is set as timezone | Natanael Copa | |
2022-07-01 | setup-disk: exit if either mode or disk is 'none' | Natanael Copa | |
2022-07-01 | lbu: fix import of libalpine.sh for tests | Natanael Copa | |
2022-06-28 | lbu: add test for add/delete | Natanael Copa | |
2022-06-28 | lbu: add test for lbu list usage | Natanael Copa | |
2022-06-28 | lbu: add test for lbu diff usage | Natanael Copa | |
2022-06-28 | lbu: add tests for lbu exclude usage | Natanael Copa | |
2022-06-28 | lbu: add test for lbu commit usage | Natanael Copa | |
2022-06-28 | lbu: add test for lbu include usage | Natanael Copa | |
2022-06-28 | tests: fix test_usage to accept sub commands | Natanael Copa | |
so we can test things like `lbu commit` | |||
2022-06-28 | lbu: fix usage for top level | Natanael Copa | |
2022-06-28 | setup-user: exit with error if unlocking user fails | Natanael Copa | |
fixes commit 60c9392b6419 (Add -u unlock command to setup-user) | |||
2022-06-28 | tests: add test for setup-user -u | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/72 | |||
2022-06-28 | Add -u unlock command to setup-user | ShaRose | |
Copied from github PR, but add -u so that you can include to forcably unlock the user after creation. Useful for when you want to create a user automatically so they can log in using a passed SSH key (-k), but without a password so they can set up a password after connecting. | |||
2022-06-28 | tests: setup-disk: add test for -m none | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/75 | |||
2022-06-28 | setup-disk: Die if diskless | ShaRose | |
If you pass -m none, just return immediately: For non-interactive diskless setups. | |||
2022-06-28 | tests: setup-keymap: add test for non-interactive 'none' | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/71 | |||
2022-06-28 | setup-keymap: accept 'none' as LAYOUT | Alex Sivchev | |
This allows selecting 'none' via KEYMAPOPTS in answer file. | |||
2022-06-28 | tests: setup-user: add test for -k opt | Natanael Copa | |
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/70 | |||
2022-06-28 | setup-user: fix non-interactive handling of ssh keys url | Maxim Karasev | |
The script referenced the wrong variable. | |||
2022-06-28 | tests: make fake wget to error on missing/or empty url | Natanael Copa | |
2022-06-28 | tests: do not run atf_check in a subshell | Natanael Copa | |
We can not pipe to atf_shell as it will make it run in a subshell and will not handle failures properly. Fixes commit ab67ab0733c2 (setup-proxy: fix empty proxy) | |||
2022-06-28 | gitignore: setup-user | Natanael Copa | |
2022-06-28 | setup-proxy: fix empty proxy | psykose | |
the while loop loops until the value of proxyurl is none or a http*:// scheme. however, when proxyurl is set to 'none', it then gets unset here (`proxyurl= ;`), but the following `if` block checks if it is 'none' and fails, so we configure an empty http_proxy= in the proxy.sh profile script. this is then read by some software, and it causes it to crash. for instance, flatpak via glib reads `http_proxy` from the environment, and an empty variable is illegal. | |||
2022-05-27 | ==== release 3.14.2 ==== | Natanael Copa | |
2022-05-25 | setup-disk: use logical_block_size to calculate ESP size | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/13839 | |||
2022-05-25 | setup-disk: fix whitespace error | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/13861 | |||
2022-05-24 | setup-sshd: fix backwards compat with -c | Natanael Copa | |
Do not enter interactive mode if -c was set, for backwards compatiblity. | |||
2022-05-24 | setup-xen-dom0: add test | Natanael Copa | |
2022-05-23 | Add license file | Natanael Copa | |
2022-05-23 | ==== release 3.14.1 ==== | Natanael Copa | |