diff options
| author | dd <dd@wx.tnyzeq.icu> | 2025-11-25 10:26:48 +0100 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2025-11-25 10:26:48 +0100 |
| commit | 685d77f1f35ba9c6e5bc4948481fd3944e6be4f8 (patch) | |
| tree | 974a7669fcad61fdb9de474621e29faec97653a7 /new/scripts | |
| parent | 17ddc3441ac291eeab18f0146f69baeff8495c10 (diff) | |
| download | vyos-jenkins-685d77f1f35ba9c6e5bc4948481fd3944e6be4f8.tar.gz vyos-jenkins-685d77f1f35ba9c6e5bc4948481fd3944e6be4f8.zip | |
fixed vyos-1x build script for standalone repository mode
Diffstat (limited to 'new/scripts')
| -rwxr-xr-x | new/scripts/vyos-1x.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/new/scripts/vyos-1x.sh b/new/scripts/vyos-1x.sh index 5a59385..f0b8451 100755 --- a/new/scripts/vyos-1x.sh +++ b/new/scripts/vyos-1x.sh @@ -26,4 +26,8 @@ if [ -d ../strongswan/ ]; then sudo sh -c 'eval $(opam env --root=/opt/opam --set-root); opam init --auto-setup && opam install pcre2 -y' fi -python3 ./build.py +if [ -f ./build.py ]; then + python3 ./build.py +else + /my-build-scripts/generic-build-script.sh +fi |
