Skip to content

Commit d1e087b

Browse files
authored
Merge pull request #1 from syslog-ng/refork_updates
Refork updates
2 parents 3f09436 + f623f9d commit d1e087b

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: python:${{ matrix.python-version }}
2222
steps:
2323
- name: Checkout source
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup environment
2727
run: |
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout source
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Setup environment
5555
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
2323
- name: Checkout source
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup environment
2727
run: |

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ syslog-ng-cfg-helper --context parser --driver csv-parser
2727
```
2828

2929
### Example
30-
[![Example](https://raw.githubusercontent.com/alltilla/syslog-ng-cfg-helper/assets/example.gif)](https://raw.githubusercontent.com/alltilla/syslog-ng-cfg-helper/assets/example.gif)
30+
[![Example](https://raw.githubusercontent.com/syslog-ng/syslog-ng-cfg-helper/assets/example.gif)](https://raw.githubusercontent.com/syslog-ng/syslog-ng-cfg-helper/assets/example.gif)
3131

3232
## Development
3333
The tool is still in development, but most of the drivers are supported.
@@ -55,7 +55,5 @@ The [Makefile](https://github.com/alltilla/syslog-ng-cfg-helper/blob/master/Make
5555
* `make db SYSLOG_NG_SOURCE_DIR=/path/to/syslog-ng` creates a tarball from the state of the syslog-ng source dir and generates the option database.
5656
* `make package` creates the pip package.
5757

58-
## Community
59-
You can reach out to the syslog-ng community on Discord:
60-
61-
[![Axoflow Discord Server](https://discordapp.com/api/guilds/1082023686028148877/widget.png?style=banner2)](https://discord.gg/E65kP9aZGm)
58+
# NOTE
59+
This is a retro fork of [axosyslog-cfg-helper](https://github.com/alltilla/axosyslog-cfg-helper), as that no longer supports syslog-ng.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Configuration helper for syslog-ng."
55
authors = ["Attila Szakacs <[email protected]>"]
66
readme = "README.md"
77
license = "GPL-3.0-only"
8-
homepage = "https://github.com/alltilla/syslog-ng-cfg-helper"
9-
repository = "https://github.com/alltilla/syslog-ng-cfg-helper"
8+
homepage = "https://github.com/syslog-ng/syslog-ng-cfg-helper"
9+
repository = "https://github.com/syslog-ng/syslog-ng-cfg-helper"
1010
keywords = ["syslog-ng", "configuration", "cfg"]
1111
classifiers = [
1212
"Environment :: Console",

0 commit comments

Comments
 (0)