Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-24 | setup-*: use fake apk instead of $MOCK apk | Natanael Copa | |
2022-11-08 | setup-timezone: fix listing of sub-timezones | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10538 | |||
2022-11-08 | setup-timezone: run apk with --no-progress | Jakub Jirutka | |
2022-11-08 | setup-timezone: exit with 1 if failed to install tzdata | Jakub Jirutka | |
2022-11-08 | setup-timezone: exit with 1 on invalid timezone | Jakub Jirutka | |
2022-11-08 | setup-timezone: use trap to uninstall tzdata | Jakub Jirutka | |
2022-07-01 | setup-timezone: exit if 'none' is set as timezone | Natanael Copa | |
2022-05-18 | setup-timezone: make -z backwards compatible | Oliver Smith | |
Since -z is still present in getopts parsing, it looks like the removal of the option was supposed to be backwards compatible. Fix the code to make it so. Fixes: 31e63870 ("setup-timezone: fix usage, drop -z option from help") | |||
2022-05-18 | setup-timezone: add test | Natanael Copa | |
Make it testable | |||
2022-05-12 | setup-timezone: fix usage, drop -z option from help | Natanael Copa | |
2022-03-16 | fix PREFIX in *.in | Nick Hanley | |
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts. | |||
2021-01-08 | setup-timezone: use ask for consistency | Natanael Copa | |
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2015-08-10 | setup-timezone: fix use of -z option | Natanael Copa | |
ref #4518 | |||
2014-06-11 | setup-timezone: move /etc/zoneinfo/localtime to /etc/localtime | Natanael Copa | |
This is what upstream musl does. | |||
2014-04-23 | setup-timezone: force install virtual package | Natanael Copa | |
This is to avoid the message: ERROR: You tried to add a non-repository package to system, but it would be lost on next reboot. Enable package caching (apk cache --help) or use --force if you know what you are doing. | |||
2014-04-23 | fix permissions | Natanael Copa | |
2014-04-23 | setup-timezone: code cleanup. rename zonepath to timezone | Natanael Copa | |
2014-04-23 | setup-timezone: refactor. -i for install all tzdata and -k for keep copies | Natanael Copa | |
By default we copy the tzdata file to /etc/zoneinfo and symlink to our copy. We also purge all previously copied timezones unless -k is given. If -i is specified, then will the tzdata apk package stay and the symlink will point to /usr/share/zoneinfo/... instead of a copy in /etc/zoneinfo/ | |||
2014-04-23 | setup-timezone: use /usr/zoneinfo/localtime instead of /etc/TZ | Natanael Copa | |
musl uses /etc/zoneinfo/localtime ref #927 fixes #2867 | |||
2014-04-23 | setup-timezone: rename 'folder' to 'directory' | Natanael Copa | |
This is unix... | |||
2014-04-23 | setup-timezone: remove -p <POSIXTZ> option | Natanael Copa | |
2013-08-13 | setup-timezone: fix bug in getopts parsing | Eivind Uggedal | |
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2013-05-29 | setup-timezone: fix typo | Yves Schumann | |
- Removed obsolete modifier - Fixed typo | |||
2011-09-09 | minor typo correction in setup-timezone.in | Jeremy Thomerson | |
2011-08-05 | setup-timezone: command line options for posixtz format and tzdata format | Jeff Bilyk | |
2011-04-14 | setup-disk, setup-timezone: improved messages | Matt Smith | |
2011-04-07 | setup-timezone: abort if tzdata does not install | Natanael Copa | |
2011-03-16 | setup-timezone: rewrite | Natanael Copa | |
2011-03-03 | setup-timezone: minor fixes | Natanael Copa | |
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line | |||
2011-02-26 | setup-timezone: initial version of script | Jeff Bilyk | |
initial cut at a setup-timezone script |