]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- untested attempt to fix this script for new dropin (no idea how it was working...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Jan 2014 09:41:39 +0000 (10:41 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Jan 2014 09:41:39 +0000 (10:41 +0100)
dropin

diff --git a/dropin b/dropin
index e3563eb280f5f3c02ab30cc76e0af85a6deaaa77..97e824cd5712b93d9c5ccb6ecf597c821f900b71 100755 (executable)
--- a/dropin
+++ b/dropin
@@ -1,6 +1,3 @@
 #!/bin/sh
-lftp -c "
-       open dropin
-       echo Uploading $*
-       mput $*
-"
+echo Uploading $*
+scp -B $* dropin@dropin.pld-linux.org:
This page took 0.046963 seconds and 4 git commands to generate.