From c4b21a283983665375a36a3001b4fa4911065203 Mon Sep 17 00:00:00 2001 From: nkraetzschmar <9020053+nkraetzschmar@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:55:52 +0100 Subject: [PATCH] build using GitHub actions --- .github/workflows/build.yml | 10 ++++++++++ .gitignore | 1 + prepare_source | 3 +++ 3 files changed, 14 insertions(+) create mode 100644 .github/workflows/build.yml create mode 100644 .gitignore create mode 100644 prepare_source diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..f0cf876 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,10 @@ +on: + push: + workflow_dispatch: + schedule: + - cron: '0 0 * * *' +jobs: + build: + uses: gardenlinux/package-build/.github/workflows/build.yml@main + with: + release: ${{ github.ref == 'refs/heads/main' }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24e5b0a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.build diff --git a/prepare_source b/prepare_source new file mode 100644 index 0000000..7c7074e --- /dev/null +++ b/prepare_source @@ -0,0 +1,3 @@ +apt_src openssl +rm "$dir/src/debian/patches/Always-call-OPENSSL_cleanup-prior-to-exit.patch" +sed -i '/Always-call-OPENSSL_cleanup-prior-to-exit.patch/d' "$dir/src/debian/patches/series"