]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: Modifications to copy support bundle files
authorSri Mohana Singamsetty <msingamsetty@vmware.com>
Tue, 13 Aug 2019 21:53:08 +0000 (14:53 -0700)
committerSri Mohana Singamsetty <msingamsetty@vmware.com>
Tue, 20 Aug 2019 17:16:07 +0000 (10:16 -0700)
This commit is to copy the support bundle scripts to appropriate directories during installation

Signed-off-by: Sri Mohana Singamsetty <msingamsetty@vmware.com>
debian/frr-pythontools.install
tools/generate_support_bundle.py [changed mode: 0644->0755]
tools/subdir.am

index 28140382f647a474c0cca6126417f01e91470c99..5f7eaebed5c85f83fc934aa6a9a205944e64a915 100644 (file)
@@ -1 +1,2 @@
 usr/lib/frr/frr-reload.py
+usr/lib/frr/generate_support_bundle.py
old mode 100644 (file)
new mode 100755 (executable)
index 118ca11..c9ca9c3
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 ########################################################
 ### Python Script to generate the FRR support bundle ###
 ########################################################
index 7713bb1ade5baa8aad9f4515e8f3091f4c54d0f9..643ca998b8f3b3768fa56a49b7c2105b22d7fd1f 100644 (file)
@@ -35,6 +35,7 @@ EXTRA_DIST += \
        tools/frr-reload \
        tools/frr-reload.py \
        tools/frr.service \
+       tools/generate_support_bundle.py \
        tools/multiple-bgpd.sh \
        tools/rrcheck.pl \
        tools/rrlookup.pl \