[packages/closure-compiler] pointless now, it's simple to do the same with git

glen glen at pld-linux.org
Mon Apr 8 22:23:52 CEST 2013


commit 1e929029984e00e8d6967650f063f323627f2e57
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 8 23:23:20 2013 +0300

    pointless now, it's simple to do the same with git

 gen-changes.sh | 30 ------------------------------
 1 file changed, 30 deletions(-)
---
diff --git a/gen-changes.sh b/gen-changes.sh
deleted file mode 100755
index 1452bc9..0000000
--- a/gen-changes.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-p=closure-compiler
-svn=http://$p.googlecode.com/svn/trunk
-
-set -x
-set -e
-x=$-
-
-# create svn diff and svn log based on revision ranges for each release
-svnlogs() {
-	set -$x
-	local date=$1 range=$2
-	test -e log.$date.txt || {
-		svn log $svn -r$range > svn.tmp && mv svn.tmp log.$date.txt
-	}
-	test -e changes.$date.txt || {
-		svn diff $svn -r$range > svn.tmp && mv svn.tmp changes.$date.txt
-	}
-}
-
-svnlogs 20110804 1180:1314
-svnlogs 20110811 1314:1346
-svnlogs 20111003 1346:1459
-svnlogs 20111114 1459:1592
-svnlogs 20120123 1592:1741
-svnlogs 20120305 1741:1810
-svnlogs 20120430 1810:1918
-svnlogs 20120710 1918:2079
-svnlogs 20120917 2079:2180
-svnlogs 20121212 2180:2388
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/closure-compiler.git/commitdiff/1e929029984e00e8d6967650f063f323627f2e57



More information about the pld-cvs-commit mailing list