[packages/lighttpd/lighttpd-1.5] last revision (r3039) before 1.5 branch declared dead

glen glen at pld-linux.org
Tue Sep 22 07:48:46 CEST 2015


commit 7177378584cfd169808be143c62095c21ebb2113
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Sep 22 08:44:41 2015 +0300

    last revision (r3039) before 1.5 branch declared dead

 branch.sh     | 19 +++++++++++--------
 lighttpd.spec |  4 ++--
 2 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index d97ce4e..f76be38 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -43,7 +43,7 @@
 %bcond_with	linux_aio	# Async IO support for Linux via libaio
 
 # SVN snapshot
-%define		svn	2825
+%define		svn	3039
 
 %if %{with webdav_locks}
 %define		webdav_progs	1
@@ -58,7 +58,7 @@ Release:	%{rel}%{?snap:.%(echo %{snap}|tr - _)}%{?svn:.%{svn}}
 License:	BSD
 Group:		Networking/Daemons/HTTP
 Source0:	%{name}-r%{svn}.tar.bz2
-# Source0-md5:	f3d639579cc10841a995334a1394382c
+# Source0-md5:	345befb831fce83844ba1f64f22834a1
 Source1:	%{name}.init
 Source2:	%{name}.conf
 Source3:	%{name}.user
diff --git a/branch.sh b/branch.sh
old mode 100644
new mode 100755
index d511c6f..b74121a
--- a/branch.sh
+++ b/branch.sh
@@ -1,14 +1,17 @@
 #!/bin/sh
 set -e
 svn=svn://svn.lighttpd.net/lighttpd
-tag=lighttpd-1.4.20
+package=lighttpd
+tag=lighttpd-1.4.36
 branch=lighttpd-1.4.x
+out=lighttpd-branch.diff
 
-old=$svn/tags/$tag
-new=$svn/branches/$branch
-echo "Running diff: $old -> $new"
-LC_ALL=C svn diff --old=$old --new=$new > lighttpd-branch.diff
+v=1.5
+# last rev of 1.5 before it's moved to "dead" branch
+rev=3039
 
-echo "Excluding files which change version or were not in dist tarball"
-filterdiff -x 'configure.in' lighttpd-branch.diff > lighttpd-branch.diff.tmp
-mv -f lighttpd-branch.diff.tmp lighttpd-branch.diff
+svn co $svn/trunk${rev:+@$rev} $package-$v
+r=$(svnversion $package-$v)
+t=$package-r$r.tar.bz2
+tar -cjf $t --exclude-vcs $package-$v
+../dropin $t &
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/7177378584cfd169808be143c62095c21ebb2113



More information about the pld-cvs-commit mailing list