File: orig-tar.sh

package info (click to toggle)
java-allocation-instrumenter 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 132
  • sloc: java: 990; xml: 239; makefile: 9; 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