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/aws-gwlbtun/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/package-build/aws-gwlbtun/.gitignore (limited to 'scripts/package-build/aws-gwlbtun/.gitignore') diff --git a/scripts/package-build/aws-gwlbtun/.gitignore b/scripts/package-build/aws-gwlbtun/.gitignore new file mode 100644 index 00000000..0fe7946f --- /dev/null +++ b/scripts/package-build/aws-gwlbtun/.gitignore @@ -0,0 +1,8 @@ +aws-gwlbtun*/ +*.tar.gz +*.tar.xz +*.deb +*.dsc +*.buildinfo +*.build +*.changes \ No newline at end of file -- cgit v1.2.3