mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 21:50:41 +00:00
improvement of the repack script
This commit is contained in:
parent
8c1418ee61
commit
d520d8e8d0
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,7 +1,7 @@
|
||||
set -e
|
||||
ORIG_VERSION=snapshot
|
||||
MAJOR_VERSION=10 # 8.0.1
|
||||
REV=`ls -1 *snapshot_$MAJOR_VERSION*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||
|
||||
#SVN_REV=347285
|
||||
VERSION=$REV
|
||||
|
Loading…
Reference in New Issue
Block a user