diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-19 20:29:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-19 20:29:01 +0200 |
commit | c39fc94386aabf1567b634d82599cb40ec459ca5 (patch) | |
tree | 41ace4adf3cba9fa5d4aed1617edd2e62e37005e /packages | |
parent | 13a2b3e221ffb90402824edb84827ba0d00c1ab5 (diff) | |
download | vyos-build-c39fc94386aabf1567b634d82599cb40ec459ca5.tar.gz vyos-build-c39fc94386aabf1567b634d82599cb40ec459ca5.zip |
Accel-PPP: T3562: update to latest version
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01
(cherry picked from commit 8fb9681c6715bb1b72b62d1daf146c032050d6b2)
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 4b956846..aefbf6a3 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -165,7 +165,7 @@ pipeline { checkout([$class: 'GitSCM', doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout']], - branches: [[name: '59f8e1bc3f199c8d0d985253e19a74ad87130179' ]], + branches: [[name: '277ad4c3c7af01b26' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://github.com/accel-ppp/accel-ppp.git']]]) } } |