Move monitoring folder to top level
This commit is contained in:
parent
431ee69620
commit
494c20263d
2
.flake8
2
.flake8
|
@ -8,7 +8,7 @@
|
||||||
ignore = W503, E501, F403, F405
|
ignore = W503, E501, F403, F405
|
||||||
extend-ignore = E203
|
extend-ignore = E203
|
||||||
# We exclude the Debian, migrations, and provisioner examples
|
# We exclude the Debian, migrations, and provisioner examples
|
||||||
exclude = debian,api-daemon/migrations/versions,api-daemon/provisioner/examples,node-daemon/monitoring
|
exclude = debian,monitoring,api-daemon/migrations/versions,api-daemon/provisioner/examples
|
||||||
# Set the max line length to 88 for Black
|
# Set the max line length to 88 for Black
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ node-daemon/pvcnoded usr/share/pvc
|
||||||
node-daemon/pvcnoded.service lib/systemd/system
|
node-daemon/pvcnoded.service lib/systemd/system
|
||||||
node-daemon/pvc.target lib/systemd/system
|
node-daemon/pvc.target lib/systemd/system
|
||||||
node-daemon/pvcautoready.service lib/systemd/system
|
node-daemon/pvcautoready.service lib/systemd/system
|
||||||
node-daemon/monitoring usr/share/pvc
|
monitoring usr/share/pvc
|
||||||
|
|
Loading…
Reference in New Issue