Skip to content

Commit 95dcc2f

Browse files
authored
Merge pull request #1205 from vyos/claude/T8943-package-toml-refs
T8943: scripts/package-build: migrate broken commit_id refs after 1c rename
2 parents 78e43ad + 08ef440 commit 95dcc2f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/package-build/libnss-mapuser/package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[packages]]
22
name = "libnss-mapuser"
3-
commit_id = "current"
3+
commit_id = "rolling"
44
scm_url = "https://github.com/vyos/libnss-mapuser.git"
55

66
[dependencies]

scripts/package-build/libpam-radius-auth/package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[packages]]
22
name = "libpam-radius-auth"
3-
commit_id = "current"
3+
commit_id = "rolling"
44
scm_url = "https://github.com/vyos/libpam-radius-auth.git"
55

66
[dependencies]

scripts/package-build/tacacs/package.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[[packages]]
22
name = "libtacplus-map"
3-
commit_id = "master"
3+
commit_id = "rolling"
44
scm_url = "https://github.com/vyos/libtacplus-map.git"
55
build_cmd = "dpkg-buildpackage -us -uc -tc -b"
66

77
[[packages]]
88
name = "libpam-tacplus"
9-
commit_id = "master"
9+
commit_id = "rolling"
1010
scm_url = "https://github.com/vyos/libpam-tacplus.git"
1111
build_cmd = "sudo dpkg -i ../libtacplus-map*.deb; dpkg-buildpackage -us -uc -tc -b"
1212

1313
[[packages]]
1414
name = "libnss-tacplus"
15-
commit_id = "master"
15+
commit_id = "rolling"
1616
scm_url = "https://github.com/vyos/libnss-tacplus.git"
1717
build_cmd = "sudo dpkg -i ../libtac*.deb ../libpam-tacplus*.deb; dpkg-buildpackage -us -uc -tc -b"
1818

scripts/package-build/vpp/package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[packages]]
22
name = "vyos-vpp-patches"
3-
commit_id = "current"
3+
commit_id = "rolling"
44
scm_url = "https://github.com/vyos/vyos-vpp-patches"
55
build_cmd = "/bin/true"
66
apply_patches = false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[[packages]]
22
name = "vyos-1x"
3-
commit_id = "current"
3+
commit_id = "rolling"
44
scm_url = "https://github.com/vyos/vyos-1x.git"

0 commit comments

Comments
 (0)