diff options
| author | Thomas Kupper <thomas.kupper@gmail.com> | 2025-04-13 11:50:53 +0200 |
|---|---|---|
| committer | Thomas Kupper <thomas.kupper@gmail.com> | 2025-04-13 11:59:18 +0200 |
| commit | 1ce93fc396896a6481bfe734837aff4e8329dbac (patch) | |
| tree | c517724ba6811cfda5efd1e70f23888144136f93 /.github | |
| parent | 494476e5f5816509e48a710c93d9594ff9e5c02b (diff) | |
| download | vyos-build-1ce93fc396896a6481bfe734837aff4e8329dbac.tar.gz vyos-build-1ce93fc396896a6481bfe734837aff4e8329dbac.zip | |
vyos-build: T7357: add libnss-mapuser package
After renaming the package from libnss-mapuser to vyos-libnss-mapuser
in T7336-new-package-name, the package is missing from
scripts/package-build/.
Adding it, taking libpam-radius-auth as an example. The dependency
is taking from the Build-Depends field of the debian/control file
of the libnss-mapuser package.
Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/trigger_rebuild_packages.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/trigger_rebuild_packages.yml b/.github/workflows/trigger_rebuild_packages.yml index e0065c8f..c98212ea 100644 --- a/.github/workflows/trigger_rebuild_packages.yml +++ b/.github/workflows/trigger_rebuild_packages.yml @@ -53,6 +53,8 @@ jobs: - 'scripts/package-build/kea/**' keepalived: - 'scripts/package-build/keepalived/**' + libnss-mapuser: + - 'scripts/package-build/libnss-mapuser/**' libpam-radius-auth: - 'scripts/package-build/libpam-radius-auth/**' linux-kernel: @@ -167,6 +169,10 @@ jobs: trigger_build "keepalived" fi + if [ "${{ steps.changes.outputs.libnss-mapuser }}" == "true" ]; then + trigger_build "libnss-mapuser" + fi + if [ "${{ steps.changes.outputs.libpam-radius-auth }}" == "true" ]; then trigger_build "libpam-radius-auth" fi |
