Skip to content

Commit 22d22c3

Browse files
authored
Merge pull request #2613 from sebix/obsolete-rewrite-script
maint: Removed obsolete JSON configuration file rewriter
2 parents ff06553 + d7d8d71 commit 22d22c3

File tree

4 files changed

+2
-50
lines changed

4 files changed

+2
-50
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
4545

4646
### Tools
4747
- `intelmq.bin.intelmq_psql_initdb`: Use `JSONB` type by default, Postgres supports it since version 9 (PR#2597 by Sebastian Wagner).
48+
- `intelmq.bin.rewrite_config_files`: Removed obsolete JSON configuration file rewriter (PR#2613 by Sebastian Wagner).
4849

4950
### Contrib
5051

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ graft intelmq/tests
1010
include COPYRIGHT
1111
include LICENSE
1212
include CHANGELOG.md
13-
recursive-exclude intelmq/bin intelmq_gen_feeds_docs.py intelmq_gen_harm_docs.py rewrite_config_files.py
13+
recursive-exclude intelmq/bin intelmq_gen_feeds_docs.py intelmq_gen_harm_docs.py
1414
exclude .*
1515
global-exclude *~
1616
global-exclude *.py[co]

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ override_dh_auto_build:
3333
# $(MAKE) docs
3434

3535
override_dh_auto_install: $(BOTDOCS)
36-
rm intelmq/bin/rewrite_config_files.py
3736
sed -i -e '/#!\/usr\/bin\//d' intelmq/bin/*.py
3837
sed -i -f debian/sedfile intelmq/etc/* setup.py contrib/logrotate/intelmq contrib/logcheck/logcheck.logfiles
3938
dh_auto_install

intelmq/bin/rewrite_config_files.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)