pennae
e0596e0940
nixos-render-docs: generalize option converter
...
while we won't have other converters (with other output formats) for a
while yet it still seems like a good idea to generalize *now* so we have
a pattern to follow.
2023-01-27 20:07:34 +01:00
pennae
ccb586299d
nixos-render-docs: move options conversion to options module
2023-01-27 20:07:34 +01:00
pennae
aa3fd2865b
nixos-render-docs: move some options helpers to new module
2023-01-27 20:07:33 +01:00
pennae
c63a550e7b
nixos-render-docs: don't use env for renderer state
...
since we keep the renderer around for a long time we don't need to stick
renderer state into env, we can use the renderer instance itself instead.
2023-01-27 20:07:33 +01:00
pennae
1016b727a8
nixos-render-docs: add Renderer base class
2023-01-27 20:07:33 +01:00
pennae
5e37d9f29e
nixos-render-docs: improve type annotations in docbook
2023-01-27 20:07:33 +01:00
pennae
a4ec68a777
nixos-render-docs: move docbook renderer to docbook module
2023-01-27 20:07:33 +01:00
pennae
986e48ca22
nixos-render-docs: move escaping functions to new modules
...
these modules will be extended with more functionality. md will
ultimately contain MD-related code such as parsers and converter base
classes. docbook will contain renderers.
2023-01-27 20:07:33 +01:00
pennae
be6a25368f
nixos-render-docs: init from optionsToDocbook.py
...
this new package shall eventually contain the rendering code necessary
to produce the entirety of the nixos (not nixpkgs) manual, in all of its
various output formats.
2023-01-27 20:07:33 +01:00
Weijia Wang
45ef4e622c
Merge pull request #211331 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 1.0.55 -> 1.0.57
2023-01-26 00:30:13 +01:00
Nick Cao
4ac0c94384
Merge pull request #212623 from ckiee/step-ca-0-23-1-test-no-parallel
...
step-ca: fix flaky test parallelism
2023-01-26 06:32:45 +08:00
John Ericson
8338356253
Merge pull request #212664 from alyssais/minicom-bsd
...
minicom: broaden platforms
2023-01-25 16:51:16 -05:00
Alyssa Ross
b8f884e700
minicom: broaden platforms
...
Builds fine for FreeBSD.
2023-01-25 21:02:11 +00:00
Alyssa Ross
09e702a505
fatsort: fix build for cross FreeBSD
...
libiconv is already defined per-platform. The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.
We have to override the uname values, or they'll be detected for the
build platform, because the build system just runs uname(1).
Tested by cross compiling to x86_64-freebsd from x86_64-linux.
2023-01-25 19:31:46 +00:00
Alyssa Ross
3151d1affc
fatsort: clarify license
2023-01-25 19:31:45 +00:00
Martin Weinelt
4a07ab32d5
Merge pull request #209402 from r-ryantm/auto-update/ipxe
...
ipxe: unstable-2022-04-06 -> unstable-2023-01-25
2023-01-25 16:57:12 +00:00
Robert Hensing
128da35e61
Merge pull request #212633 from hercules-ci/fix-linkchecker-darwin
...
linkchecker: Fix disabledTestPaths on darwin
2023-01-25 17:25:28 +01:00
Anderson Torres
c2aa91201b
Merge pull request #212123 from atorres1985-contrib/misc-updates
...
Misc changes
2023-01-25 13:12:19 -03:00
Robert Hensing
5946e10327
linkchecker: Fix disabledTestPaths on darwin
...
`tests/checker/test_noproxy.py` was removed in
fe5a34c68f
https://github.com/linkchecker/linkchecker/pull/589
2023-01-25 16:40:27 +01:00
ckie
72bd24702b
step-ca: fix flaky test parallelism
...
step-ca seems to run some tests using the global `localhost` interface
inside the build sandbox, and on big x86_64-linux machines we've
observed they occasionally fail.
This restricts the tests to one core.
https://hydra.nixos.org/build/206729862
2023-01-25 16:45:34 +02:00
R. Ryantm
51c748a0ef
advancecomp: 2.4 -> 2.5
2023-01-25 14:13:40 +00:00
R. Ryantm
cb12769f62
ipxe: unstable-2022-04-06 -> unstable-2023-01-25
2023-01-25 13:30:41 +00:00
Anderson Torres
e9c4598ccb
wallutils: 5.12.4 -> 5.12.5
...
Also, add myself as maintainer.
2023-01-25 10:21:24 -03:00
Fabian Affolter
cdaa1be330
Merge pull request #212558 from fabaff/nuclei-bump
...
nuclei: 2.8.7 -> 2.8.8
2023-01-25 12:05:12 +01:00
Fabian Affolter
f5957db86f
Merge pull request #212568 from fabaff/trufflehog-bump
...
trufflehog: 3.25.2 -> 3.25.3
2023-01-25 12:05:02 +01:00
Jonas Heinrich
ad46be4397
Merge pull request #212142 from dit7ya/apx
...
apx: init at 1.4.2
2023-01-25 11:37:32 +01:00
Nick Cao
a75eea1839
Merge pull request #211819 from pbsds/rmate-init
...
rmate-sh: init at 1.0.2
2023-01-25 18:29:59 +08:00
Mario Rodas
4d52a644a7
Merge pull request #212402 from r-ryantm/auto-update/haproxy
...
haproxy: 2.6.6 -> 2.7.2
2023-01-25 05:19:46 -05:00
Mario Rodas
39be9f6abc
Merge pull request #212536 from figsoda/comrak
...
comrak: 0.15.0 -> 0.16.0
2023-01-25 05:14:53 -05:00
Peder Bergebakken Sundt
5c01c6a976
rmate-sh: init at 1.0.2
2023-01-25 11:10:08 +01:00
Fabian Affolter
5b0d8adfb0
Merge pull request #212495 from LeSuisse/eternal-terminal-6.2.4
...
eternal-terminal: 6.2.1 -> 6.2.4
2023-01-25 11:07:46 +01:00
Fabian Affolter
323963b74c
Merge pull request #212492 from LeSuisse/awstats-7.9
...
awstats: 7.8 -> 7.9
2023-01-25 11:07:25 +01:00
Fabian Affolter
32a30629b4
trufflehog: 3.25.2 -> 3.25.3
...
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.25.2...v3.25.3
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.25.3
2023-01-25 10:54:18 +01:00
Jonas Heinrich
612d1e9b3e
Merge pull request #212343 from aaronjheng/sift
...
sift: use buildGoModule
2023-01-25 10:39:35 +01:00
Jonas Heinrich
d392672784
Merge pull request #212396 from aaronjheng/gcsfuse
...
gcsfuse: 0.41.10 -> 0.41.12
2023-01-25 10:28:09 +01:00
Fabian Affolter
c032bd7839
nuclei: 2.8.7 -> 2.8.8
...
Diff: https://github.com/projectdiscovery/nuclei/compare/v2.8.7...v2.8.8
Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v2.8.8
2023-01-25 10:25:59 +01:00
Fabian Affolter
efce80c33a
eternal-terminal: add changelog to meta
2023-01-25 09:46:07 +01:00
Fabian Affolter
5a2d98d6b2
awstats: add changelog to meta
2023-01-25 09:44:17 +01:00
Fabian Affolter
a61a5cb0ed
Merge pull request #212490 from r-ryantm/auto-update/awscli2
...
awscli2: 2.9.15 -> 2.9.17
2023-01-25 09:42:30 +01:00
Ninjatrappeur
973699b349
Merge pull request #211600 from LibreCybernetics/update-gmic
...
gmic: 3.1.6 → 3.2.0
2023-01-25 09:13:26 +01:00
Nick Cao
fbf79d73ec
Merge pull request #210570 from Detegr/compdb
...
compdb: init at 0.2.0
2023-01-25 16:08:39 +08:00
Antti Keränen
cf14c0cbbd
compdb: init at 0.2.0
2023-01-25 09:43:32 +02:00
figsoda
1d7a73ec82
comrak: 0.15.0 -> 0.16.0
...
Diff: https://github.com/kivikakk/comrak/compare/0.15.0...0.16.0
Changelog: https://github.com/kivikakk/comrak/blob/0.16.0/changelog.txt
2023-01-24 23:53:08 -05:00
Mario Rodas
adbc8f6fd4
Merge pull request #212520 from Vonfry/update/trashy/2.0.0
...
trashy: 1.0.3 -> 2.0.0
2023-01-24 23:19:11 -05:00
Nick Cao
383e47a9af
Merge pull request #206022 from muscaln/android-tools
...
android-tools: 33.0.3p1 -> 33.0.3p2
2023-01-25 11:16:26 +08:00
Vonfry
c72d62afa2
trashy: 1.0.3 -> 2.0.0
2023-01-25 10:48:59 +08:00
Nick Cao
e1cf19931b
Merge pull request #212273 from deinferno/update-autorandr
...
autorandr: 1.13.1 -> 1.13.2
2023-01-25 09:54:41 +08:00
figsoda
299eb96de1
Merge pull request #212317 from figsoda/hck
...
hck: 0.7.5 -> 0.8.2
2023-01-24 20:26:05 -05:00
Nick Cao
3d70524003
Merge pull request #212447 from wegank/flexoptix-app-bump
...
flexoptix-app: 5.13.1 -> 5.13.3
2023-01-25 08:25:44 +08:00
figsoda
ecbc5d3f40
Merge pull request #212287 from figsoda/crabz
...
crabz: 0.7.5 -> 0.7.7
2023-01-24 18:14:31 -05:00