• Joined on 2021-11-20
nico pushed to master at ungleich-public/ungleich-tools 2023-02-04 12:29:17 +00:00
18ea33de66 [viwib] use scp -O (legacy) for openwrt
nico pushed to master at ungleich-public/ungleich-tools 2023-02-04 12:24:50 +00:00
0c27d8ae21 [viwib] upgrade to 22.03.3
nico commented on pull request ungleich-public/cdist#360 2023-02-03 21:55:20 +00:00
Package updated freebsd, shellcheck SC2086 fixed

Question: does this not break older FreeBSD versions? And if yes, which ones?

nico pushed to master at ungleich-public/cdist 2023-02-03 21:54:28 +00:00
7dd2d1025a ++changelog
nico merged pull request ungleich-public/cdist#349 2023-02-03 21:53:14 +00:00
Make sure flag is followed by end of line or space.
nico pushed to master at ungleich-public/cdist 2023-02-03 21:53:14 +00:00
513a8ae177 Merge pull request 'Make sure flag is followed by end of line or space.' (#349) from mark/cdist:machine_type into master
c85184dcb4 Make sure flag is followed by end of line or space.
Compare 2 commits »
nico merged pull request ungleich-public/cdist#359 2023-02-03 21:43:03 +00:00
Updated the python version of cerbot freebsd
nico pushed to master at ungleich-public/cdist 2023-02-03 21:43:03 +00:00
2a2f91959e Merge pull request 'Updated the python version of cerbot freebsd' (#359) from CamilionEU/cdist:cerbot-freebsd into master
1450861e26 Updated the python version of cerbot freebsd
Compare 2 commits »
nico merged pull request ungleich-public/cdist#358 2023-02-03 21:40:34 +00:00
Added support for Devuan Daedalus
nico pushed to master at ungleich-public/cdist 2023-02-03 21:40:34 +00:00
fcf76cdb2c Merge pull request 'Added support for Devuan Daedalus' (#358) from CamilionEU/cdist:explorer-devuan-update into master
08a6b467fa Added support for Devuan Daedalus
Compare 2 commits »
nico pushed to master at ungleich-public/ungleich-k8s 2023-01-17 21:02:16 +00:00
76bceea344 [hardware pod] use generic description
nico commented on pull request ungleich-public/ccollect#2 2023-01-15 21:40:33 +00:00
Allow interval per source to be overwritten to 0 to skip the source in this interval.

I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.

nico commented on pull request ungleich-public/ccollect#2 2023-01-15 21:16:26 +00:00
Allow interval per source to be overwritten to 0 to skip the source in this interval.

I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.

nico commented on pull request ungleich-public/ccollect#2 2023-01-15 21:15:39 +00:00
Allow interval per source to be overwritten to 0 to skip the source in this interval.

If we want to match 0, we should do -eq 0, otherwise the documentation will need to be adjusted.

nico commented on pull request ungleich-public/ccollect#2 2023-01-15 21:14:52 +00:00
Allow interval per source to be overwritten to 0 to skip the source in this interval.

Why skip potential error messages?

nico pushed to master at nico/nsbin 2023-01-05 12:42:40 +00:00
c6bd010680 vpn: add case for mirror2
nico pushed to master at ungleich-public/cdist 2022-12-26 20:01:11 +00:00
ed3da3c829 ++changes
nico pushed to master at ungleich-public/cdist 2022-12-26 19:58:33 +00:00
b974969f28 Remove double definition of scan parser
nico closed issue ungleich-public/cdist#353 2022-12-26 19:58:32 +00:00
command-line parsing blows up with python 3.11