Skip to content

Commit

Permalink
2023-05-23 Fred Gleason <[email protected]>
Browse files Browse the repository at this point in the history
	* Added support for firewalld to the 'rivendell' DEB package.
	* Added CDN scripts to the 'rivendell' DEB package.

Signed-off-by: Fred Gleason <[email protected]>
  • Loading branch information
ElvishArtisan committed May 23, 2023
1 parent 1751529 commit 02b0e9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -24168,3 +24168,6 @@
to 'RDRipc'.
2023-05-23 Fred Gleason <[email protected]>
* Fixed a regression that broke the 'make rpm' rule.
2023-05-23 Fred Gleason <[email protected]>
* Added support for firewalld to the 'rivendell' DEB package.
* Added CDN scripts to the 'rivendell' DEB package.
5 changes: 5 additions & 0 deletions debian/rules.src
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ binary:
cp docs/misc/RDMONITOR.txt debian/rivendell/usr/share/doc/rivendell/misc/
cp docs/misc/scheduler_formats.ods debian/rivendell/usr/share/doc/rivendell/misc/
cp docs/misc/ando_interface.odt debian/rivendell/usr/share/doc/rivendell/misc/
mkdir -p debian/rivendell/usr/lib/firewalld/services
cp conf/rivendell-firewalld.xml debian/rivendell/usr/lib/firewalld/services/rivendell.xml
mkdir -p debian/rivendell/usr/lib/rivendell/cdn
cp apis/cdn/scripts/aka_purge.sh debian/rivendell/usr/lib/rivendell/cdn/aka_purge.sh
cp apis/cdn/scripts/akamai_purge.cdn debian/rivendell/usr/lib/rivendell/cdn/akamai_purge.cdn


dh_strip_nondeterminism
Expand Down

0 comments on commit 02b0e9d

Please sign in to comment.