gunnar: server/patches/horde-webmail/1.2.0 Makefile,1.3,1.4

cvs at kolab.org cvs at kolab.org
Sat Mar 14 00:04:33 CET 2009


Author: gunnar

Update of /kolabrepository/server/patches/horde-webmail/1.2.0
In directory doto:/tmp/cvs-serv19926

Modified Files:
	Makefile 
Log Message:
Add section that could be used for mirroring upstream development. Section won't be used for now as manual patch management is preferred.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/patches/horde-webmail/1.2.0/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	8 Mar 2009 21:04:44 -0000	1.3
+++ Makefile	13 Mar 2009 23:04:31 -0000	1.4
@@ -12,3 +12,20 @@
 	done
 	cp $(HORDE).1 $(HORDE)
 	rm $(HORDE).1
+
+tg-commit:
+	rm -rf tg-commit.sh
+	for PATCH in tg/*.diff exp/*.diff;       \
+	do                                       \
+	  echo $$PATCH;                          \
+	  CHANGES=`cvs diff -N $$PATCH`;         \
+	  if [ "x$$CHANGES" != "x" ]; then       \
+	    MESSAGE=`cvs diff -N $$PATCH | sed -e '1,/TOPGIT patch commit log/ d' -e 's/^+//' -e '/=========/ d'`; \
+	    DESCRIPTION=`cat $$PATCH | sed -e '/---/,$$ d'`;                                                       \
+	    echo "cvs commit -m \"$$MESSAGE" >> tg-commit.sh;                                                      \
+	    echo "===================================================================" >> tg-commit.sh;            \
+	    echo "$$DESCRIPTION\" $$PATCH" >> tg-commit.sh;                                                        \
+	  fi;                                                                                                      \
+	done
+	chmod u+x tg-commit.sh
+	cat tg-commit.sh





More information about the commits mailing list