Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-05-23 | setup-desktop: mention plasma in usage text | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10513 | |||
2022-05-23 | setup-sshd: fix root login without ssh key | Natanael Copa | |
2022-05-23 | tests: add a fake openrc | Natanael Copa | |
setup-alpine conditionally runs some parts depending on `openrc --sys` output. Add a fake openrc so we can test this in the future. This also fixes the CI which may not have openrc installed. | |||
2022-05-23 | ==== release 3.14.0 ==== | Natanael Copa | |
2022-05-23 | make: rename 'test' target to add 'check' | Natanael Copa | |
2022-05-23 | setup-alpine: add simple test for quick install | Natanael Copa | |
2022-05-23 | setup-{acf,interfaces}: use rc-serivce instead of /etc/init.d | Natanael Copa | |
This makes it possible to test the scripts | |||
2022-05-23 | setup-alpine: rely on PATH for testing | Natanael Copa | |
Assume that PATH is set up properly for testing. This makes it possible to test setup-alpine without installing it with the sbin prefix. | |||
2022-05-23 | setup-alpine: cleanup: remove use of NOCOMMIT | Natanael Copa | |
this was (presumabely) originally intended for testing. We use MOCK instead nowdays. | |||
2022-05-23 | setup-alpine: don't ask for keymap from serial console | Natanael Copa | |
Only ask user for keymap from virtual consoles. | |||
2022-05-23 | setup-disk: retry on password mismatch | Natanael Copa | |
Retry create luks device if the entered password does not match rather than exit with error. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10514 | |||
2022-05-23 | setup-disk: fail early on partition failure | Natanael Copa | |
Fail early if disk is too small or similar | |||
2022-05-23 | tests: setup-user: add test for suggested ssh key url | Natanael Copa | |
2022-05-21 | release 3.14.0_rc8 | Natanael Copa | |
2022-05-21 | setup-user: add magic keywords for fetching ssh keys | Natanael Copa | |
Use al, gh, and gl as magic keywords to suggest url for shs key | |||
2022-05-21 | release 3.14.0_rc7 | Natanael Copa | |
2022-05-21 | setup-sshd: dont ask for root login if user was created | Natanael Copa | |
Don't ask about root login if a user account was created | |||
2022-05-21 | setup-sshd: refactor | Natanael Copa | |
Ask for ssh key in separate question unless PermitRootLogin was set to no. | |||
2022-05-21 | tests: fix interactive test | Natanael Copa | |
apparently atf_check can not run in a subshell so we can not pipe the input. Use a temp file for the answers instead | |||
2022-05-21 | setup-sshd: improve openssh configuration | Natanael Copa | |
Add a '?' option for help Add magic keywords 'al|gh|gl <user>' to suggest gitlab.alpinelinux.org, github.com or gitlab.com URL to user's key. This is to conveniently fetch ssh keys without needing to type long URLs. | |||
2022-05-21 | setup-user: fix typo | Natanael Copa | |