aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-03-27 10:33:00 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-03-27 10:33:00 -0600
commit3a640aa407f5444f69cc87eebdc8cf0d6d19fc39 (patch)
tree8f2d57b12157b0ad7e8075851b7d489994a9d3e7 /scripts
parentf63c877b366cc134a207a8b50fdefa31306b6594 (diff)
find manifest.txt now that the name has changed.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index 24b3059d..5f6b5a6c 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -140,7 +140,7 @@ fi
# Copy the binary test results to the fileserver
binaries="/work/space/binaries/${release}/${target}"
if test x"${tarbin}" = xyes; then
- manifest="`find ${user_workspace} -name manifest.txt`"
+ manifest="`find ${user_workspace} -name \*manifest.txt`"
ssh ${fileserver} "if test ! -d ${binaries}; then mkdir -p ${binaries}; fi"
scp ${manifest} ${fileserver}:${binaries}/
tarballs="`find ${user_snapshots} -name \*${release}\*.{xz,asc}`"