From: Avi Kivity <[email protected]>

Signed-off-by: Avi Kivity <[email protected]>

diff --git a/scripts/make-release b/scripts/make-release
index dc99e81..dbd2ccf 100755
--- a/scripts/make-release
+++ b/scripts/make-release
@@ -14,7 +14,7 @@ archs=(x86 ia64)
 release_dir=~/sf-release
 udir="$(readlink -f "$(dirname "$0")"/..)"
 kdir="${udir}/linux-2.6"
-upload() { rsync --progress -h "$tarball" [email protected]:uploads/; }
+upload() { rsync --progress -h "$tarball" "$ktarball" "$utarball" 
[email protected]:uploads/; }
 
 [[ -f ~/.kvm-release-config ]] && . ~/.kvm-release-config
 
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to