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/kea/package.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/package-build/kea/package.toml (limited to 'scripts/package-build/kea/package.toml') diff --git a/scripts/package-build/kea/package.toml b/scripts/package-build/kea/package.toml new file mode 100644 index 00000000..0bfce21e --- /dev/null +++ b/scripts/package-build/kea/package.toml @@ -0,0 +1,4 @@ +[[packages]] +name = "isc-kea" +commit_id = "debian/2.4.1-3" +scm_url = "https://salsa.debian.org/debian/isc-kea" -- cgit v1.2.3