diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-24 08:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 08:45:35 +0100 |
commit | 9b67b1c5dda7d161a6538fd7774b7d24d4654048 (patch) | |
tree | 9483f782ece127a0cf9fb3b14248eca7a39d72ea /packages | |
parent | 38d6e29cc18de5a05b7d9e1226702357a3cbe3dd (diff) | |
parent | a1dc0af4732f3eafbff2675d1b80f75073c96e84 (diff) | |
download | vyos-build-9b67b1c5dda7d161a6538fd7774b7d24d4654048.tar.gz vyos-build-9b67b1c5dda7d161a6538fd7774b7d24d4654048.zip |
Merge pull request #205 from DmitriyEshenko/patch-5
Accel-PPP: T4015: update version which include threading fix
Diffstat (limited to 'packages')
-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 17f21317..a256ea35 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: '7f90e753fcc63b658' ]], + branches: [[name: '51bd8165bb335a' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://github.com/accel-ppp/accel-ppp.git']]]) } } |