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/hsflowd/package.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/package-build/hsflowd/package.toml (limited to 'scripts/package-build/hsflowd/package.toml') diff --git a/scripts/package-build/hsflowd/package.toml b/scripts/package-build/hsflowd/package.toml new file mode 100644 index 00000000..75d320a7 --- /dev/null +++ b/scripts/package-build/hsflowd/package.toml @@ -0,0 +1,8 @@ +[[packages]] +name = "host-sflow" +commit_id = "v2.0.55-1" +scm_url = "https://github.com/sflow/host-sflow.git" +build_cmd = "make deb FEATURES='PCAP DROPMON DBUS'" + +[packages.dependencies] +packages = ["libpcap0.8-dev"] -- cgit v1.2.3