[nautilus-actions] release-tarball.sh: be less verbose
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] release-tarball.sh: be less verbose
- Date: Fri, 25 Feb 2011 01:07:16 +0000 (UTC)
commit b24aba93ba18f1423ff36cc343bc47385ce434ab
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Feb 24 18:48:13 2011 +0100
release-tarball.sh: be less verbose
tools/release-tarball.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/release-tarball.sh b/tools/release-tarball.sh
index 773ac54..c5d86b6 100755
--- a/tools/release-tarball.sh
+++ b/tools/release-tarball.sh
@@ -375,7 +375,7 @@ desthost="stormy.trychlos.org"
msg "installing in ${lib_desthost}${destdir}"
cmd="mkdir -p "${destdir}""
[ "${local}" = "yes" ] && command "${cmd}" || command "ssh ${desthost} '${cmd}'"
-command "scp -v "${opt_tarname}" "${lib_desthost}${destdir}/""
+command "scp "${opt_tarname}" "${lib_desthost}${destdir}/""
cmd="sha1sum ${destdir}/${opt_tarname} > ${destdir}/${opt_tarname}.sha1sum"
[ "${local}" = "yes" ] && command "${cmd}" || command "ssh ${desthost} '${cmd}'"
if [ "${opt_stable}" = "yes" ]; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]