diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-10-29 16:11:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 16:11:22 +0000 |
commit | 3a53e7b44215ed3a3108a009e4901ddc66a4f120 (patch) | |
tree | 51d5905d4064bbbfb7857562b355433659897472 /scripts | |
parent | d6a45cf9db073fff6f5aa3603f21748f7d8e6f3f (diff) | |
parent | 3c9a2ce87f48e36354c35e7b14de3387f0f5885e (diff) | |
download | vyos-build-3a53e7b44215ed3a3108a009e4901ddc66a4f120.tar.gz vyos-build-3a53e7b44215ed3a3108a009e4901ddc66a4f120.zip |
Merge pull request #825 from sever-sever/T6840
T6840: Build OpenVPN-otp use commit id instead of master
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package-build/openvpn-otp/.gitignore | 1 | ||||
-rw-r--r-- | scripts/package-build/openvpn-otp/package.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/package-build/openvpn-otp/.gitignore b/scripts/package-build/openvpn-otp/.gitignore index 7f89da2b..60dd3cad 100644 --- a/scripts/package-build/openvpn-otp/.gitignore +++ b/scripts/package-build/openvpn-otp/.gitignore @@ -4,3 +4,4 @@ openvpn-otp/ *.changes *.deb *.dsc +*.tar.gz diff --git a/scripts/package-build/openvpn-otp/package.toml b/scripts/package-build/openvpn-otp/package.toml index 72209ad1..bdbc6d9d 100644 --- a/scripts/package-build/openvpn-otp/package.toml +++ b/scripts/package-build/openvpn-otp/package.toml @@ -1,6 +1,6 @@ [[packages]] name = "openvpn-otp" -commit_id = "master" +commit_id = "9781ff1" scm_url = "https://github.com/evgeny-gridasov/openvpn-otp" # build_cmd = "cd ..; ./build-openvpn-otp.sh" |