[packages/rpm-build-tools] - untested attempt to fix this script for new dropin (no idea how it was working before anyway)

arekm arekm at pld-linux.org
Mon Jan 27 10:41:42 CET 2014


commit 8dc4ab0a3fee8cb4eca670cb0a0138e8a454b50f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jan 27 10:41:39 2014 +0100

    - untested attempt to fix this script for new dropin (no idea how it was working before anyway)

 dropin | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/dropin b/dropin
index e3563eb..97e824c 100755
--- a/dropin
+++ b/dropin
@@ -1,6 +1,3 @@
 #!/bin/sh
-lftp -c "
-	open dropin
-	echo Uploading $*
-	mput $*
-"
+echo Uploading $*
+scp -B $* dropin at dropin.pld-linux.org:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/8dc4ab0a3fee8cb4eca670cb0a0138e8a454b50f



More information about the pld-cvs-commit mailing list