Magellan Linux

Diff of /trunk/tigervnc/make-svn-snapshot.sh

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

revision 2079 by niro, Tue Feb 1 13:12:30 2011 UTC revision 2080 by niro, Tue Feb 19 08:23:05 2013 UTC
# Line 12  echo -n "building latest tarball for ${t Line 12  echo -n "building latest tarball for ${t
12  cd ${temp}  cd ${temp}
13  svn checkout ${svn_base_uri} ${svn_module}  svn checkout ${svn_base_uri} ${svn_module}
14    
15  latest_version="1.0.90_svn$(svn info ${svn_module} | grep Revision | sed 's:.*\:\ \(.*\):\1:')"  latest_version="1.2.80_svn$(svn info ${svn_module} | grep Revision | sed 's:.*\:\ \(.*\):\1:')"
16    
17  mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version}  mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version}
18  find ./${tarball_prefix}-${latest_version} -name .svn | xargs rm -r  find ./${tarball_prefix}-${latest_version} -name .svn | xargs rm -r

Legend:
Removed from v.2079  
changed lines
  Added in v.2080