diff options
| author | Kyrylo Yatsenko <hedrok@gmail.com> | 2026-05-30 23:27:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 23:27:09 +0300 |
| commit | 95dcc2ffb48a65cd735e622d5d383b171593b4b8 (patch) | |
| tree | 0cf8fa3fae08e6d10576ba660f5e7b4771c362b9 /scripts | |
| parent | 78e43adfa089d4b10f233069d2995ec45296a833 (diff) | |
| parent | 08ef44061c2f8ab211bbabe8c0f27e77033442c1 (diff) | |
| download | vyos-build-95dcc2ffb48a65cd735e622d5d383b171593b4b8.tar.gz vyos-build-95dcc2ffb48a65cd735e622d5d383b171593b4b8.zip | |
Merge pull request #1205 from vyos/claude/T8943-package-toml-refs
T8943: scripts/package-build: migrate broken commit_id refs after 1c rename
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/package-build/libnss-mapuser/package.toml | 2 | ||||
| -rw-r--r-- | scripts/package-build/libpam-radius-auth/package.toml | 2 | ||||
| -rw-r--r-- | scripts/package-build/tacacs/package.toml | 6 | ||||
| -rw-r--r-- | scripts/package-build/vpp/package.toml | 2 | ||||
| -rw-r--r-- | scripts/package-build/vyos-1x/package.toml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/scripts/package-build/libnss-mapuser/package.toml b/scripts/package-build/libnss-mapuser/package.toml index 20ff65b4..e9d2a36d 100644 --- a/scripts/package-build/libnss-mapuser/package.toml +++ b/scripts/package-build/libnss-mapuser/package.toml @@ -1,6 +1,6 @@ [[packages]] name = "libnss-mapuser" -commit_id = "current" +commit_id = "rolling" scm_url = "https://github.com/vyos/libnss-mapuser.git" [dependencies] diff --git a/scripts/package-build/libpam-radius-auth/package.toml b/scripts/package-build/libpam-radius-auth/package.toml index d2c760c8..06a89a43 100644 --- a/scripts/package-build/libpam-radius-auth/package.toml +++ b/scripts/package-build/libpam-radius-auth/package.toml @@ -1,6 +1,6 @@ [[packages]] name = "libpam-radius-auth" -commit_id = "current" +commit_id = "rolling" scm_url = "https://github.com/vyos/libpam-radius-auth.git" [dependencies] diff --git a/scripts/package-build/tacacs/package.toml b/scripts/package-build/tacacs/package.toml index dd10be40..a3b0ef2a 100644 --- a/scripts/package-build/tacacs/package.toml +++ b/scripts/package-build/tacacs/package.toml @@ -1,18 +1,18 @@ [[packages]] name = "libtacplus-map" -commit_id = "master" +commit_id = "rolling" scm_url = "https://github.com/vyos/libtacplus-map.git" build_cmd = "dpkg-buildpackage -us -uc -tc -b" [[packages]] name = "libpam-tacplus" -commit_id = "master" +commit_id = "rolling" scm_url = "https://github.com/vyos/libpam-tacplus.git" build_cmd = "sudo dpkg -i ../libtacplus-map*.deb; dpkg-buildpackage -us -uc -tc -b" [[packages]] name = "libnss-tacplus" -commit_id = "master" +commit_id = "rolling" scm_url = "https://github.com/vyos/libnss-tacplus.git" build_cmd = "sudo dpkg -i ../libtac*.deb ../libpam-tacplus*.deb; dpkg-buildpackage -us -uc -tc -b" diff --git a/scripts/package-build/vpp/package.toml b/scripts/package-build/vpp/package.toml index 61899eb6..99d72c78 100644 --- a/scripts/package-build/vpp/package.toml +++ b/scripts/package-build/vpp/package.toml @@ -1,6 +1,6 @@ [[packages]] name = "vyos-vpp-patches" -commit_id = "current" +commit_id = "rolling" scm_url = "https://github.com/vyos/vyos-vpp-patches" build_cmd = "/bin/true" apply_patches = false diff --git a/scripts/package-build/vyos-1x/package.toml b/scripts/package-build/vyos-1x/package.toml index 1f0cba1f..08c18291 100644 --- a/scripts/package-build/vyos-1x/package.toml +++ b/scripts/package-build/vyos-1x/package.toml @@ -1,4 +1,4 @@ [[packages]] name = "vyos-1x" -commit_id = "current" +commit_id = "rolling" scm_url = "https://github.com/vyos/vyos-1x.git" |
