Commit Graph

7589 Commits

Author SHA1 Message Date
Tom Keffer
84d44f5faf Merge remote-tracking branch 'origin/development' into development 2024-01-10 07:38:09 -08:00
Tom Keffer
1555627b8b Add some overlooked changes to the log. 2024-01-10 07:37:35 -08:00
matthew wall
11680181b4 fix broken links 2024-01-10 10:30:21 -05:00
matthew wall
897176563b added link to FAQ in troubleshooting 2024-01-10 09:48:05 -05:00
matthew wall
17935d583e my english good not so is today 2024-01-10 09:37:34 -05:00
matthew wall
e2566e3375 remove the mysql prompt, otherwise the copy is kinda useless 2024-01-10 09:28:19 -05:00
matthew wall
233f54fdc1 promote each step to heading so that we get a toc for the page. remove unnecessary indents. 2024-01-10 09:26:31 -05:00
matthew wall
d69b3144da keep the mysql/mariadb instructions together 2024-01-10 09:10:29 -05:00
matthew wall
f7fea98eae suggest ps top htop 2024-01-10 08:54:12 -05:00
matthew wall
9fe9441c41 merge changes from origin 2024-01-10 08:53:31 -05:00
matthew wall
7e2e8a32aa improved table format for pip locations. per-platform status instructions. 2024-01-10 08:45:40 -05:00
Tom Keffer
87f542168c Make StdWXCalculate swallows TypeError and NameError exceptions.
This is the V4 and earlier behavior.

The code was failing with partial packets because it was insisting on
all variables being present in every packet.
2024-01-09 16:37:58 -08:00
Tom Keffer
7e8d8d74a8 Fix test suites to use read_config(). 2024-01-09 14:41:06 -08:00
Tom Keffer
c666f66cae Use read_config, even when upgrading. 2024-01-09 14:13:14 -08:00
Tom Keffer
125caebf77 Correctly detect a downloaded zip file
Add regression test.

Fixes issue #916
2024-01-09 13:05:10 -08:00
Matthew Wall
d173aa4ae1 provide more direction in the report section of monitoring 2024-01-09 13:07:07 -05:00
Matthew Wall
078fbb3720 forgot to add the parameterized repo files 2024-01-09 12:56:05 -05:00
Matthew Wall
c068f6fefe make sysv and bsd tabs consistent 2024-01-09 12:55:52 -05:00
Matthew Wall
6dd2efb65f make platform tabs consistent 2024-01-09 12:35:56 -05:00
Matthew Wall
db75a69cc4 clarify bsd pillow problem 2024-01-09 12:32:57 -05:00
Matthew Wall
c752a2998e simplify the yum/zypper repo files and instructions. enable gpgcheck for yum/zypper repos. 2024-01-09 12:23:12 -05:00
Matthew Wall
c25ae68de5 note about ensuring sha256 when signing packages 2024-01-08 23:30:19 -05:00
matthew wall
c31f57ecb9 update package changelogs for the rev2 release v5.0.0rc3p1 2024-01-08 14:45:11 -05:00
matthew wall
18654ee570 set permissions and ownership on database and reports directories unconditionally 2024-01-08 00:43:50 -05:00
Tom Keffer
5472b4e308 Get rid of a couple of images that are not needed
Speeds up test suites
2024-01-07 17:32:43 -08:00
matthew wall
4378aa6ae6 clarify daemon configuration 2024-01-07 14:22:57 -05:00
matthew wall
e932fa94ef platform changelogs to 5.0.0rc3 v5.0.0rc3 2024-01-07 13:33:20 -05:00
matthew wall
46884349d2 bump to 5.0.0rc3 2024-01-07 13:32:17 -05:00
Matthew Wall
3389e900ae defaults are generated on the fly now, not from template 2024-01-07 13:09:42 -05:00
Matthew Wall
04551c496f update the upgrade guide and changes 2024-01-07 12:58:43 -05:00
Matthew Wall
f581efd8ba move /etc/default/weewx to post 2024-01-07 12:22:05 -05:00
Tom Keffer
0c8ab8c699 Allow the user to override USER_ROOT. 2024-01-07 08:05:16 -08:00
Tom Keffer
c9bd7a153c Set USER_DIR to '/etc/weewx/bin/user' if WEEWX_ROOT is '/'
Allows user extensions to be found for pre-V5 package installations.
2024-01-07 08:02:32 -08:00
Tom Keffer
56885c22ac Eliminate unused versionn of extract_roots() 2024-01-07 08:00:45 -08:00
Matthew Wall
2d5e8d1829 no need for cat before sed 2024-01-07 09:04:37 -05:00
Matthew Wall
076aa258aa do not do runtime patching of weewx.conf for /-to-/etc/weewx 2024-01-07 08:39:48 -05:00
Matthew Wall
333efa44f0 forgot to remove no-prompt from station upgrade invocation 2024-01-07 08:37:27 -05:00
Matthew Wall
bc08b8d486 align debian install/configure functions with rpm 2024-01-07 01:14:07 -05:00
Matthew Wall
c50f1685dc debian says no escape codes in sh script (only bash?). lintian tweaks. 2024-01-07 01:13:19 -05:00
Matthew Wall
7345c79cc1 align deb and rpm config file handling. enable verbosity for deb package. 2024-01-07 00:33:00 -05:00
Matthew Wall
04ff8dba01 'weectl station upgrade' now uses --yes instead of --no-prompt. mute the output on debian installs. 2024-01-06 21:39:06 -05:00
Matthew Wall
749b52a213 systemctl output is on stderr, so silence it. put user creation in pre as per fedora guidelines. move change of ownership to just prior to start and after precompile. send weectl output to /dev/null. set ownership on data and html dirs only if we created them - if data dir was already there then we use that ownership and do not modify. 2024-01-06 16:29:22 -05:00
Matthew Wall
6a2adcd715 ignore output from systemctl. use global instead of define for rpm macros. 2024-01-06 15:52:47 -05:00
matthew wall
6df5a86997 0.0 instead of 0.00 (eliminates superfluous diff items when comparing conf updates/changes). make conf comments consistent and 80-column-friendly (as per debian guidelines, not just mwall workflows ;). 2024-01-06 11:48:47 -05:00
matthew wall
66562830ab no need to replace WEEWX_ROOT any more 2024-01-06 09:52:59 -05:00
matthew wall
ec95bc0afd provide instruction about how to stop weewxd directly, and how to start/stop as daemon. 2024-01-06 09:39:11 -05:00
Tom Keffer
b915be2065 Alphabetize options 2024-01-05 17:11:47 -08:00
Tom Keffer
b701488e25 Bring documentation options up to date with the code
Alphabetize options
2024-01-05 17:09:46 -08:00
Tom Keffer
385c6b37f9 Alphabetize options 2024-01-05 15:48:30 -08:00
Tom Keffer
f52ff71e6f Fix broken links 2024-01-05 15:48:12 -08:00