/[smeserver]/builds_bin/locale-patch
ViewVC logotype

Diff of /builds_bin/locale-patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by slords, Thu Mar 4 18:16:04 2010 UTC Revision 1.3 by unnilennium, Tue Mar 14 22:40:34 2017 UTC
# Line 5  export CVS_RSH=ssh Line 5  export CVS_RSH=ssh
5  rm -rf /var/lib/pootle/cvs/patch/*  rm -rf /var/lib/pootle/cvs/patch/*
6  cd /var/lib/pootle/cvs/patch  cd /var/lib/pootle/cvs/patch
7    
8  #newpatch=/var/www/html/patches/smeserver-sme7admin-1.1.1-locale-2009-03-05.patch  ls /var/www/html/pootle/patches/*/*.patch | cut -d/ --output-delimiter " " -f6,7 | while read ver newpatch
 ls /var/www/html/patches/*/*.patch | cut -d/ --output-delimiter " " -f6,7 | while read ver newpatch  
9  do  do
10      [ ! -s "/var/www/html/patches/$ver/$newpatch" ] && continue      [ ! -s "/var/www/html/pootle/patches/$ver/$newpatch" ] && continue
11      pkg=$(echo $newpatch | sed 's,-[0-9.]\+-locale-[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.patch,,')      pkg=$(echo $newpatch | sed 's,-[0-9.]\+-locale-[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}.patch,,')
12      chglog=$(echo $newpatch | sed "s,$pkg-[0-9.]\+-locale-,locale ,;s,\.patch, patch,")      chglog=$(echo $newpatch | sed "s,$pkg-[0-9.]\+-locale-,locale ,;s,\.patch, patch,")
13            
# Line 30  do Line 29  do
29          [ -z "$patch" ] && insert2="%setup" || insert2=$(echo $patch | perl -pe 's,^(Patch[0-9]*):,"%".lc($1),ie')          [ -z "$patch" ] && insert2="%setup" || insert2=$(echo $patch | perl -pe 's,^(Patch[0-9]*):,"%".lc($1),ie')
30          insert1=${patch:=$source}          insert1=${patch:=$source}
31    
32          perl -i -pe 's,^(%define\s+release\s+)([0-9]+)\s*,"$1".($2+1)."\n",ie;s,^(Release:\s+)([0-9]+)(%{\?dist})\s*,"$1".($2+1)."$3\n",ie;' $spec          perl -i -pe 's,^(%define\s+release\s+)([0-9]+)(%{\?dist})\s*,"$1".($2+1)."$3\n",ie;s,^(Release:\s+)([0-9]+)(%{\?dist})\s*,"$1".($2+1)."$3\n",ie;' $spec
33          verrel=$(rpm -q -D 'dist .sme' --qf '%{VERSION}-%{RELEASE}\n' --specfile $spec | head -1)          verrel=$(rpm -q -D 'dist .sme' --qf '%{VERSION}-%{RELEASE}\n' --specfile $spec | head -1)
34          sed -i "/^$insert1/aPatch$pnum: $(basename $newpatch)" $spec          sed -i "/^$insert1/aPatch$pnum: $(basename $newpatch)" $spec
35          sed -i "/^$insert2\b/a%patch$pnum -p1" $spec          sed -i "/^$insert2\b/a%patch$pnum -p1" $spec
36          sed -i "/^%changelog/a* $(date +'%a %b %d %G') SME Translation Server <translations@contribs.org> $verrel\n- apply $chglog\n" $spec          sed -i "/^%changelog/a* $(date +'%a %b %d %G') SME Translation Server <translations@contribs.org> $verrel\n- apply $chglog\n" $spec
37          cp /var/www/html/patches/$ver/$newpatch $(dirname $spec)          cp /var/www/html/pootle/patches/$ver/$newpatch $(dirname $spec)
38          pushd $(dirname $spec) > /dev/null          pushd $(dirname $spec) > /dev/null
39          cvs -Q add $(basename $newpatch)          cvs -Q add $(basename $newpatch)
40          [ "$1" == "commit" ] && make commit tag > /dev/null          [ "$1" == "commit" ] && make commit tag > /dev/null


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed