summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-13tests: add test for update-confNatanael Copa
2022-05-13update-conf: fix -h usage messageNatanael Copa
2022-05-13tests: add test for copy-modloopNatanael Copa
2022-05-13copy-modloop: add -h option and usage textNatanael Copa
2022-05-13tests: add test for setup-apkreposNatanael Copa
2022-05-13setup-apkrepos: create dir if missing and add mockNatanael Copa
This allows us test it
2022-05-13setup-apkrepos: fix -h usage help textNatanael Copa
2022-05-13tests: add test for setup-mtaNatanael Copa
2022-05-13setup-mta: add usage help textNatanael Copa
2022-05-13tests: add test for setup-diskNatanael Copa
only test for help text. We test most of the other functionality with the alpine-installer-testsuite.
2022-05-13tests: add test for setup-acfNatanael Copa
2022-05-13setup-acf: fix -h and usage textNatanael Copa
2022-05-13setup-disk: fix -h usage textNatanael Copa
2022-05-13setup-apkcache: fix when relative path is specifiedNatanael Copa
2022-05-13tests: add test for setup-apkcacheNatanael Copa
2022-05-13setup-apkcache: fix various quating issuesNatanael Copa
2022-05-13setup-apkcache: do no prompt when DIR is specifiedNatanael Copa
When DIR is specified we run in non-interactive mode and should not block.
2022-05-13setup-apkcache: fix usage and -h optionNatanael Copa
2022-05-13tests: add test for setup-lbuNatanael Copa
2022-05-13setup-lbu: create media directory relative ROOTNatanael Copa
2022-05-13setup-lbu: fix usage help textNatanael Copa
2022-05-13tests: add test for openntpdNatanael Copa
2022-05-13setup-ntp: fix usage, and drop -c optionNatanael 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-13setup-ntp: only send usage help on errorNatanael Copa
send -h to stdout
2022-05-12update-kernel.in: pass kernel version to modinfoDermot 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-12tests: add a few tests for update_kernelNatanael Copa
2022-05-12update-kernel: fix usage help textNatanael Copa
send it to stdout with -h
2022-05-12Add gitlab CI pipelineNatanael Copa
2022-05-12tests: add the missing test_env.shNatanael Copa
it was missed due to the *.sh in .gitignore
2022-05-12tests: setup-proxy: whitespaceNatanael Copa
2022-05-12tests: add tests for setup-proxyNatanael Copa
2022-05-12setup-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-12setup-proxy: fix usageNatanael Copa
print usage help text to stderr on invalid option
2022-05-12tests: add test for setup-timezoneNatanael Copa
2022-05-12setup-timezone: fix usage, drop -z option from helpNatanael Copa
2022-05-12tests: setup-dns add tests for non-interactiveNatanael Copa
2022-05-12setup-dns: don't prompt for search domain when in non-interactive modeNatanael Copa
2022-05-12tests: add simle test for setup-dnsNatanael Copa
2022-05-12setup-dns: fix exitstatus and usage text for -hNatanael Copa
send usage to std err on invalid option exit with success with -h
2022-05-12tests: setup-hostname: add tests for invalid namesNatanael Copa
2022-05-12setup-hostname: send erro messages to stderrNatanael Copa
2022-05-12tests: refactor to de-duplicate codeNatanael 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-12setup-sshd: print usage on invalid optionNatanael Copa
2022-05-12setup-keymap: print usage on invalid option to stderrNatanael Copa
2022-05-12setup-inerfaces: fix usage, make testableNatanael Copa
exit with success with -h send usage text to stderr when invalid option is passed
2022-05-12setup-hostname: show usage on stderr on invalid optionNatanael Copa
2022-05-12tests: move atf_init_test_cases to the topNatanael Copa
Makes it more visible.
2022-05-12tests: add test for setup-devdNatanael Copa
only test the help text for now
2022-05-12setup-devd: fix usage textNatanael Copa
remove the prog prefix so we are consistent with the other scripts.
2022-05-12setup-devd: make script testable, fix -h usage optionNatanael Copa
Don't exit with error with -h specified. Send usage text to stderr when there is a bad option