diff options
author | John DeNisco <jdenisco@cisco.com> | 2020-06-19 15:28:48 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-06-21 12:07:36 +0000 |
commit | df35a20f9bb3d5b86ea6eb19ea6b998c769d1c44 (patch) | |
tree | 453c0e7561e0461bb9a46984055560516e46a561 /extras/vpp_config/scripts/clean.sh | |
parent | 3a49130c75caa153cc65471fd860340cb13dcd90 (diff) |
vpp_config: Updates for 20.05
Added external dependancies package. Updated the startup.conf template.
Fix extras/scripts/check_commit_msg so it accepts '_' characters in
feature names.
Type: fix
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I69c33a24b30d31e5b8081021030bff88cbaeace9
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'extras/vpp_config/scripts/clean.sh')
-rwxr-xr-x | extras/vpp_config/scripts/clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vpp_config/scripts/clean.sh b/extras/vpp_config/scripts/clean.sh index 908e6297fe3..5294a5ef26f 100755 --- a/extras/vpp_config/scripts/clean.sh +++ b/extras/vpp_config/scripts/clean.sh @@ -59,7 +59,7 @@ case "$LSB" in ;; esac -sudo -H pip uninstall vpp-config +sudo -H pip3 uninstall vpp-config sudo rm *~ sudo rm *.pyc sudo rm vpplib/*~ |