diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-01-30 17:34:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-30 17:34:59 +0200 |
| commit | db2533d00bd07a450ef505541dded6c6e5228e57 (patch) | |
| tree | dbb6ef01f9995a467da9f2d1506a7fcf6104a445 /scripts/package-build | |
| parent | ca5cb3f91d6981185f8c0c29550fdd8fc8e8c1fd (diff) | |
| parent | 6364092f93fdced3be44954d55fd478896385c7b (diff) | |
| download | vyos-build-db2533d00bd07a450ef505541dded6c6e5228e57.tar.gz vyos-build-db2533d00bd07a450ef505541dded6c6e5228e57.zip | |
Merge pull request #1110 from ritika0313/T8141-2510-toml-update
T8141: VPP - Rebase to stable 2510 - package.toml update
Diffstat (limited to 'scripts/package-build')
| -rw-r--r-- | scripts/package-build/vpp/package.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/vpp/package.toml b/scripts/package-build/vpp/package.toml index 27903327..61899eb6 100644 --- a/scripts/package-build/vpp/package.toml +++ b/scripts/package-build/vpp/package.toml @@ -7,7 +7,7 @@ apply_patches = false [[packages]] name = "vpp" -commit_id = "stable/2506" +commit_id = "stable/2510" scm_url = "https://github.com/FDio/vpp" # Skip apply patches by build.py as we use them in build_cmd apply_patches = false |
