SOURCES: dropin - add status message about uploaded files

glen glen at pld-linux.org
Tue Oct 28 21:23:44 CET 2008


Author: glen                         Date: Tue Oct 28 20:23:43 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add status message about uploaded files

---- Files affected:
SOURCES:
   dropin (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/dropin
diff -u SOURCES/dropin:1.2 SOURCES/dropin:1.3
--- SOURCES/dropin:1.2	Sun Mar  4 15:00:18 2007
+++ SOURCES/dropin	Tue Oct 28 21:23:38 2008
@@ -1,4 +1,6 @@
 #!/bin/sh
-lftp -c "open dropin;
-mput $*
+lftp -c "
+	open dropin
+	echo Uploading $*
+	mput $*
 "
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dropin?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list