diff options
author | Christian Breunig <christian@breunig.cc> | 2024-11-21 20:01:19 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-11-21 20:02:06 +0100 |
commit | ef9e1f84c1eb5e1fed28bdf741cf4c24f236d497 (patch) | |
tree | b15f3e0c5dd2ab59f740983c821edf47cd926c60 /scripts/package-build/pam_tacplus/package.toml | |
parent | 4d01efaacf195f93e60aba0d7e27ab07f9bedf27 (diff) | |
download | vyos-build-ef9e1f84c1eb5e1fed28bdf741cf4c24f236d497.tar.gz vyos-build-ef9e1f84c1eb5e1fed28bdf741cf4c24f236d497.zip |
T6674: add package build instructions for TACACS client libraries
Diffstat (limited to 'scripts/package-build/pam_tacplus/package.toml')
-rw-r--r-- | scripts/package-build/pam_tacplus/package.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/package-build/pam_tacplus/package.toml b/scripts/package-build/pam_tacplus/package.toml deleted file mode 100644 index 79b28544..00000000 --- a/scripts/package-build/pam_tacplus/package.toml +++ /dev/null @@ -1,19 +0,0 @@ -[[packages]] -name = "pam_tacplus-debian" -commit_id = "50c6fd7" -scm_url = "https://github.com/kravietz/pam_tacplus-debian" -build_cmd = "/bin/true" - -[[packages]] -name = "pam_tacplus" -#commit_id = "4f91b0d" # This commit cannot build the package -commit_id = "b839c44" -scm_url = "https://github.com/kravietz/pam_tacplus" - -#build_cmd = "sudo mk-build-deps --install --tool 'apt-get --yes --no-install-recommends'; cd ..; ./build.sh" -build_cmd = """ -cp -a ../pam_tacplus-debian debian -rm -f debian/compat -sudo mk-build-deps --install --tool 'apt-get --yes --no-install-recommends' -dpkg-buildpackage -uc -us -tc -b -d -""" |