summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-08-19 10:53:48 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-08-19 10:53:48 +0300
commitc8b81e36cb6434f9981bd8c0e6907362c5f9658f (patch)
treeb92961d3a7761d3b3c8fd080662d731ba1791ae7
parent39f7e8e121e7a5ac6326faafe119f48c4ac7bb21 (diff)
builddeb generates linux-*.deb packages - clean up only them
Change-Id: I25776818e8bb1e50884a06a70e5290fb3c5a1744 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xjenkins_common_lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_common_lib b/jenkins_common_lib
index 0171e12..abc0644 100755
--- a/jenkins_common_lib
+++ b/jenkins_common_lib
@@ -41,7 +41,7 @@ fi
build_setup()
{
- rm -f *.deb
+ rm -f linux-*.deb
# The builddeb has the changes to successfully build for armhf/arm64 in linux-linaro-tracking tree.
# Hence copy the modified builddeb for other trees only, which is required to do armhf or arm64 builds.
# last-modified: 2014-04-11 - linux-linaro-tracking (ll-20140411.1)