gunnar: server/pear Pear.mk,1.12,1.13

cvs at kolab.org cvs at kolab.org
Wed Jul 22 09:52:08 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear
In directory doto:/tmp/cvs-serv30329

Modified Files:
	Pear.mk 
Log Message:
Switch the fileserver to files.kolab.org.

Index: Pear.mk
===================================================================
RCS file: /kolabrepository/server/pear/Pear.mk,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Pear.mk	22 Jul 2009 06:49:42 -0000	1.12
+++ Pear.mk	22 Jul 2009 07:52:06 -0000	1.13
@@ -61,8 +61,14 @@
 # Allow to set the with_chroot option
 WITH_CHROOT = $(shell if [ -e ../.opt.chroot ]; then echo "yes"; else echo "no"; fi)
 
-# Upload location for the fileserver (set this in you ssh config!)
-FILESERVER = files:~/de/pardus/files/downloads/kolab-sources/
+# Upload location for the fileserver. Configure the kolab filesserver
+# in your ssh config at ~/.ssh/config. E.g.:
+#
+# Host=kolabfiles
+# User=wrobel
+# Hostname=files.kolab.org
+#
+FILESERVER = kolabfiles
 
 # Set the default package file end
 ifeq "x$(FILEEND)" "x"
@@ -187,7 +193,7 @@
 
 # Short name for the source package as a target for the command line.
 tmp/.sent: tmp/$(SOURCE_0)
-	scp tmp/$(SOURCE_0) $(FILESERVER)
+	echo "put tmp/$(SOURCE_0)" | sftp $(FILESERVER)
 	touch tmp/.sent
 
 .PHONY:snapshot





More information about the commits mailing list