diff options
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" |
