Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-16 | setup-devd: always perform a coldplug when enabling udev | Laurent Bercot | |
2022-05-13 | release 3.14.0_rc2 | Natanael Copa | |
2022-05-13 | tests: add test for setup-alpine | Natanael Copa | |
2022-05-13 | setup-alpine: fix -h usage text | Natanael Copa | |
2022-05-13 | tests: add test for update-conf | Natanael Copa | |
2022-05-13 | update-conf: fix -h usage message | Natanael Copa | |
2022-05-13 | tests: add test for copy-modloop | Natanael Copa | |
2022-05-13 | copy-modloop: add -h option and usage text | Natanael Copa | |
2022-05-13 | tests: add test for setup-apkrepos | Natanael Copa | |
2022-05-13 | setup-apkrepos: create dir if missing and add mock | Natanael Copa | |
This allows us test it | |||
2022-05-13 | setup-apkrepos: fix -h usage help text | Natanael Copa | |
2022-05-13 | tests: add test for setup-mta | Natanael Copa | |
2022-05-13 | setup-mta: add usage help text | Natanael Copa | |
2022-05-13 | tests: add test for setup-disk | Natanael Copa | |
only test for help text. We test most of the other functionality with the alpine-installer-testsuite. | |||
2022-05-13 | tests: add test for setup-acf | Natanael Copa | |
2022-05-13 | setup-acf: fix -h and usage text | Natanael Copa | |
2022-05-13 | setup-disk: fix -h usage text | Natanael Copa | |
2022-05-13 | setup-apkcache: fix when relative path is specified | Natanael Copa | |
2022-05-13 | tests: add test for setup-apkcache | Natanael Copa | |
2022-05-13 | setup-apkcache: fix various quating issues | Natanael Copa | |
2022-05-13 | setup-apkcache: do no prompt when DIR is specified | Natanael Copa | |
When DIR is specified we run in non-interactive mode and should not block. | |||
2022-05-13 | setup-apkcache: fix usage and -h option | Natanael Copa | |
2022-05-13 | tests: add test for setup-lbu | Natanael Copa | |
2022-05-13 | setup-lbu: create media directory relative ROOT | Natanael Copa | |
2022-05-13 | setup-lbu: fix usage help text | Natanael Copa | |
2022-05-13 | tests: add test for openntpd | Natanael Copa | |
2022-05-13 | setup-ntp: fix usage, and drop -c option | Natanael Copa | |
Let -h return success instead of error. Send usage help to stderr on errors. Use argument instead of option to set the NTP client non-interactivey and make sure it doesn't block. Give proper error message if uinsupported client is specified | |||
2022-05-13 | setup-ntp: only send usage help on error | Natanael Copa | |
send -h to stdout | |||
2022-05-12 | update-kernel.in: pass kernel version to modinfo | Dermot Bradley | |
When modinfo is called to determine firmware ensure the installed kernel version is used, not the running kernel version. Busybox's modinfo recently had "-k" supported added to it. | |||
2022-05-12 | tests: add a few tests for update_kernel | Natanael Copa | |
2022-05-12 | update-kernel: fix usage help text | Natanael Copa | |
send it to stdout with -h | |||
2022-05-12 | Add gitlab CI pipeline | Natanael Copa | |
2022-05-12 | tests: add the missing test_env.sh | Natanael Copa | |
it was missed due to the *.sh in .gitignore | |||
2022-05-12 | tests: setup-proxy: whitespace | Natanael Copa | |
2022-05-12 | tests: add tests for setup-proxy | Natanael Copa | |
2022-05-12 | setup-proxy: fix removal of proxy with 'none' | Natanael Copa | |
Make sure that we remove the proxy with setup-proxy none. Also allow https proxies while at it and mock wget for testing | |||
2022-05-12 | setup-proxy: fix usage | Natanael Copa | |
print usage help text to stderr on invalid option | |||
2022-05-12 | tests: add test for setup-timezone | Natanael Copa | |
2022-05-12 | setup-timezone: fix usage, drop -z option from help | Natanael Copa | |
2022-05-12 | tests: setup-dns add tests for non-interactive | Natanael Copa | |
2022-05-12 | setup-dns: don't prompt for search domain when in non-interactive mode | Natanael Copa | |
2022-05-12 | tests: add simle test for setup-dns | Natanael Copa | |
2022-05-12 | setup-dns: fix exitstatus and usage text for -h | Natanael Copa | |
send usage to std err on invalid option exit with success with -h | |||
2022-05-12 | tests: setup-hostname: add tests for invalid names | Natanael Copa | |
2022-05-12 | setup-hostname: send erro messages to stderr | Natanael Copa | |
2022-05-12 | tests: refactor to de-duplicate code | Natanael Copa | |
Have a shared test_env.sh to de-duplicate code. Add a common test_usage, where we test that: - option -h prints to stdout and exit with success - invalid option prints usage to stderr and exit with error Use a common init_tests and a common atf_init_test_cases Move documenation links to README.md | |||
2022-05-12 | setup-sshd: print usage on invalid option | Natanael Copa | |
2022-05-12 | setup-keymap: print usage on invalid option to stderr | Natanael Copa | |
2022-05-12 | setup-inerfaces: fix usage, make testable | Natanael Copa | |
exit with success with -h send usage text to stderr when invalid option is passed | |||
2022-05-12 | setup-hostname: show usage on stderr on invalid option | Natanael Copa | |