From 63b19f8a55eabe998eff77f9f25ce9583d3173cb Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Thu, 14 Mar 2024 20:33:33 -0400 Subject: [PATCH] ci: delete unnecessary cleanup step --- .jenkins.d/09-cleanup.sh | 8 -------- .jenkins.d/10-build.sh | 2 -- COPYING.md | 12 ++++++------ 3 files changed, 6 insertions(+), 16 deletions(-) delete mode 100755 .jenkins.d/09-cleanup.sh diff --git a/.jenkins.d/09-cleanup.sh b/.jenkins.d/09-cleanup.sh deleted file mode 100755 index c006ca5..0000000 --- a/.jenkins.d/09-cleanup.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -set -exo pipefail - -PROJ=ndn-svs - -sudo rm -fr /usr/local/include/"$PROJ" -sudo rm -f /usr/local/lib{,64}/lib"$PROJ"* -sudo rm -f /usr/local/lib{,64}/pkgconfig/{,lib}"$PROJ".pc diff --git a/.jenkins.d/10-build.sh b/.jenkins.d/10-build.sh index e24772f..e9566af 100755 --- a/.jenkins.d/10-build.sh +++ b/.jenkins.d/10-build.sh @@ -30,8 +30,6 @@ fi ./waf --color=yes configure --debug --with-tests $ASAN $COVERAGE ./waf --color=yes build -# (tests will be run against the debug version) - # Install sudo ./waf --color=yes install diff --git a/COPYING.md b/COPYING.md index d55f608..4c337f0 100644 --- a/COPYING.md +++ b/COPYING.md @@ -1,4 +1,4 @@ -### GNU LESSER GENERAL PUBLIC LICENSE +# GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 @@ -12,7 +12,7 @@ Version 2.1, February 1999 as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] -### Preamble +## Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses @@ -115,7 +115,7 @@ modification follow. Pay close attention to the difference between a former contains code derived from the library, whereas the latter must be combined with the library in order to run. -### TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +## TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION **0.** This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or @@ -453,9 +453,9 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -### END OF TERMS AND CONDITIONS +END OF TERMS AND CONDITIONS -### How to Apply These Terms to Your New Libraries +## How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that @@ -500,4 +500,4 @@ if necessary. Here is a sample; alter the names: signature of Ty Coon, 1 April 1990 Ty Coon, President of Vice -That's all there is to it! \ No newline at end of file +That's all there is to it!