Fix urlfilter plugin path

This commit is contained in:
Vivek Kumar Dutta 2023-12-07 14:36:54 +05:30
parent cc3bb93280
commit 13b998acc7
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ if [ -z "${1}" ]; then
git clone --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@dev.iopsys.eu/feed/iopsys.git /opt/dev/iopsys
git clone --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@dev.iopsys.eu/bbf/bulkdata.git /opt/dev/bulkdata
install_plugin /opt/dev/iopsys/urlfilter/files/etc/bbfdm/json/urlfilter.json
install_plugin /opt/dev/iopsys/urlfilter/files/etc/bbfdm/plugins/urlfilter.json
install_plugin /opt/dev/iopsys/obuspa/files/etc/bbfdm/json/USPAgent.json
install_plugin /opt/dev/iopsys/icwmp/files/etc/bbfdm/json/CWMPManagementServer.json
install_plugin /opt/dev/iopsys/ponmngr/files/etc/bbfdm/json/xpon.json

View file

@ -66,7 +66,7 @@
"repo": "https://dev.iopsys.eu/feed/iopsys.git",
"version": "devel",
"dm_files": [
"urlfilter/files/etc/bbfdm/json/urlfilter.json",
"urlfilter/files/etc/bbfdm/plugins/urlfilter.json",
"obuspa/files/etc/bbfdm/json/USPAgent.json",
"icwmp/files/etc/bbfdm/json/CWMPManagementServer.json",
"ponmngr/files/etc/bbfdm/json/xpon.json"