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>
This commit is contained in:
committed by
Dave Barach
parent
3a49130c75
commit
df35a20f9b
@@ -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/*~
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
certifi==2020.4.5.1
|
||||
chardet==3.0.4
|
||||
distro==1.5.0
|
||||
idna==2.9
|
||||
pkg-resources==0.0.0
|
||||
PyYAML==5.3.1
|
||||
requests==2.23.0
|
||||
urllib3==1.25.9
|
||||
Reference in New Issue
Block a user