diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-11 13:05:19 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-03-11 13:05:19 +0100 |
commit | bc05dca561c093dae2ee9b187d2e3c922118840a (patch) | |
tree | 0624e5c6a9ddd19d2e18c8a5edc490b6124649f7 /packages/keepalived/build.sh | |
parent | d67bfec4d8dd1ba570100d4efdfd0e93fdf1a6b4 (diff) | |
download | vyos-build-bc05dca561c093dae2ee9b187d2e3c922118840a.tar.gz vyos-build-bc05dca561c093dae2ee9b187d2e3c922118840a.zip |
keepalived: T5003: move to Debian upstream version
Diffstat (limited to 'packages/keepalived/build.sh')
-rwxr-xr-x | packages/keepalived/build.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/keepalived/build.sh b/packages/keepalived/build.sh deleted file mode 100755 index 84d22ef5..00000000 --- a/packages/keepalived/build.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -x -CWD=$(pwd) -set -e - -SRC=keepalived - -if [ ! -d ${SRC} ]; then - echo "source directory does not exists, please 'git clone'" - exit 1 -fi - -echo "I: Copy Debian build system" -cp -a debian ${SRC} - -cd ${SRC} -echo "I: Retrieve version information from Git" -dch -v "1:$(git describe --tags | cut -c2-)" "VyOS build" - -# Build Debian FRR package -echo "I: Build VyOS keepalived Package" -dpkg-buildpackage -us -uc -tc -b |