mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-15 13:31:51 +00:00
fix the unpack.sh script
This commit is contained in:
parent
f0427298e2
commit
bb6d55eb7a
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-snapshot (1:10~svn366440-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New snapshot release
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 16:15:20 +0200
|
||||
|
||||
llvm-toolchain-snapshot (1:10~svn366022-1~exp2) experimental; urgency=medium
|
||||
|
||||
* New version in snapshot (10)
|
||||
|
2
debian/prepare-new-release.sh
vendored
2
debian/prepare-new-release.sh
vendored
@ -6,7 +6,7 @@ TARGET_VERSION_2=10_0
|
||||
ORIG_VERSION_3=90
|
||||
TARGET_VERSION_3=100
|
||||
|
||||
LIST=`ls debian/control debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb/lldb-addversion-suffix-to-llvm-server-exec.patch debian/patches/clang-tidy-run-bin.diff debian/patches/fix-scan-view-path.diff debian/README debian/patches/clang-analyzer-force-version.diff debian/patches/clang-tidy-run-bin.diff debian/tests/control`
|
||||
LIST=`ls debian/control debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb/lldb-addversion-suffix-to-llvm-server-exec.patch debian/patches/clang-tidy-run-bin.diff debian/patches/fix-scan-view-path.diff debian/README debian/patches/clang-analyzer-force-version.diff debian/patches/clang-tidy-run-bin.diff debian/tests/control debian/unpack.sh`
|
||||
for F in $LIST; do
|
||||
sed -i -e "s|$ORIG_VERSION_3|$TARGET_VERSION_3|g" $F
|
||||
sed -i -e "s|$ORIG_VERSION_2|$TARGET_VERSION_2|g" $F
|
||||
|
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,6 +1,6 @@
|
||||
set -e
|
||||
ORIG_VERSION=snapshot
|
||||
MAJOR_VERSION=9 # 8.0.1
|
||||
MAJOR_VERSION=10 # 8.0.1
|
||||
SVN_REV=`ls -1 *snapshot_$MAJOR_VERSION*svn*bz2 | tail -1|perl -ne 'print "$1\n" if /svn(\d+)/;' | sort -ru`
|
||||
#SVN_REV=347285
|
||||
VERSION=svn$SVN_REV
|
||||
|
Loading…
Reference in New Issue
Block a user