summaryrefslogtreecommitdiffstats
path: root/clean.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-04-15update cleanup scriptMichal Cmarada1-0/+1
Change-Id: I4022975c754ab43675cfc378e1c74b687d02450a Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-05Update cmake buildMichal Cmarada1-1/+6
- cleanups and updates - updates docs for centos build using devtoolset7 compiler Change-Id: I4c5635b1512dcd08e98291bde1f14c51f9067b63 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-15add documentation generatorMichal Cmarada1-1/+4
Enables generating of HTML documentation. It depends on sphinx generator. During configuration if sphinx is detected it will generate "docs" target for make. To build the documentation use "make docs", which will build the HTML documentation in build-root/html. Change-Id: Ia627f7d26c954a2341e13a54006955d21d162802 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-19JVPP-22: Update packagingMichal Cmarada1-0/+14
- rpm package name update according to naming conventions - vpp instalation verification - update versioning script Change-Id: I962895ce636aec949930ea452d1e924024c4b780 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-01-23initial commit19.04-rc0Michal Cmarada1-0/+10
- migrates source code from VPP code base - modifies cmake configuration - adds cpack configuration for deb and rpm packaging - adds documentation Change-Id: Ib6a39030f6c47c8ae654fcb886c618e159fb63b4 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>