Skip to content

Commit

Permalink
scripts/augeas/Makefile.am, NEWS.adoc: re-enable augeas "check-local" [
Browse files Browse the repository at this point in the history
…networkupstools#657]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Apr 26, 2024
1 parent a592cfe commit e011e9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ https://github.com/networkupstools/nut/milestone/11
`NUT_PIDPATH` environment variable in certain use-cases (such as tests).
[#2407]
- brought keyword dictionaries of `nutconf` and `augeas` NUT configuration
file parsers up to date; restored automated checks for `augeas` lenses.
[issue #657, issue #2294]
Release notes for NUT 2.8.2 - what's new since 2.8.1
----------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/nut.dict
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 3151 utf-8
personal_ws-1.1 en 3152 utf-8
AAC
AAS
ABI
Expand Down Expand Up @@ -2460,6 +2460,7 @@ parallelized
param
parsable
parseconf
parsers
passname
passphrase
passthrough
Expand Down
5 changes: 1 addition & 4 deletions scripts/augeas/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ dist-hook:
if HAVE_AUGPARSE
check-local:
@echo "augparse proceeding to lenses verification job..."; \
echo "DISABLED for now due to https://github.com/networkupstools/nut/issues/657"

# FIXME
# augparse -I $(srcdir)/ $(srcdir)/tests/test_nut.aug
$(AUGPARSE) -I $(srcdir)/ $(srcdir)/tests/test_nut.aug
endif

if WITH_AUGLENS
Expand Down

0 comments on commit e011e9a

Please sign in to comment.