From 1a5f3a0ba9d0303b5464db9d220e6c1e0dbdf969 Mon Sep 17 00:00:00 2001 From: Vinicius Ruoso <vkr07@c3sl.ufpr.br> Date: Tue, 4 May 2010 12:04:54 -0300 Subject: [PATCH] Added tests directory to the list of excluded files from package Commit 04abd0e on seed2/client.git added the tests/test-client.sh script. Commit d9623f3 on seed2/coleta.git added the tests/test.sh script. Those scripts don't need to be on the downloadable package, so we are adding "tests" to the list of excluded files. Acked-by: Diego Giovane Pasqualin <dgp06@c3sl.ufpr.br> Acked-by: Ricardo Tavares de Oliveira <rto07@c3sl.ufpr.br> Signed-off-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br> --- build-agent-files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-agent-files b/build-agent-files index 7aed953..27d6a50 100755 --- a/build-agent-files +++ b/build-agent-files @@ -139,6 +139,7 @@ lib/libxml2*/* lib/*.tar.gz Makefile TODO +tests EOF printf "Copying collect files..." @@ -158,6 +159,7 @@ NEWS README AUTHORS TODO +tests EOF printf "Copying client files..." -- GitLab