From c9a5a93834fce33f1e999dd50381cb7ff9e5fabb Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Fri, 6 Sep 2024 10:45:27 +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/pmacct/package.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/package-build/pmacct/package.toml (limited to 'scripts/package-build/pmacct/package.toml') diff --git a/scripts/package-build/pmacct/package.toml b/scripts/package-build/pmacct/package.toml new file mode 100644 index 00000000..6f5961be --- /dev/null +++ b/scripts/package-build/pmacct/package.toml @@ -0,0 +1,4 @@ +[[packages]] +name = "pmacct" +commit_id = "debian/1.7.7-1" +scm_url = "https://salsa.debian.org/debian/pmacct.git" -- cgit v1.2.3