From cc7d0993b420c3245e628a818f887411d72530ff Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Mon, 26 Aug 2024 15:21:14 +0000 Subject: T6674: Add build-scrips for packages without Jenkins Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future. --- scripts/package-build/dropbear/package.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/package-build/dropbear/package.toml (limited to 'scripts/package-build/dropbear/package.toml') diff --git a/scripts/package-build/dropbear/package.toml b/scripts/package-build/dropbear/package.toml new file mode 100644 index 00000000..cbb885ee --- /dev/null +++ b/scripts/package-build/dropbear/package.toml @@ -0,0 +1,7 @@ +[[packages]] +name = "dropbear" +commit_id = "debian/2022.83-1+deb12u1" +scm_url = "https://salsa.debian.org/debian/dropbear.git" + +[packages.dependencies] +packages = ["libpam0g-dev"] \ No newline at end of file -- cgit v1.2.3