Magellan Linux

Annotation of /trunk/pkgtools/generate-magellan-cl.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2012 - (hide annotations) (download) (as text)
Thu Jan 3 09:59:14 2013 UTC (11 years, 4 months ago) by niro
File MIME type: application/x-sh
File size: 446 byte(s)
-export LC_ALL=C
1 niro 1330 #!/bin/sh
2    
3 niro 2012 export LC_ALL=C
4 niro 1330
5     SVN="svn"
6     SVN2CL="/home/tjoke/svn2cl-0.13/svn2cl.sh"
7     AUTHORS="/home/tjoke/svn2cl-0.13/authors.xml"
8     REPO_ROOT=$(svn info | grep 'Repository Root' | sed 's:.*\:\ \(.*\):\1:')
9     REPO_URL=$(svn info | grep 'URL' | sed 's:.*\:\ \(.*\):\1:')
10     # subst root from uri
11     CUR_ROOT="${REPO_URL/${REPO_ROOT}/}"
12    
13     ${SVN} update
14     ${SVN2CL} --group-by-day --include-rev --include-actions --authors ${AUTHORS} --strip-prefix "${CUR_ROOT}" $@

Properties

Name Value
svn:executable *