From 485a697bd2913b652361ca3b300a533031d15eac Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 2 Oct 2023 15:45:46 -0700 Subject: [PATCH] ci: stub out copr build bits --- .copr/Makefile | 3 +++ ci/deploy.sh | 51 +++++++++++++++++++++++++++++++++++++++++--- ci/source-archive.sh | 9 ++++++++ 3 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 .copr/Makefile diff --git a/.copr/Makefile b/.copr/Makefile new file mode 100644 index 000000000..b7ee377d0 --- /dev/null +++ b/.copr/Makefile @@ -0,0 +1,3 @@ +srpm: + COPR_SRPM=$(outdir) ./ci/source-archive.sh + COPR_SRPM=$(outdir) ./ci/deploy.sh diff --git a/ci/deploy.sh b/ci/deploy.sh index cf3b95e31..5b929dda3 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -134,6 +134,7 @@ case $OSTYPE in WEZTERM_RPM_VERSION=$(echo ${TAG_NAME#nightly-} | tr - _) distroid=$(sh -c "source /etc/os-release && echo \$ID" | tr - _) distver=$(sh -c "source /etc/os-release && echo \$VERSION_ID" | tr - _) + cat > wezterm.spec <> wezterm.spec <> wezterm.spec <