mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-21 19:18:53 +00:00
continue the operation
This commit is contained in:
parent
dd9c6302dc
commit
31a1a28a1a
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -51,7 +51,7 @@ reset_repo ()
|
|||||||
PATH_DEBIAN="$(pwd)/$(dirname $0)/../"
|
PATH_DEBIAN="$(pwd)/$(dirname $0)/../"
|
||||||
cd "$PATH_DEBIAN"
|
cd "$PATH_DEBIAN"
|
||||||
|
|
||||||
git stash && git pull && git stash apply
|
git stash && git pull && git stash apply || true
|
||||||
|
|
||||||
MAJOR_VERSION=$(dpkg-parsechangelog | sed -rne "s,^Version: 1:([0-9]+).*,\1,p")
|
MAJOR_VERSION=$(dpkg-parsechangelog | sed -rne "s,^Version: 1:([0-9]+).*,\1,p")
|
||||||
if test -z "$MAJOR_VERSION"; then
|
if test -z "$MAJOR_VERSION"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user