aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-03-26 15:35:59 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-03-26 15:35:59 -0600
commit8c55e552cf34f6c55867bab6ea5fa09a684d165f (patch)
tree364991135c855a4d301f967c5f63104404dc227b /scripts
parente595a54cdd38f7a973c1467a6a6ea1f976a034e9 (diff)
copy the newly renamed manifest file to the remote fileserver
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 0ede4c93..dc501294 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -108,7 +108,7 @@ fi
bases="/work/abe/baselines/${release}/${target}"
snaps="/home/abe/var/snapshots/"
if test x"${tarsrc}" = x"yes"; then
- manifest="`find ${user_workspace} -name manifest.txt`"
+ manifest="`find ${user_workspace} -name \*manifest.txt`"
scp ${manifest} ${fileserver}:${bases}/
if test x"${check}" != x; then
sums="`find ${user_workspace} -name \*.sum`"