diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-02 14:22:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-02 14:22:18 +0200 |
commit | 564da14c448df36e6b8881173fa38b315b19ab60 (patch) | |
tree | a757da9c82f0a72cb85d88801fcb88f48a460f2c /packages/linux-kernel/Jenkinsfile | |
parent | 9214b55cfc241f5661dae5308dc63992adb08c03 (diff) | |
download | vyos-build-564da14c448df36e6b8881173fa38b315b19ab60.tar.gz vyos-build-564da14c448df36e6b8881173fa38b315b19ab60.zip |
Accel-PPP: update to latest revision
This will improve the SSTP performance on long fat networks.
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 8a9f52e1..6c60cdf1 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -160,7 +160,7 @@ pipeline { checkout([$class: 'GitSCM', doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout']], - branches: [[name: '744bffb2595db071a46826f90503722cd0e97009' ]], + branches: [[name: 'befc6e430add4b322e01c492e69dd4ccb2f02b9d' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://github.com/accel-ppp/accel-ppp.git']]]) } } |