File: orig-tar.sh

package info (click to toggle)
java-allocation-instrumenter 3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204 kB
  • sloc: java: 995; xml: 322; makefile: 7; sh: 7
file content (12 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

VERSION=$2
DIR=java-allocation-instrumenter-$VERSION
TAR=../java-allocation-instrumenter_$VERSION.orig.tar.xz

rm $3

svn export http://java-allocation-instrumenter.googlecode.com/svn/tags/java-allocation-instrumenter-$VERSION $DIR

tar -c -J -f $TAR $DIR
rm -Rf $DIR