diff options
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 |