summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-02 14:22:16 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-02 14:22:18 +0200
commit564da14c448df36e6b8881173fa38b315b19ab60 (patch)
treea757da9c82f0a72cb85d88801fcb88f48a460f2c /packages/linux-kernel/Jenkinsfile
parent9214b55cfc241f5661dae5308dc63992adb08c03 (diff)
downloadvyos-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/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 8a9f52e..6c60cdf 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']]])
}
}