mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 23:49:31 +00:00
update of the version update script
This commit is contained in:
parent
daebc06217
commit
7794cc423c
15
debian/prepare-new-release.sh
vendored
15
debian/prepare-new-release.sh
vendored
@ -1,15 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ORIG_VERSION=3.9
|
ORIG_VERSION=4.0
|
||||||
TARGET_VERSION=4.0
|
TARGET_VERSION=5.0
|
||||||
ORIG_VERSION_2=3_9
|
ORIG_VERSION_2=4_0
|
||||||
TARGET_VERSION_2=4_0
|
TARGET_VERSION_2=5_0
|
||||||
|
|
||||||
LIST=`ls debian/*$ORIG_VERSION*`
|
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-addversion-suffix-to-llvm-server-exec.patch`
|
||||||
for F in $LIST; do
|
|
||||||
TARGET=`echo $F|sed -e "s|$ORIG_VERSION|$TARGET_VERSION|g"`
|
|
||||||
svn mv $F $TARGET
|
|
||||||
done
|
|
||||||
LIST=`ls debian/*$TARGET_VERSION* debian/control debian/*.install debian/*.links 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-addversion-suffix-to-llvm-server-exec.patch`
|
|
||||||
for F in $LIST; do
|
for F in $LIST; do
|
||||||
sed -i -e "s|$ORIG_VERSION_2|$TARGET_VERSION_2|g" $F
|
sed -i -e "s|$ORIG_VERSION_2|$TARGET_VERSION_2|g" $F
|
||||||
sed -i -e "s|$ORIG_VERSION|$TARGET_VERSION|g" $F
|
sed -i -e "s|$ORIG_VERSION|$TARGET_VERSION|g" $F
|
||||||
|
Loading…
Reference in New Issue
Block a user