/[packages]/cauldron/polly/current/SOURCES/get-polly-git-sources.sh
ViewVC logotype

Contents of /cauldron/polly/current/SOURCES/get-polly-git-sources.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1378899 - (show annotations) (download) (as text)
Tue Mar 19 17:23:07 2019 UTC (5 years ago) by ghibo
File MIME type: application/x-sh
File size: 293 byte(s)
imported package polly
1 #!/bin/sh
2 BRANCH=70
3 VERSION=7.0.1
4
5 if [ ! -e polly ]; then
6 git clone -b release_${BRANCH} https://git.llvm.org/git/polly.git
7 else
8 (cd polly
9 git pull
10 )
11 fi
12
13 (cd polly
14 git archive -o ../polly-${VERSION}.src.tar --prefix=polly-${VERSION}.src/ HEAD
15 )
16
17 xz -v -T0 -9ef polly-${VERSION}.src.tar

Properties

Name Value
svn:eol-style native
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30